summaryrefslogtreecommitdiff
path: root/pbx/pbx_dundi.c
AgeCommit message (Expand)Author
2011-05-05Merged revisions 317474 via svnmerge from Russell Bryant
2011-05-03Merged revisions 316336 via svnmerge from Russell Bryant
2011-01-03Merged revisions 300082 via svnmerge from Leif Madsen
2010-12-20Some scheduler API cleanup and improvements.Russell Bryant
2010-09-02Merged revisions 284610 via svnmerge from Tilghman Lesher
2010-07-21Remove built-in AES code and use optional_api insteadTerry Wilson
2010-06-22Merged revisions 271761 via svnmerge from Matthew Nicholson
2010-03-30Merged revisions 255322 via svnmerge from Russell Bryant
2010-03-20Resolve a compiler warning on FreeBSD.Russell Bryant
2010-03-02Convert some DUNDI functions to XML documentation.Leif Madsen
2010-01-18Extend max call limit duration from 24.8 days to 292+ million years.Jeff Peeler
2009-08-25DUNDILOOKUP function in 1.6 should use comma delimiters.Tilghman Lesher
2009-08-10AST-2009-005Tilghman Lesher
2009-07-27Fixing typos. Replaces "recieved" with "received" and "initilize" with "initi...David Brooks
2009-07-24Remove trailing whitespace.Russell Bryant
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2009-03-27Change g_eid to ast_eid_default.Russell Bryant
2009-01-17Change intializer types. Found while working on asterisk-cpp. I have a newSean Bright
2008-12-15When a reload is issued, always process the configuration for dundi.conf.Russell Bryant
2008-12-12Merged revisions 163511 via svnmerge from Russell Bryant
2008-12-11Merged revisions 163316 via svnmerge from Matthew Nicholson
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...Terry Wilson
2008-11-12This commit does two things:Michiel van Baak
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-08-07Start moving in changes from my resolve-shadow-warnings branch. Going to doSean Bright
2008-08-05make datastore creation and destruction a generic API since it is not really ...Kevin P. Fleming
2008-07-30Merged revisions 134595 via svnmerge from Russell Bryant
2008-06-10Merge another change from team/russell/events ...Russell Bryant
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