summaryrefslogtreecommitdiff
path: root/pbx
AgeCommit message (Expand)Author
2015-01-30Fix some memory leaks.Mark Michelson
2014-12-17Fix printf problems with high ascii characters after r413586 (1.8).Walter Doekes
2014-12-02pbx/pbx_loopback: Speed up switches by avoiding unneeded lookupsMatthew Jordan
2014-11-05config: Make text_file_save and 'dialplan save' escape semicolons in values.George Joseph
2014-10-13manager/config: Support templates and non-unique category names via AMIGeorge Joseph
2014-09-26core: Don't allow free to mean ast_free (and malloc, etc..).Walter Doekes
2014-09-16pbx/Makefile: Revert r423237Matthew Jordan
2014-09-16Add some pbx python stuffMatthew Jordan
2014-08-06pbx_lua: fix regression with global sym export and context clash by pbx_config.George Joseph
2014-08-06Stasis: Allow message types to be blockedKinsey Moore
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-07-04Remove many deprecated modulesMatthew Jordan
2014-07-03pbx_config: Add manager actions to add/remove extensionsJonathan Rose
2014-06-19Remove the problematic and unneeded AST_MODFLAG_GLOBAL_SYMBOLS from pbx_lua.cGeorge Joseph
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-03-21Make the AEL load process less chatty.Sean Bright
2014-03-21Revert r410981. aelparse blew up.Sean Bright
2014-03-21Make the AEL load process less chatty.Sean Bright
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