summaryrefslogtreecommitdiff
path: root/pbx/pbx_dundi.c
AgeCommit message (Expand)Author
2007-09-27Merged revisions 83976 via svnmerge from Russell Bryant
2007-09-21Merged revisions 83432 via svnmerge from Russell Bryant
2007-09-20Fix memory leaks in pbx_dundi, cdr_pgsql, and the configuration file parser.Joshua Colp
2007-09-18Merged revisions 82802 via svnmerge from Russell Bryant
2007-09-11Merged revisions 82250 via svnmerge from Russell Bryant
2007-09-11Merged revisions 82243 via svnmerge from Joshua Colp
2007-08-28Add proper channel locking around the uses of datastore_add and _find. ThereRussell Bryant
2007-08-27This should have been trunk only, I guess. oh well ... it's harmless.Russell Bryant
2007-08-27Merged revisions 81074 via svnmerge from Russell Bryant
2007-08-25localize a variable and remove a duplicate error messageRussell Bryant
2007-08-17Correct the argument separator for a Dial statement in pbx_dundi.Jason Parker
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-08-16(closes issue #10467)Joshua Colp
2007-08-01Convert code that checks the _softhangup member of ast_channel directory to useRussell Bryant
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...Steve Murphy
2007-07-18This corrects the problem with flags and %lld formats on 64-bit machines, whe...Steve Murphy
2007-07-18Merged revisions 75583 via svnmerge from Joshua Colp
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...Steve Murphy
2007-07-09Merged revisions 74045 via svnmerge from Joshua Colp
2007-06-27Merged revisions 72006 via svnmerge from Joshua Colp
2007-05-24use the OpenSSL AES implementation if it's available (unless configured not to)Kevin P. Fleming
2007-05-24Add a new API call for creating detached threads. Then, go replace all of theRussell Bryant
2007-05-15Make sure that DUNDIRESULT is given an ID.Russell Bryant
2007-04-30Add support for setting the CoS for VLAN traffic (802.1p) in Linux. TheRussell Bryant
2007-04-28Merge changes from team/russell/dundi_resultsRussell Bryant
2007-03-07Add the ability to dynamically specify weights for responses to DUNDi queries.Russell Bryant
2007-02-28Convert the PBX core to use read/write locks. This yields a nifty performance...Joshua Colp
2007-01-31Merged revisions 53046 via svnmerge from Russell Bryant
2007-01-05const-ify some more APIs, and fix rev 49710 from branch-1.4 in a better way hereKevin P. Fleming
2006-12-06Staticize one, and Constify a bunch of usage strings for CLI commands.Russell Bryant
2006-11-10Fine, take this.Joshua Colp
2006-11-10Hello compiler working, goodbye compiler warning. (fix compiler warning intro...Joshua Colp
2006-11-10Various little bits of code cleanup to reduce nesting, remove useless casts,Russell Bryant
2006-11-05Make pbx_dundi compile again. Sorry. :(Russell Bryant
2006-11-04use the AST_MODULE_LOAD_* return codes from load_module()Russell Bryant
2006-11-04simplify a couple of loopsRussell Bryant
2006-11-04Do some minor cleanup to the section of code that sets the EID by getting theRussell Bryant
2006-11-01Add the ability to pass options to the Dial application when using the DUNDiRussell Bryant
2006-10-12put flags in an enum and remove a couple of unused definesRussell Bryant
2006-10-04Merged revisions 44378 via svnmerge from Kevin P. Fleming
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-08-31everything that loads a config that needs a config file to runMatt O'Gorman
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-07-21Merge a new implementation of ast_inet_ntoa, our thread safe replacement forRussell Bryant
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-05-07- use ast_calloc instead of malloc+memsetRussell Bryant
2006-05-02staticize the list heads from my recent conversions to list macrosRussell Bryant