summaryrefslogtreecommitdiff
path: root/pbx
AgeCommit message (Expand)Author
2014-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
2014-01-08pbx_lua: Add support for Lua 5.2Kinsey Moore
2013-12-18channel locking: Add locking for channel snapshot creationKevin Harwell
2013-12-05Reverting r403311. It's causing ARI tests to hang.David M. Lee
2013-12-03Add channel locking for channel snapshot creation.Mark Michelson
2013-10-03Cache string values of formats on ast_format_cap() to save processing.Mark Michelson
2013-08-06Check result of ast_var_assign() calls for memory allocation failure.Walter Doekes
2013-05-10Fix memory leak in pbx_dundiMark Michelson
2013-04-08Add multi-channel Stasis messages; refactor Dial AMI events to StasisMatthew Jordan
2013-03-28Break the world. Stasis message type accessors should now all be named correc...Kinsey Moore
2013-03-22Move more channel events to Stasis; move res_json.c to main/json.c.David M. Lee
2013-03-15Fix processing of call files when using KQueue on OS XMatthew Jordan
2012-11-27Remove unnecessary channel module references.Richard Mudgett
2012-11-14Fix call files when astspooldir is relative.Richard Mudgett
2012-10-18Doxygen Updates - Title updateAndrew Latham
2012-10-14Title updateAndrew Latham
2012-10-08Fix deletion of unopenable spool files.Richard Mudgett
2012-09-06Fix DUNDi message routing bug when neighboring peer is unreachableMatthew Jordan
2012-08-30Clean up doxygen warningsMatthew Jordan
2012-08-21Fix misuses of asprintf throughout the code.Mark Michelson
2012-08-09DUNDi: Add CLI commands DUNDi show cache and DUNDi show hintsJonathan Rose
2012-08-08Allow support for early media on AMI originates and call files.Mark Michelson
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-07-31Add "dialplan remove context" and modify "dialplan add include"Mark Michelson
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-06-11Fix coverity UNUSED_VALUE findings in core support level filesKinsey Moore
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