Commit Graph

615 Commits (1.6.0)

Author SHA1 Message Date
Steve Murphy 82f8e1f824 Merged revisions 141115 via svnmerge from
17 years ago
Steve Murphy 52d466de03 Merged revisions 136746 via svnmerge from
17 years ago
Tilghman Lesher 6d0cdb3f22 Merged revisions 134980 via svnmerge from
17 years ago
Russell Bryant 740073aaf8 Merged revisions 134596 via svnmerge from
17 years ago
Kevin P. Fleming 261a4972f6 Merged revisions 134086 via svnmerge from
17 years ago
Steve Murphy e45d4f3bf1 Merged revisions 130145 via svnmerge from
17 years ago
Brett Bryant 559bbfc457 Merged revisions 130129 via svnmerge from
17 years ago
Brett Bryant b065565bd4 Merged revisions 129045 via svnmerge from
17 years ago
Tilghman Lesher 631361ec04 Merged revisions 128027 via svnmerge from
17 years ago
Kevin P. Fleming b8cfb78cc0 Merged revisions 126356 via svnmerge from
17 years ago
Tilghman Lesher 04851b1661 Merged revisions 123715 via svnmerge from
17 years ago
Jeff Peeler f089bbf663 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
Joshua Colp faddb24782 Merged revisions 120337 via svnmerge from
17 years ago
Joshua Colp 8e26afa2c1 Merged revisions 120283 via svnmerge from
17 years ago
Tilghman Lesher 5183c444bb Merged revisions 120227 via svnmerge from
17 years ago
Tilghman Lesher ac54d54fc5 Merged revisions 120171 via svnmerge from
17 years ago
Steve Murphy a83e2b2672 Merged revisions 119998 via svnmerge from
17 years ago
Tilghman Lesher 138465fbc9 Merged revisions 118300 via svnmerge from
17 years ago
Tilghman Lesher a37fcc7f2f Merged revisions 117986 via svnmerge from
17 years ago
Russell Bryant 45bbed1f49 Merged revisions 117508 via svnmerge from
17 years ago
Russell Bryant 49ba484a53 Merged revisions 114676 via svnmerge from
17 years ago
Steve Murphy c51c46ba7f Merged revisions 111360 via svnmerge from
17 years ago
Steve Murphy 6c23fca72a Merged revisions 109357 via svnmerge from
17 years ago
Russell Bryant 1ec8cb41a8 Merge changes from team/mvanbaak/cli-command-audit
17 years ago
Tilghman Lesher ac699196f5 Merged revisions 100465 via svnmerge from
17 years ago
Russell Bryant cc4a630cd7 Merged revisions 98390 via svnmerge from
18 years ago
Russell Bryant 234b856d17 Merged revisions 97753 via svnmerge from
18 years ago
Russell Bryant c53f95e29f Merged revisions 97734 via svnmerge from
18 years ago
Tilghman Lesher 857e3412f4 Several manager changes:
18 years ago
Russell Bryant 372dd125dc Merged revisions 97645 via svnmerge from
18 years ago
Russell Bryant ddc0fbfc98 Merged revisions 97640 via svnmerge from
18 years ago
Jason Parker eea428cf76 Use defined return values in load_module in more places.
18 years ago
Kevin P. Fleming 100ef27af9 Merged revisions 93180 via svnmerge from
18 years ago
Olle Johansson 940f8f6276 Convert from LOG_DEBUG etc to ast_debug. Thanks, dimas!
18 years ago
Olle Johansson 17afebc1a6 HUGE improvements to QoS/CoS handling by IgorG
18 years ago
Russell Bryant 04ab19aef5 make something static
18 years ago
Luigi Rizzo 5490889153 Put into Makefile.moddir_rules the common instructions used to
18 years ago
Luigi Rizzo d652be0930 normalize subdirs' Makefile by using ASTTOPDIR and not .. to reference
18 years ago
Jason Parker fc607d5be4 Update documentation for pbx_lua.
18 years ago
Steve Murphy 1f792f1745 closes issue #11294; missed the conditional unlock of the contexts when the hash table is used instead; also, used the ast_free_ptr as advised.
18 years ago
Steve Murphy ab92fc1f35 made AEL 8-bit transparent; mainly the lexer was tossing chars with the hi-order bit set. Not nice. Also, allow @ in extension names, and a backslash, also.
18 years ago
Mark Michelson 180c3fb60e Change all instances of "CALLERID(number)" to "CALLERID(num)" for
18 years ago
Joshua Colp 9910b7d9a7 Merged revisions 89592 via svnmerge from
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
Luigi Rizzo 51391e6b09 shuffle a little bit the content of header files to reduce dependencies.
18 years ago
Luigi Rizzo 7e8835e0d7 remove another set of redundant #include "asterisk/options.h"
18 years ago
Tilghman Lesher cbfc6dcbea Make trunk build again
18 years ago
Luigi Rizzo a23c055c3d move asterisk/paths.h outside asterisk.h and into those files
18 years ago
Luigi Rizzo 6938f4b2b0 Fix building of modules under cygwin.
18 years ago
Luigi Rizzo ffd86fc964 more errno.h removal
18 years ago