Commit Graph

492 Commits (9b23b9b3b200e47f7eb0316c6d11a0b83c0342ea)

Author SHA1 Message Date
Tilghman Lesher a1bc823136 Issue 9990 - New API ast_mkdir, which creates parent directories as necessary (and is faster than an outcall to mkdir -p)
19 years ago
Steve Murphy c1bb0fc34b This finishes the changes for making Macro args LOCAL to the call, and allowing users to declare local variables.
19 years ago
Tilghman Lesher 704c756c4a Merge work to make U(...) option work for Dial
19 years ago
Russell Bryant 9e0458e9f1 Completely remove all of the code related to jumping to priority n + 101. yay!
19 years ago
Tilghman Lesher 7e52b8620b Merged revisions 68595 via svnmerge from
19 years ago
Steve Murphy 52efde5c65 Merged revisions 67526 via svnmerge from
19 years ago
Steve Murphy 00b33aaa49 Merged revisions 67420 via svnmerge from
19 years ago
Russell Bryant e1375b96c2 Change javadoc style code documentation to the same format we use elsewhere.
19 years ago
Kevin P. Fleming 4573b36af1 use the OpenSSL AES implementation if it's available (unless configured not to)
19 years ago
Russell Bryant 4b3a3fb14c Add a new API call for creating detached threads. Then, go replace all of the
19 years ago
Russell Bryant f02e26feff Make sure that DUNDIRESULT is given an ID.
19 years ago
Steve Murphy dc8f6a9473 Merged revisions 62883 via svnmerge from
19 years ago
Russell Bryant b419fc1134 Add support for setting the CoS for VLAN traffic (802.1p) in Linux. The
19 years ago
Russell Bryant c59b8876aa Merge changes from team/russell/dundi_results
19 years ago
Steve Murphy f120c26ec1 Merged revisions 59688 via svnmerge from
19 years ago
Steve Murphy e1476b8aab Merged revisions 59261 via svnmerge from
19 years ago
Steve Murphy 2ca78b4a6e added the no. 18 regression test
19 years ago
Steve Murphy 589a8f9214 updated the regressions with regards to 9373, the crash on double contexts, and brought other regressions up to date
19 years ago
Steve Murphy 3433b64703 Merged revisions 59228 via svnmerge from
19 years ago
Steve Murphy 834f783edf Merged revisions 59206 via svnmerge from
19 years ago
Joshua Colp 133f26f977 Merged revisions 59200 via svnmerge from
19 years ago
Steve Murphy e6d32d3132 The fix for the AEL <<security hole>> (bug 9316) is here...
19 years ago
Russell Bryant 32e03f9e4a Add the ability to dynamically specify weights for responses to DUNDi queries.
19 years ago
Steve Murphy 67df5b67ee updated the regression tests
19 years ago
Steve Murphy 91a9b97a73 Merged revisions 57426 via svnmerge from
19 years ago
Joshua Colp e7b03a991e Convert the PBX core to use read/write locks. This yields a nifty performance improvement when it comes to simultaneous calls going through the dialplan. Using murf's test the old mutex based core took an average of 57.3 seconds while the rwlock based core took 31.1 seconds. That's a nifty 26.2 seconds performance improvement. The other good part is that if we do need to switch back then we just have to change the lock/unlock API calls. I converted everywhere that used to touch the mutex locks directly to use them.
19 years ago
Steve Murphy bca20ed71e Merged revisions 57049 via svnmerge from
19 years ago
Joshua Colp e83cff1c23 Merged revisions 56856 via svnmerge from
19 years ago
Olle Johansson 75d387acbc Doxygen additions, corrections
19 years ago
Kevin P. Fleming 74f31a51bc add -Wundef to the --enable-dev-mode flags, so that mistyped macro names in #if expressions will be caught
19 years ago
Russell Bryant 84718d10c4 Merged revisions 54898 via svnmerge from
19 years ago
Russell Bryant b233892198 Merged revisions 53046 via svnmerge from
19 years ago
Tilghman Lesher a3ce6f5f8c Merged revisions 52679 via svnmerge from
19 years ago
Steve Murphy 85f65b1ff0 Merged revisions 51409 via svnmerge from
19 years ago
Jason Parker 5abda34cd9 Merged revisions 49742 via svnmerge from
19 years ago
Kevin P. Fleming cd73a483f1 const-ify some more APIs, and fix rev 49710 from branch-1.4 in a better way here
19 years ago
Steve Murphy 7c6b71df21 Merged revisions 49237 via svnmerge from
19 years ago
Joshua Colp 858796affa Merged revisions 49073 via svnmerge from
19 years ago
Steve Murphy b96a97e315 Merged revisions 49061 via svnmerge from
19 years ago
Steve Murphy 6c7f4c1e32 Jason is having problems with the inclusion of <err.h>; it appears to be unnecessary for sucessful builds, so I either removed or commented out the inclusions from all the AEL related code. New outputs from bison/flex are included, etc.
19 years ago
Joshua Colp 7231cc108a Merged revisions 49009 via svnmerge from
19 years ago
Steve Murphy f92697c5fc This small update will generate WARNINGS if there is garbage in your extensions.conf file (liken extem => instead of exten => !)
19 years ago
Russell Bryant 17a2888d2e Staticize one, and Constify a bunch of usage strings for CLI commands.
19 years ago
Joshua Colp 4e333a782c More fixes for referencing a structure after it has been freed. (issue #8425 reported by arkadia)
19 years ago
Joshua Colp 237c8be66c Merged revisions 48038 via svnmerge from
19 years ago
Steve Murphy 2bdd7b7790 Eager people beat me to fixing the messed if, but we all forgot to update the regressions. Until now.
19 years ago
Joshua Colp 23ebec40a5 Clean up last commit to better conform to standards.
19 years ago
Steve Murphy 4115ea029d AEL need not complain about parkedcalls not being found... just confuses users
19 years ago
Joshua Colp eceb5c60d7 Fine, take this.
19 years ago
Joshua Colp 3521586712 Hello compiler working, goodbye compiler warning. (fix compiler warning introduced from pbx_dundi optimizations)
19 years ago