summaryrefslogtreecommitdiff
path: root/main/pbx.c
AgeCommit message (Expand)Author
2013-09-30Multiple revisions 399887,400138,400178,400180-400181David M. Lee
2013-08-30pbx.c: Make pbx_substitute_variables_helper_full() not mask variables.Richard Mudgett
2013-08-28pbx.c: Make ast_str_substitute_variables_full() not mask variables.Richard Mudgett
2013-08-23Fix channel reference leak in Originated channelsMatthew Jordan
2013-08-22Add SayAlphaCase and similar functionality for AGIKinsey Moore
2013-08-17Strip down the old event systemKinsey Moore
2013-08-16Doxygen comment tweaks.Richard Mudgett
2013-08-16Prevent heap alloc functions from running out of stack space.Walter Doekes
2013-08-12Unlock outgoing dial lock on off nominal pathMatthew Jordan
2013-08-10Unlock the dial operation lock on a failed dialMatthew Jordan
2013-08-09pbx: Make originate threads indicate dial status when synchronousJonathan Rose
2013-08-06Check result of ast_var_assign() calls for memory allocation failure.Walter Doekes
2013-08-05Fix res_ari_asterisk load issueDavid M. Lee
2013-08-02Remove dead code from features.c; refactor pickup code into pickup.cMatthew Jordan
2013-08-01Split caching out from the stasis_caching_topic.David M. Lee
2013-07-20Add transfer support to CELKinsey Moore
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