summaryrefslogtreecommitdiff
path: root/pbx/pbx_config.c
AgeCommit message (Expand)Author
2005-06-06more file version tagsKevin P. Fleming
2005-06-06major Makefile and build process improvements, including removal of all hardc...Kevin P. Fleming
2005-06-03allow global variables to be reset on reload (defaults to off) (bug #4385)Kevin P. Fleming
2005-05-19add 'dontwarn' option to asterisk.conf to appease the whining masses :p (bug ...Russell Bryant
2005-05-19check to see if a comma or an open paren came first when splitting the applic...Russell Bryant
2005-05-12fix some more typos and clarity issuesRussell Bryant
2005-05-12fix a little typoRussell Bryant
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...Kevin P. Fleming
2005-04-27perform global variable substitution before splitting extension and cidmatch ...Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-15Add warning for _. match (bug #4032)Mark Spencer
2005-03-23silly typoRussell Bryant
2005-01-25Merge config updates (bug #3406)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2005-01-13Implement eswitch for evalulating variables at runtime (bug #3168)Mark Spencer
2004-10-24Add "Loopback" switchMark Spencer
2004-10-16Add autofallthrough modeMark Spencer
2004-10-03Allow you to use labels with + to be nice to Tilghman.Mark Spencer
2004-10-03Add '+foo' option, update sample configMark Spencer
2004-10-03Major PBX revamps (including labels, update examples)Mark Spencer
2004-10-02Allow "n" or "next" and "s" or "same" in dialplan logic prioritiesMark Spencer
2004-09-07Make menu interruptible (bug #2377), Also fix PBX "add extension" CLI (bug #2...Mark Spencer
2004-08-21Save CID and switches in "save dialplan" command (bug #2279)Mark Spencer
2004-06-21Use ' instead of " for quoting in extensions.conf (bug #1872)Mark Spencer
2004-06-14Cleanup formattingJames Golovich
2004-06-14Cleanup formattingJames Golovich
2004-06-14Cleanup formattingJames Golovich
2004-06-14Allow escaping of commas as well as ability to use quotes (bug #1826)Mark Spencer
2004-06-09Merge FreeBSD locking fixes (bug #1411)Mark Spencer
2004-05-03Internationalize say_date_time, fix small pbx_config seglet (bug #1537)Mark Spencer
2004-05-01Fix 'remove extension' completionJames Golovich
2004-02-23Fix some comments in pbx.c and pbx_config.cJames Golovich
2004-01-31Fix add include (bug #966) and small update to bug 890Mark Spencer
2004-01-28Save global variables across "save dialplan" (bug #426)Mark Spencer
2004-01-12revert half fixed bug (426)Jeremy McNamara
2004-01-12Add ww's improved syslog support (bug #587)Mark Spencer
2003-12-03scanf != sscanfMark Spencer
2003-11-23Ignore leading spaces before applicationMark Spencer
2003-11-23Be less picky about spaces, and recognize invalid prioritiesMark Spencer
2003-11-17Fix a typoMartin Pycko
2003-10-25Verify includes, and give warnings if invalid (bug #429)Mark Spencer
2003-09-10Fix small logic errors (bug #242)Mark Spencer
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksMark Spencer
2003-08-03Remember they have to be zero filledMark Spencer
2003-08-03Allow extension names, include context, and switches to use global variablesMark Spencer
2003-08-03Allow globals in extensions.conf to reference previous variablesMark Spencer
2003-07-14Add the possibility to delete all the contexts registered by a certain regist...Martin Pycko
2003-07-14Add a safe way to reload extensions config (don't change/delete the current e...Martin Pycko
2003-05-30Save dialplan in new formatMark Spencer
2003-05-14Fix substantial typo in pbx_configMark Spencer