Commit Graph

1226 Commits (f15be28fb0051e2ac04a8f08006a688ec134c5bd)

Author SHA1 Message Date
Russell Bryant f15be28fb0 Add support for monitoring MWI on FXO lines.
19 years ago
Jason Parker cf6e8ae77e Fix build, that some people aren't seeing for some reason.
19 years ago
Jason Parker 0ef0259302 Merged revisions 90876 via svnmerge from
19 years ago
Russell Bryant adf3b12e55 Fix a silly little typo :)
19 years ago
Mark Michelson c52d8a1cd5 Merged revisions 90735 via svnmerge from
19 years ago
Olle Johansson 25cbb792b9 (closes issue #11422)
19 years ago
Steve Murphy 72cafad6a2 A small fix from snuffy
19 years ago
Tilghman Lesher 0147028b51 Avoid an additional function call. Reported by: eliel Patch by: eliel (Closes issue #11438)
19 years ago
Joshua Colp 985c9f5cfe Merged revisions 90588 via svnmerge from
19 years ago
Joshua Colp 46d2c050c5 Merged revisions 90548 via svnmerge from
19 years ago
Tilghman Lesher 87492f6dd6 Merged revisions 90432 via svnmerge from
19 years ago
Mark Michelson 6b08c442c7 Adding support for the "automixmonitor" dial and queue options.
19 years ago
Russell Bryant fac7480820 Merged revisions 90348 via svnmerge from
19 years ago
Tilghman Lesher afac5cce50 Merged revisions 90155 via svnmerge from
19 years ago
Kevin P. Fleming c13ed407db restore behavior from the 1.4 branch... manager users created via users.conf should default to *all* permissions, not none
19 years ago
Russell Bryant 53a5f22849 Merged revisions 90145 via svnmerge from
19 years ago
Russell Bryant 8a3e984b0c Merged revisions 90142 via svnmerge from
19 years ago
Kevin P. Fleming 57c2bcca86 Merged revisions 90098 via svnmerge from
19 years ago
Joshua Colp cbe59ac93e file says... compile before you commit!
19 years ago
Mark Michelson e3c122863d Removing a pointless check of option_debug
19 years ago
Mark Michelson 0b3ab17bfa Merged revisions 90059 via svnmerge from
19 years ago
Steve Murphy 58e43103d8 Made expr2 parser 8-bit transparent
19 years ago
Jason Parker aa0f63d65f Remove "old"-style CLI handler, since nothing uses it anymore.
19 years ago
Joshua Colp a6ddf3c7b0 Hide CLI commands starting with _ from tab completion as was done previously.
19 years ago
Joshua Colp 6aad89b97d Fix a few log messages.
19 years ago
Russell Bryant 880fb1ece9 Merged revisions 89893 via svnmerge from
19 years ago
Russell Bryant 8133ad1456 Merged revisions 89886 via svnmerge from
19 years ago
Russell Bryant 79bc5ede5f Merged revisions 89839 via svnmerge from
19 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.
19 years ago
Russell Bryant 21a22fa584 Merged revisions 89790 via svnmerge from
19 years ago
Olle Johansson 5ac0f923b3 A few more "moremanager" fixes
19 years ago
Olle Johansson a30972ee65 More "moremanager" fixes. Manager commands to check module status.
19 years ago
Kevin P. Fleming 5e6efa075a Merged revisions 89709 via svnmerge from
19 years ago
Kevin P. Fleming 8ecda22e06 Merged revisions 89701 via svnmerge from
19 years ago
Olle Johansson df7ba90b20 The following patch with updates for trunk. Works much better in trunk.
19 years ago
Joshua Colp 98fbe822f5 Ensure the value returned from ast_random is between 0 and RAND_MAX on 64-bit platforms.
19 years ago
Steve Murphy 4d8932a6dc Merged revisions 89622 via svnmerge from
19 years ago
Joshua Colp 89c0a0a763 Merged revisions 89610 via svnmerge from
19 years ago
Olle Johansson 130a2051fa - Mark "concise" as deprecated
19 years ago
Russell Bryant b11f846e7e Merged revisions 89594 via svnmerge from
19 years ago
Steve Murphy d3209e2ef2 closes issue #11356; Many thanks to snuffy for his code review and changes to cut down duplication. I tested this against hashtest, and it passes. I reviewed the changes, and they look reasonable. I had to remove a few const decls to make things compile on my workstation,
19 years ago
Kevin P. Fleming 721b3c8a0e Merged revisions 89586 via svnmerge from
19 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.
19 years ago
Joshua Colp 72a8e08bf5 Revert change for 11348 until it can be looked at even more.
19 years ago
Joshua Colp 867b734868 Merged revisions 89577 via svnmerge from
19 years ago
Joshua Colp a1b79aa278 Make the behavior of using /dev/urandom for random numbers the same as random().
19 years ago
Olle Johansson 595961655a Try to get channel.h and channel.c aligned in regards to ast_set_callerid as well
19 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.
19 years ago
Steve Murphy 2e5b9d5875 Added <sys/file.h> include to allow trunk to compile. Hope this doesn't louse thing up.
19 years ago
Luigi Rizzo 49c0eaf803 remove some unnecessary includes
19 years ago