summaryrefslogtreecommitdiff
path: root/pbx
AgeCommit message (Expand)Author
2012-05-31Coverity Report: Fix issues for error type REVERSE_INULL (core modules)Richard Mudgett
2012-05-14Fix two more coverity constant expression result findings.Mark Michelson
2012-05-10Resolve FORWARD_NULL static analysis warningsKinsey Moore
2012-05-04Fix many issues from the NULL_RETURNS Coverity reportKinsey Moore
2012-04-12Add option to invoke the extensions.conf stdexten using the legacy macro method.Richard Mudgett
2012-04-04Replace GNU old-style field designator extensions to fix clang warningsJonathan Rose
2012-03-08Eliminate a bunch of shadow warnings.Sean Bright
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-27Prefer ast_set_qos() over ast_netsock_set_qos()Sean Bright
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-13Fix occasional incorrectly delayed call-file execution.Richard Mudgett
2012-02-13Only allow one 'dialplan reload' to execute at a time as otherwise they would...Joshua Colp
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-02-06Improved documentation of CLI "dialplan add extension" command.Richard Mudgett
2012-02-01Constify some more channel driver technology callback parameters.Richard Mudgett
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2012-01-06Fix lua goto detection to prevent unexpected behavior with confbridgeKinsey Moore
2012-01-05Make pbx_config.c use Gosub instead of Macro call for stdexten.Richard Mudgett
2011-11-08Fix crash when dialplan remove include is called with too few arguments.Walter Doekes
2011-11-07Allow built in variables to be used with dynamic weights.Leif Madsen
2011-10-25Fix compilation on Snow Leopard/FreeBSD for pbx_spool.cKinsey Moore
2011-10-25Merged revisions 342277 via svnmerge from Kinsey Moore
2011-10-21only process args that existMatthew Nicholson
2011-10-21don't limit the length of app and function argumentsMatthew Nicholson
2011-10-17Remove an unused include of md5.hTzafrir Cohen
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-07-05Merged revisions 326411 via svnmerge from Tilghman Lesher
2011-06-24Merged revisions 324849 via svnmerge from Richard Mudgett
2011-05-06Default to starting an autoservice in pbx_lua. The autoservice isMatthew Nicholson
2011-05-06Make pbx_lua handle managing the autoservice better.Matthew Nicholson
2011-05-06Detect Goto in pbx_lua.Matthew Nicholson
2011-05-05Merged revisions 317476 via svnmerge from Russell Bryant
2011-05-05Merged revisions 317474 via svnmerge from Russell Bryant
2011-05-03Merged revisions 316336 via svnmerge from Russell Bryant
2011-05-03Merged revisions 316265 via svnmerge from Russell Bryant
2011-04-26Merged revisions 315394 via svnmerge from Paul Belanger
2011-04-04In handle_cli_dialplan_add_extension, const char pointer *into_context is use...Jonathan Rose
2011-04-04Makes 'dialplan add extension' create the specified context if it does not al...Jonathan Rose
2011-03-12Merged revisions 310462 via svnmerge from Tilghman Lesher
2011-03-04Merged revisions 309585 via svnmerge from Matthew Nicholson
2011-03-04Merged revisions 309542 via svnmerge from Matthew Nicholson
2011-03-04Merged revisions 309495 via svnmerge from Matthew Nicholson
2011-03-04Add support for defining hints from pbx_luaMatthew Nicholson
2011-03-04Merged revisions 309448 via svnmerge from Matthew Nicholson
2011-02-04Replace ast_log(LOG_DEBUG, ...) with ast_debug()Paul Belanger
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2011-01-03Merged revisions 300082 via svnmerge from Leif Madsen
2010-12-22Merged revisions 299449 via svnmerge from Tilghman Lesher
2010-12-20Some scheduler API cleanup and improvements.Russell Bryant