summaryrefslogtreecommitdiff
path: root/pbx/pbx_dundi.c
AgeCommit message (Expand)Author
2018-01-15loader: Add dependency fields to module structures.Corey Farrell
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-11-02Add missing menuselect dependencies.Corey Farrell
2017-02-21pbx_dundi: DUNDi weight parameter not processed correctlySean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-08-15core: Entity ID is not set or invalidAlexei Gradinari
2016-06-08Fixes to include signal.hTimo Teräs
2016-01-09pbx_dundi: Run cleanup on failed load.Corey Farrell
2015-12-01Audit improper usage of scheduler exposed by 5c713fdf18f.Richard Mudgett
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2013-08-06Check result of ast_var_assign() calls for memory allocation failure.Walter Doekes
2013-05-10Fix memory leak in pbx_dundiMark Michelson
2012-11-27Remove unnecessary channel module references.Richard Mudgett
2012-10-18Doxygen Updates - Title updateAndrew Latham
2012-09-06Fix DUNDi message routing bug when neighboring peer is unreachableMatthew Jordan
2012-08-09DUNDi: Add CLI commands DUNDi show cache and DUNDi show hintsJonathan Rose
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-05-10Resolve FORWARD_NULL static analysis warningsKinsey Moore
2012-03-08Eliminate a bunch of shadow warnings.Sean Bright
2012-02-27Prefer ast_set_qos() over ast_netsock_set_qos()Sean Bright
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-11-07Allow built in variables to be used with dynamic weights.Leif Madsen
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-07-05Merged revisions 326411 via svnmerge from Tilghman Lesher
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