summaryrefslogtreecommitdiff
path: root/pbx/pbx_dundi.c
AgeCommit message (Expand)Author
2008-02-08Merge changes from team/mvanbaak/cli-command-auditRussell Bryant
2008-01-27Merged revisions 100465 via svnmerge from Tilghman Lesher
2008-01-11Merged revisions 98390 via svnmerge from Russell Bryant
2007-12-26Use defined return values in load_module in more places.Jason Parker
2007-12-16Convert from LOG_DEBUG etc to ast_debug. Thanks, dimas!Olle Johansson
2007-12-16HUGE improvements to QoS/CoS handling by IgorGOlle Johansson
2007-12-14make something staticRussell Bryant
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-19more errno.h removalLuigi Rizzo
2007-11-17a quick fix to pbx_dundi.c to make it so it will compile. Hope I did the righ...Steve Murphy
2007-11-17start using asterisk/network.h for network related headers.Luigi Rizzo
2007-11-16remove a bunch of duplicate includesLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-14make the 'name' and 'value' fields in ast_variable const char *Luigi Rizzo
2007-11-12Based on a note in asterisk-dev by Brian Capouch, I determined I too agressiv...Steve Murphy
2007-11-08improve linked-list macros in two ways:Kevin P. Fleming
2007-11-01This commits the performance mods that give the priority processing engine in...Steve Murphy
2007-11-01Change some uses of free() to ast_free(). (No functional differences.)Russell Bryant
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-22Merged revisions 86661 via svnmerge from Joshua Colp
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-15Switch dundi to new tos config format.Jason Parker
2007-10-15Merged revisions 85556 via svnmerge from Russell Bryant
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)Russell Bryant
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