summaryrefslogtreecommitdiff
path: root/main/pbx.c
AgeCommit message (Expand)Author
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-08This patch adds a new message bus API to Asterisk.David M. Lee
2013-02-14Revamp of terminal color codesKinsey Moore
2013-02-09pbx: Fix regression caused by taking advantage of the function name sort.Richard Mudgett
2013-02-09pbx: Make function and application containers take advantage of being sorted.Richard Mudgett
2012-12-11Cleanup pbx on exit.Richard Mudgett
2012-11-28Fix extension matching with the '-' char.Richard Mudgett
2012-11-12Properly check if the "Context" and "Extension" headers are empty in a ShowDi...Joshua Colp
2012-11-12Fix Dynamic Hints Variable Substition - Underscore ProblemMichael L. Young
2012-11-07Multiple revisions 375993-375994Mark Michelson
2012-10-29Make evaluation of channel variables consistently case-sensitive.Mark Michelson
2012-10-17Change a few warnings to debug and the inverse.Walter Doekes
2012-10-09Fix execution of 'i' extension due to uninitialized variable.Richard Mudgett
2012-10-02Fix a variety of ref counting issuesMatthew Jordan
2012-09-22Doxygen Updates Janitor WorkAndrew Latham
2012-09-05Ensure counts generated in manager_show_dialplan_helper are correctKinsey Moore
2012-08-30Clean up doxygen warningsMatthew Jordan
2012-08-09Extend extension state callbacks to have more information.Mark Michelson
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-25Revert a change that broke compilationTerry Wilson
2012-07-24Don't attempt free of NULL ptr in pbx.c handle_presencechangeJonathan Rose
2012-07-18Ensure that all ast_datastore_info structures are 'const'.Kevin P. Fleming
2012-07-10Add some additional documentation for core AMI eventsMatthew Jordan
2012-07-10Improve Goto and GotoIf related documentationKinsey Moore
2012-06-29Hangup handlers - Dialplan subroutines that run when the channel hangs up.Richard Mudgett
2012-06-26Unique Call ID logging Phases III and IVJonathan Rose
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-06-14Make the Hangup application set a softhangup flag.Richard Mudgett
2012-06-04Merge changes dealing with support for Digium phones.Mark Michelson
2012-05-23Fix WaitExten(x,m(musicclass)) string termination.Richard Mudgett
2012-05-23logger: Fix a potential callid reference leak discovered in developmentJonathan Rose
2012-05-18Fix a variety of memory leaksMatthew Jordan
2012-05-17logger: Adds additional support for call id logging and chan_sip specific stuffJonathan Rose
2012-05-10Resolve FORWARD_NULL static analysis warningsKinsey Moore
2012-05-10Coverity Report: Fix issues for error type CHECKED_RETURN for coreJonathan Rose
2012-05-07Fix channel opaquification slip-up in r365477Matthew Jordan
2012-05-07Support VoiceMail d() option when extension does not exist in channel's contextMatthew Jordan
2012-04-20* Add more information to some messages in __ast_pbx_run().Richard Mudgett
2012-04-06Add missing newlines to CLI loggingKinsey Moore
2012-03-29Introducing the log message unique call identifiers featureJonathan Rose
2012-03-29undoing 360785 due to merging mistakeJonathan Rose
2012-03-29Introducing the log message unique call identifiers featureJonathan Rose
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2012-03-20Allow AMI action callback to be reentrant.Richard Mudgett
2012-03-16Revert the pre-dial addition.Mark Michelson
2012-03-15Fix warning from commit r359705 (predial options for app_dial)Mark Murawki
2012-03-15Add options PreDial options 'b' and 'B' to app_dialMark Murawki