Commit Graph

102 Commits (f069ee9681b2def71d211ad3ca65db66b7072eef)

Author SHA1 Message Date
Matthew Jordan ca0e96ae19 Add queue monitoring hints
13 years ago
Alec L Davis 67ca3b9126 app_queue: Support an 'agent available' hint
13 years ago
Richard Mudgett e2597678b1 Update sample configs to put incoming calls into context public.
14 years ago
Olle Johansson 7b08b2cf53 Merged revisions 337219 via svnmerge from
14 years ago
Sean Bright 750dff4f0f Merged revisions 302417 via svnmerge from
15 years ago
Paul Belanger ca8d5676ab Merged revisions 301311 via svnmerge from
15 years ago
Tilghman Lesher d01027ae49 Merged revisions 297909 via svnmerge from
15 years ago
Paul Belanger 91bb18f5e8 Merged revisions 270979 via svnmerge from
15 years ago
Tilghman Lesher e940ef8c4c Logic fixups for a sample FREENUM dialplan context.
15 years ago
Tilghman Lesher 4532cd2464 Pattern match fail.
15 years ago
Leif Madsen a8aef91e9d Add example dialplan for dialing ISN numbers (http://www.freenum.org).
15 years ago
Tilghman Lesher 5b86e43b30 Merged revisions 245944 via svnmerge from
16 years ago
Leif Madsen f44630cd01 Add more examples to extensions.conf showing how to use various
16 years ago
Leif Madsen db78eeb7c7 Additional fixes to the extensions.conf.sample file.
16 years ago
Leif Madsen f6827928b0 Update extensions.conf.sample file to fix incorrect extensions.
16 years ago
Tilghman Lesher 3093ccb619 Merged revisions 219023 via svnmerge from
16 years ago
Sean Bright f51bb019bb Update references to bugs.digium.com and reviewboard.digium.com to the new URLs.
16 years ago
Sean Bright f22962a0c1 Remove a bunch of trailing whitespace in preparation for reformatting/cleanup.
16 years ago
Sean Bright a7d813cae7 Remove a bunch of trailing whitespace in preparation for reformatting/cleanup.
16 years ago
Sean Bright 6f80849582 Fix references to /etc/dahdi/system.conf and /etc/asterisk/chan_dahdi.conf in
16 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.
17 years ago
Tilghman Lesher c6453ded22 Update sample configurations to make virtual hosting more obvious.
17 years ago
Tilghman Lesher 7741ed8bcc Update the sample configuration, to use Macro less (since it's now deprecated).
17 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
18 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 :-)
19 years ago
Olle Johansson f8311adcda METERMAIDS:
19 years ago
Kevin P. Fleming dd6de5ee4e it's time... only enable global priority jumping if the config file says to do so
19 years ago
Joshua Colp 18248f092f Merged revisions 30239 via svnmerge from
19 years ago
Matt O'Gorman 7aa1a77e75 asterisk-xmpp merge in
19 years ago
Tilghman Lesher e3f569532f Deprecate prefixed options in voicemail
19 years ago