summaryrefslogtreecommitdiff
path: root/main/pbx.c
AgeCommit message (Expand)Author
2015-01-12Revert -r430452 It needs to be redone for the next major AMI version change i...Richard Mudgett
2015-01-09AMI: Remove no longer used parameter from astman_send_listack().Richard Mudgett
2015-01-09AMI: Make AMI actions that generate event lists consistent.Richard Mudgett
2014-12-24main/pbx.c: Fix double lock of contexts lock introduced by r429967Matthew Jordan
2014-12-22presencestate: Allow channel drivers to provide presence state informationMatthew Jordan
2014-11-12pbx: Fix off-nominal case where a freed extension may still be used.Joshua Colp
2014-08-13Bridges: Fix feature interruption/unintended kick caused by external actionsJonathan Rose
2014-08-07pbx: Filter out pattern matching hints in responses sent to ExtensionStateListMatthew Jordan
2014-08-06pbx_lua: fix regression with global sym export and context clash by pbx_config.George Joseph
2014-07-30manager: Add state list commandsKinsey Moore
2014-07-24accountcode: Slightly change accountcode propagation.Richard Mudgett
2014-07-04Remove many deprecated modulesMatthew Jordan
2014-07-03pbx_config: Add manager actions to add/remove extensionsJonathan Rose
2014-06-13stasis: Reduce creation of channel snapshots to improve performanceMatthew Jordan
2014-06-12main/pbx - documentation - enhance 'core show hints' and 'core show hint' hel...Rusty Newton
2014-06-11CLI: correct presence information on core show hintsScott Griepentrog
2014-06-10CLI: add presence information to core show hintsScott Griepentrog
2014-06-08bridges/bridge_native_rtp: Reconfigure bridge on removal of framehookMatthew Jordan
2014-05-29PBX: Prevent incorrect hint parsingKinsey Moore
2014-05-28Logger/CLI/etc.: Fix some aesthetic issues; reduce chatty verbose messagesMatthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
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