summaryrefslogtreecommitdiff
path: root/main/pbx.c
AgeCommit message (Expand)Author
2014-04-18Originated calls: Fix several originate call problems.Richard Mudgett
2014-04-15Remove unused RAII_VAR() declarations.Richard Mudgett
2014-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
2014-02-22Remove extra defines of AST_PBX_MAX_STACK.Corey Farrell
2014-02-16pbx: Handle a completely empty dialplan during a context mergeMatthew Jordan
2014-01-31CDRs: fix a variety of dial status problems, h/hangup handler creating CDRsMatthew Jordan
2014-01-22pbx.c: Pre-initialize timezone to avoid crash on destroyScott Griepentrog
2014-01-14verbosity: Fix performance of console verbose messages.Richard Mudgett
2013-12-19app_cdr,app_forkcdr,func_cdr: Synchronize with engine when manipulating stateMatthew Jordan
2013-12-18channel locking: Add locking for channel snapshot creationKevin Harwell
2013-12-18channels: Return allocated channels locked.Joshua Colp
2013-12-16security: Inhibit execution of privilege escalating functionsDavid M. Lee
2013-12-16pbx.c: put copy of ast_exten.data on stack to prevent memory corruptionScott Griepentrog
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-11-14Say: If SAY_DTMF_INTERRUPT is set to an ast_true value, jump on DTMFJonathan Rose
2013-10-29Remove some spammy debug messages; improve clarity of othersMatthew Jordan
2013-10-25pbx.c: fix confused match caller id that deleted exten still in hashScott Griepentrog
2013-10-19Return a channel snapshot when originating using ARI, and subscribe the Stasi...Joshua Colp
2013-10-02Originate: Make setting caller id on outgoing call use either name or number.Richard Mudgett
2013-10-02Reduce channel snapshot creation and publishing by up to 50%.Joshua Colp
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