summaryrefslogtreecommitdiff
path: root/main/pbx.c
AgeCommit message (Expand)Author
2013-07-08Refactor operations to access the stasis cache instead of objects directly wh...Joshua Colp
2013-07-07Handle hangup logic in the Stasis message bus and consumers of Stasis messagesMatthew Jordan
2013-07-01Prevent crash during synchronous AMI origination by ref bumping returned channelMatthew Jordan
2013-06-22Merge in current pimp_my_sip work, including:Joshua Colp
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2013-06-13Refactor CEL channel events on top of Stasis-CoreKinsey Moore
2013-06-07res_parking: Automatically generate extensions, hints, etc.Jonathan Rose
2013-05-31Refactor code and fix a reference leakKinsey Moore
2013-05-28Adds support for a core attended transfer function plus adds some hiding of m...Mark Michelson
2013-05-24Migrate a large number of AMI events over to Stasis-CoreMatthew Jordan
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2013-05-20Set the AST_CDR_FLAG_ORIGINATED flag on originated channel's CDRsMatthew Jordan
2013-05-19Don't hold the outgoing lock for a prolonged period of time as it may block t...Joshua Colp
2013-05-19If the caller of the originate API calls wants the channel ensure it has been...Joshua Colp
2013-05-18Fix a bug where synchronous origination (oddly enough triggered by doing an a...Joshua Colp
2013-05-18Move origination to use the dialing API and send Stasis messages on dial begi...Joshua Colp
2013-05-17Fix shutdown assertions in stasis-coreDavid M. Lee
2013-05-13pbx: Fix lack of cleanup on macrolock and context_tableJonathan Rose
2013-04-16Move presence state distribution to Stasis-coreKinsey Moore
2013-04-16Move device state distribution to Stasis-coreKinsey Moore
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