aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_config.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-10AST-2009-005tilghman1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@211526 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-27Fix a minor issue with parsing the priority number. You could have as muchrussell1-0/+2
whitespace as you want around a numeric priority, but you couldn't have any whitespace around a special priority like "n" or "hint". (issue #10039, reported by mitheloc, fixed by me) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@72267 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-26Obey the clearglobalvars option in extensions reload (or dialplan reload ↵file1-0/+2
depending on your version). (issue #9146 reported by ramonpeek) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@56850 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-29clean up last commit ... most notably, there is no reason to do heaprussell1-26/+22
allocations here, and it also included a potential memory leak git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@41269 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-29Fixes for bug 7813, via patch submitted by stevens.murf1-6/+19
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@41262 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12get rid of some more printf's (although most of these were ifdef-ed out)kpfleming1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@37417 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11don't destroy the entire dialplan during 'reload', just atomically replace ↵kpfleming1-2/+1
it like 'extensions reload' does (issue #6047) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@19345 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-06Dumb error messages - "Context 'context' already included in 'in' context"tilghman1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7831 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 ↵kpfleming1-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-14finish merging doxygen updates from issue #5605russell1-13/+16
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7096 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6847 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-13ensure that priorityjumping option returns to its default during reload if ↵kpfleming1-2/+2
it is no longer specified in extensions.conf git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6771 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-23move process_quotes_and_slashes to utils.c since it is used by both pbx_ael ↵russell1-30/+2
and pbx_config clean up some formatting remove some commented out reference code move unload_module in pbx_ael down to be with the rest of the standard module functions git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6630 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6596 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-26add a global option to disable priority jumping in applications (when they ↵kpfleming1-6/+6
get updated), settable in extensions.conf change app_dial to use 'j' to _ENABLE_ priority jumping if it has been globally disabled git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6224 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06more file version tagskpfleming1-7/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5866 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06major Makefile and build process improvements, including removal of all ↵kpfleming1-1/+0
hardcoded paths (modules must now use run-time paths as they should) (bug #4116) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5855 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03allow global variables to be reset on reload (defaults to off) (bug #4385)kpfleming1-5/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5825 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19add 'dontwarn' option to asterisk.conf to appease the whining masses :p (bug ↵russell1-2/+5
#4320) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5723 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19check to see if a comma or an open paren came first when splitting the ↵russell1-20/+23
application from the application arguments (bug #4306) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5721 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-12fix some more typos and clarity issuesrussell1-7/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5643 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-12fix a little typorussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5641 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-29don't use '%i' at all, since we have no current use cases that need non ↵kpfleming1-2/+2
base-10 parsing (bug #4110) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5533 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-27perform global variable substitution before splitting extension and cidmatch ↵kpfleming1-3/+3
when reading in dialplan (bug #4035) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5515 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-21use double-quotes instead of angle-brackets for non-system include files ↵kpfleming1-8/+8
(bug #4058) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5490 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-15Add warning for _. match (bug #4032)markster1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5471 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-23silly typorussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5237 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-25Merge config updates (bug #3406)markster1-6/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4889 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-21update copyright headers for 2005russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4868 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-13Implement eswitch for evalulating variables at runtime (bug #3168)markster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4780 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-24Add "Loopback" switchmarkster1-2/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4070 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-16Add autofallthrough modemarkster1-0/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4020 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-03Allow you to use labels with + to be nice to Tilghman.markster1-9/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3897 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-03Add '+foo' option, update sample configmarkster1-1/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3888 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-03Major PBX revamps (including labels, update examples)markster1-2/+13
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3886 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-02Allow "n" or "next" and "s" or "same" in dialplan logic prioritiesmarkster1-3/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3885 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-07Make menu interruptible (bug #2377), Also fix PBX "add extension" CLI (bug ↵markster1-3/+11
#2289) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3732 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-21Save CID and switches in "save dialplan" command (bug #2279)markster1-5/+32
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3630 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-21Use ' instead of " for quoting in extensions.conf (bug #1872)markster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3257 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-14Cleanup formattingcitats1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3213 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-14Cleanup formattingcitats1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3212 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-14Cleanup formattingcitats1-17/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3211 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-14Allow escaping of commas as well as ability to use quotes (bug #1826)markster1-6/+32
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3209 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3176 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-03Internationalize say_date_time, fix small pbx_config seglet (bug #1537)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2871 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-01Fix 'remove extension' completioncitats1-5/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2838 f38db490-d61c-443f-a65b-d21fe96a405b
2004-02-23Fix some comments in pbx.c and pbx_config.ccitats1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2223 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-31Fix add include (bug #966) and small update to bug 890markster1-5/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2103 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-28Save global variables across "save dialplan" (bug #426)markster1-0/+17
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2084 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-12revert half fixed bug (426)jeremy1-20/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1974 f38db490-d61c-443f-a65b-d21fe96a405b