Commit Graph

86 Commits (cc21007de174e228efa1a349e0cada08be7537ca)

Author SHA1 Message Date
Sean Bright f51bb019bb Update references to bugs.digium.com and reviewboard.digium.com to the new URLs.
17 years ago
Sean Bright f22962a0c1 Remove a bunch of trailing whitespace in preparation for reformatting/cleanup.
17 years ago
Sean Bright a7d813cae7 Remove a bunch of trailing whitespace in preparation for reformatting/cleanup.
17 years ago
Sean Bright 6f80849582 Fix references to /etc/dahdi/system.conf and /etc/asterisk/chan_dahdi.conf in
17 years ago
Tilghman Lesher fb540166d8 Merged revisions 178445 via svnmerge from
17 years ago
Mark Michelson 69dff2f5f8 Update extensions.conf.sample to be correct.
17 years ago
Tilghman Lesher 673d85387a Merged revisions 173070 via svnmerge from
17 years ago
Tilghman Lesher 27cbfc1bd5 Add timezone to the possible fields in a timespec.
17 years ago
Tilghman Lesher 48d17a76d0 Set up an example stdexten that preserves the original context and extension in
17 years ago
Tilghman Lesher 90e9c2d78c Remove "second form" of extensions, as it no longer applies. Also, cleanup
17 years ago
Tilghman Lesher 3a5eb27579 Remove deprecated syntax from sample config file
17 years ago
Mark Michelson a92e934075 Update a few instances of "extensions reload" to "dialplan reload"
17 years ago
Jeff Peeler ef3b214728 Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow.
18 years ago
Tilghman Lesher c6453ded22 Update sample configurations to make virtual hosting more obvious.
18 years ago
Tilghman Lesher 7741ed8bcc Update the sample configuration, to use Macro less (since it's now deprecated).
18 years ago
Jason Parker 0065508b25 Merged revisions 101219 via svnmerge from
18 years ago
Russell Bryant ef0dd2e184 Merged revisions 96932 via svnmerge from
18 years ago
Steve Murphy 2ec4b57622 Thanks to pnlarsson for noting the spelling error in the cli commands. Also, added some verbage about the new algorithm to CHANGES.
18 years ago
Steve Murphy a63f6be669 closes issue #11363; where the pattern _20x. buried in an included context, didn't match 2012; There were a small set of problems to fix: 1. I needed NOT to score patterns unless you are at the end of the data string. 2. Capital N,X,Z and small n,x,z are OK in patterns. I canonicalize the patterns in the trie to caps. 3. When a pattern ends with dot or exclamation, CANMATCH/MATCHMORE should always report this pattern, no matter the length. With this commit, I also supplied the wish of Luigi, where the user can select which pattern matching algorithm to use, the old (legacy) pattern matcher, or the new, trie based matcher. The OLD matcher is the default. A new [general] section variable, extenpatternmatchnew, is added to the extensions.conf, and the example config has it set to false. If true, the new matcher is used. In all other respects, the context/exten structs are the same; the tries and hashtabs are formed, but in the new mode the tries are not used. A new CLI command 'dialplan set extenpatternmatch true/false' is provided to allow switching at run time. I beg users that are forced to return to the old matcher to please report the reason in the bug tracker. Measured the speed benefit of the new matcher against an impossibly large context with 10,000 extensions: the new matcher is 374 times faster.
18 years ago
Russell Bryant 235417dbd0 Fix the syntax of declaring a hint with a name to be compatible with trunk
18 years ago
Jason Parker 3105a37a3d Merged revisions 80047 via svnmerge from
18 years ago
Steve Murphy 684527fcfd Merged revisions 59452 via svnmerge from
19 years ago
Joshua Colp 1dd8e4b0b5 Remove no longer present CLI commands from sample extensions.conf. (issue #9193 reported by junky)
19 years ago
Jason Parker 97614cb6b4 Merged revisions 48186 via svnmerge from
19 years ago
Kevin P. Fleming c2c4f86c72 merge markster's usersconf branch with some slight changes
19 years ago
Tilghman Lesher 091e1aed8d Merged revisions 42716 via svnmerge from
19 years ago
Olle Johansson 3f888b84f3 Use GLOBAL() in dialplan examples
19 years ago
Kevin P. Fleming b281acf0f8 change default setting for autofallthrough
19 years ago
Olle Johansson 6399ac438d Add explanation and warning about the "s" extension. (Hi Mike :-)
20 years ago
Olle Johansson f8311adcda METERMAIDS:
20 years ago
Kevin P. Fleming dd6de5ee4e it's time... only enable global priority jumping if the config file says to do so
20 years ago
Joshua Colp 18248f092f Merged revisions 30239 via svnmerge from
20 years ago
Matt O'Gorman 7aa1a77e75 asterisk-xmpp merge in
20 years ago
Tilghman Lesher e3f569532f Deprecate prefixed options in voicemail
20 years ago
Olle Johansson 9d8260c68e Formatting fixes
20 years ago
Olle Johansson eb94c40702 Typo
20 years ago
Tilghman Lesher 973c12effd Bug 6477 - minor syntax error, plus a few other syntax fixes
20 years ago
Matt O'Gorman 64f01df137 added page macro examples from 6077 with minor typo
20 years ago
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
20 years ago
Kevin P. Fleming f387421905 make sample config files easier to ready (issue #5371)
20 years ago
Russell Bryant 5196d60538 use Set instead of SetVar in the sample so that we don't get warnings when
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 0313d0b9c5 add privacy/screening functionality to app_dial (bug #752)
21 years ago
Kevin P. Fleming ce89d985f2 allow global variables to be reset on reload (defaults to off) (bug #4385)
21 years ago
Kevin P. Fleming e4e9f26cf0 update sample extensions.conf for new dialplan functions (bug #4279)
21 years ago
Kevin P. Fleming 582b0b0711 document Zap dial string options in sample config (bug #4165)
21 years ago
Kevin P. Fleming 7e3e619497 further thought says '!' is a better early-match wildcard (bug #3889, take 2)
21 years ago
Kevin P. Fleming be563d29a0 add docs for bug #3889
21 years ago
Mark Spencer 3fa3e8539d Merge config sample updates mentioning reload (bug #3697)
21 years ago
Mark Spencer 6ed8f15260 Allow hints to have names (bug #3471)
21 years ago