Commit Graph

80 Commits (577c0ebedd71b02737f00ec91f4fe7dc48816e05)

Author SHA1 Message Date
Russell Bryant eeafa5951e Fix a minor issue with parsing the priority number. You could have as much
18 years ago
Joshua Colp 7312a2eb3d Obey the clearglobalvars option in extensions reload (or dialplan reload depending on your version). (issue #9146 reported by ramonpeek)
19 years ago
Russell Bryant 41fad4887e clean up last commit ... most notably, there is no reason to do heap
19 years ago
Steve Murphy c6d94b0d89 Fixes for bug 7813, via patch submitted by stevens.
19 years ago
Kevin P. Fleming fe1708f190 get rid of some more printf's (although most of these were ifdef-ed out)
19 years ago
Kevin P. Fleming 6f7efa99d5 don't destroy the entire dialplan during 'reload', just atomically replace it like 'extensions reload' does (issue #6047)
19 years ago
Tilghman Lesher dc3ba8c223 Dumb error messages - "Context 'context' already included in 'in' context"
20 years ago
Kevin P. Fleming a563eab49a remove extraneous svn:executable properties
20 years ago
Russell Bryant d8dfa4434d finish merging doxygen updates from issue #5605
20 years ago
Russell Bryant 3453e3efa5 Doxygen documentation update from oej (issue #5505)
20 years ago
Kevin P. Fleming 053326ac85 ensure that priorityjumping option returns to its default during reload if it is no longer specified in extensions.conf
20 years ago
Russell Bryant 779d033f21 move process_quotes_and_slashes to utils.c since it is used by both pbx_ael and pbx_config
20 years ago
Kevin P. Fleming 5da915dcfd update MANY more files with proper copyright/license info (thanks Ian!)
20 years ago
Kevin P. Fleming 5cc0413c54 add a global option to disable priority jumping in applications (when they get updated), settable in extensions.conf
20 years ago
Kevin P. Fleming 2b8338cb52 more file version tags
20 years ago
Kevin P. Fleming 4f299de252 major Makefile and build process improvements, including removal of all hardcoded paths (modules must now use run-time paths as they should) (bug #4116)
20 years ago
Kevin P. Fleming ce89d985f2 allow global variables to be reset on reload (defaults to off) (bug #4385)
20 years ago
Russell Bryant 3c98814bb5 add 'dontwarn' option to asterisk.conf to appease the whining masses :p (bug #4320)
20 years ago
Russell Bryant 364e179b78 check to see if a comma or an open paren came first when splitting the application
20 years ago
Russell Bryant 7d3f5785e9 fix some more typos and clarity issues
20 years ago
Russell Bryant e82344f7e0 fix a little typo
20 years ago
Kevin P. Fleming 8634ef9e4a don't use '%i' at all, since we have no current use cases that need non base-10 parsing (bug #4110)
20 years ago
Kevin P. Fleming a9831e75ee perform global variable substitution before splitting extension and cidmatch when reading in dialplan (bug #4035)
20 years ago
Kevin P. Fleming 1f9ab2380a use double-quotes instead of angle-brackets for non-system include files (bug #4058)
20 years ago
Mark Spencer fdff1f69b5 Add warning for _. match (bug #4032)
20 years ago
Russell Bryant f0c880d6f6 silly typo
20 years ago
Mark Spencer 5f726ad8c7 Merge config updates (bug #3406)
21 years ago
Russell Bryant 0c30452423 update copyright headers for 2005
21 years ago
Mark Spencer 278a0a0891 Implement eswitch for evalulating variables at runtime (bug #3168)
21 years ago
Mark Spencer 82cbf28993 Add "Loopback" switch
21 years ago
Mark Spencer 996c8e7126 Add autofallthrough mode
21 years ago
Mark Spencer b4142e0cd2 Allow you to use labels with + to be nice to Tilghman.
21 years ago
Mark Spencer 027f79d840 Add '+foo' option, update sample config
21 years ago
Mark Spencer fce17976e9 Major PBX revamps (including labels, update examples)
21 years ago
Mark Spencer 34988d1ce9 Allow "n" or "next" and "s" or "same" in dialplan logic priorities
21 years ago
Mark Spencer 64b9a563f2 Make menu interruptible (bug #2377), Also fix PBX "add extension" CLI (bug #2289)
21 years ago
Mark Spencer de3528f0be Save CID and switches in "save dialplan" command (bug #2279)
21 years ago
Mark Spencer 8c4cacbd58 Use ' instead of " for quoting in extensions.conf (bug #1872)
21 years ago
James Golovich d88a461764 Cleanup formatting
21 years ago
James Golovich db8da85266 Cleanup formatting
21 years ago
James Golovich bc80b3130d Cleanup formatting
21 years ago
Mark Spencer c53e76528d Allow escaping of commas as well as ability to use quotes (bug #1826)
21 years ago
Mark Spencer 727abcdec7 Merge FreeBSD locking fixes (bug #1411)
21 years ago
Mark Spencer f2ccbc81d9 Internationalize say_date_time, fix small pbx_config seglet (bug #1537)
21 years ago
James Golovich 0122a3ea08 Fix 'remove extension' completion
21 years ago
James Golovich a23c89dd75 Fix some comments in pbx.c and pbx_config.c
22 years ago
Mark Spencer 83344af1c2 Fix add include (bug #966) and small update to bug 890
22 years ago
Mark Spencer 1c838758c3 Save global variables across "save dialplan" (bug #426)
22 years ago
Jeremy McNamara 171865492f revert half fixed bug (426)
22 years ago
Mark Spencer ee342cc3b8 Add ww's improved syslog support (bug #587)
22 years ago