pbx: Handle a completely empty dialplan during a context merge
[asterisk/asterisk.git] / main / pbx.c
2014-02-16 Matthew Jordanpbx: Handle a completely empty dialplan during a contex...
2014-01-31 Matthew JordanCDRs: fix a variety of dial status problems, h/hangup...
2014-01-22 Scott Griepentrogpbx.c: Pre-initialize timezone to avoid crash on destroy
2014-01-14 Richard Mudgettverbosity: Fix performance of console verbose messages.
2013-12-19 Matthew Jordanapp_cdr,app_forkcdr,func_cdr: Synchronize with engine...
2013-12-18 Kevin Harwellchannel locking: Add locking for channel snapshot creation
2013-12-18 Joshua Colpchannels: Return allocated channels locked.
2013-12-16 David M. Leesecurity: Inhibit execution of privilege escalating...
2013-12-16 Scott Griepentrogpbx.c: put copy of ast_exten.data on stack to prevent...
2013-12-05 David M. LeeReverting r403311. It's causing ARI tests to hang.
2013-12-03 Mark MichelsonAdd channel locking for channel snapshot creation.
2013-11-14 Jonathan RoseSay: If SAY_DTMF_INTERRUPT is set to an ast_true value...
2013-10-29 Matthew JordanRemove some spammy debug messages; improve clarity...
2013-10-25 Scott Griepentrogpbx.c: fix confused match caller id that deleted exten...
2013-10-19 Joshua ColpReturn a channel snapshot when originating using ARI...
2013-10-02 Richard MudgettOriginate: Make setting caller id on outgoing call...
2013-10-02 Joshua ColpReduce channel snapshot creation and publishing by...
2013-09-30 David M. LeeMultiple revisions 399887,400138,400178,400180-400181
2013-08-30 Richard Mudgettpbx.c: Make pbx_substitute_variables_helper_full()...
2013-08-28 Richard Mudgettpbx.c: Make ast_str_substitute_variables_full() not...
2013-08-23 Matthew JordanFix channel reference leak in Originated channels
2013-08-22 Kinsey MooreAdd SayAlphaCase and similar functionality for AGI
2013-08-17 Kinsey MooreStrip down the old event system
2013-08-16 Richard MudgettDoxygen comment tweaks.
2013-08-16 Walter DoekesPrevent heap alloc functions from running out of stack...
2013-08-12 Matthew JordanUnlock outgoing dial lock on off nominal path
2013-08-10 Matthew JordanUnlock the dial operation lock on a failed dial
2013-08-09 Jonathan Rosepbx: Make originate threads indicate dial status when...
2013-08-06 Walter DoekesCheck result of ast_var_assign() calls for memory alloc...
2013-08-05 David M. LeeFix res_ari_asterisk load issue
2013-08-02 Matthew JordanRemove dead code from features.c; refactor pickup code...
2013-08-01 David M. LeeSplit caching out from the stasis_caching_topic.
2013-07-20 Kinsey MooreAdd transfer support to CEL
2013-07-08 Joshua ColpRefactor operations to access the stasis cache instead...
2013-07-07 Matthew JordanHandle hangup logic in the Stasis message bus and consu...
2013-07-01 Matthew JordanPrevent crash during synchronous AMI origination by...
2013-06-22 Joshua ColpMerge in current pimp_my_sip work, including:
2013-06-17 Matthew JordanUpdate Asterisk's CDRs for the new bridging framework
2013-06-13 Kinsey MooreRefactor CEL channel events on top of Stasis-Core
2013-06-07 Jonathan Roseres_parking: Automatically generate extensions, hints...
2013-05-31 Kinsey MooreRefactor code and fix a reference leak
2013-05-28 Mark MichelsonAdds support for a core attended transfer function...
2013-05-24 Matthew JordanMigrate a large number of AMI events over to Stasis...
2013-05-21 Richard MudgettMerge in the bridge_construction branch to make the...
2013-05-20 Matthew JordanSet the AST_CDR_FLAG_ORIGINATED flag on originated...
2013-05-19 Joshua ColpDon't hold the outgoing lock for a prolonged period...
2013-05-19 Joshua ColpIf the caller of the originate API calls wants the...
2013-05-18 Joshua ColpFix a bug where synchronous origination (oddly enough...
2013-05-18 Joshua ColpMove origination to use the dialing API and send Stasis...
2013-05-17 David M. LeeFix shutdown assertions in stasis-core
2013-05-13 Jonathan Rosepbx: Fix lack of cleanup on macrolock and context_table
2013-04-16 Kinsey MooreMove presence state distribution to Stasis-core
2013-04-16 Kinsey MooreMove device state distribution to Stasis-core
2013-04-08 Matthew JordanAdd multi-channel Stasis messages; refactor Dial AMI...
2013-03-28 Kinsey MooreBreak the world. Stasis message type accessors should...
2013-03-22 David M. LeeMove more channel events to Stasis; move res_json.c...
2013-03-08 David M. LeeThis patch adds a new message bus API to Asterisk.
2013-02-14 Kinsey MooreRevamp of terminal color codes
2013-02-09 Richard Mudgettpbx: Fix regression caused by taking advantage of the...
2013-02-09 Richard Mudgettpbx: Make function and application containers take...
2012-12-11 Automerge scriptMerged revisions 377809 via svnmerge from
2012-12-11 Richard MudgettCleanup pbx on exit.
2012-11-28 Automerge scriptMerged revisions 376691 via svnmerge from
2012-11-28 Richard MudgettFix extension matching with the '-' char.
2012-11-12 Automerge scriptMerged revisions 376148,376169 via svnmerge from
2012-11-12 Joshua ColpProperly check if the "Context" and "Extension" headers...
2012-11-12 Michael L. YoungFix Dynamic Hints Variable Substition - Underscore...
2012-11-07 Mark MichelsonMultiple revisions 375993-375994
2012-10-29 Mark MichelsonMake evaluation of channel variables consistently case...
2012-10-17 Walter DoekesChange a few warnings to debug and the inverse.
2012-10-09 Richard MudgettFix execution of 'i' extension due to uninitialized...
2012-10-02 Matthew JordanFix a variety of ref counting issues
2012-09-22 Andrew LathamDoxygen Updates Janitor Work
2012-09-05 Kinsey MooreEnsure counts generated in manager_show_dialplan_helper...
2012-08-30 Matthew JordanClean up doxygen warnings
2012-08-09 Mark MichelsonExtend extension state callbacks to have more information.
2012-08-08 Mark MichelsonAllow support for early media on AMI originates and...
2012-07-31 Kinsey MooreClean up and ensure proper usage of alloca()
2012-07-25 Terry WilsonRevert a change that broke compilation
2012-07-24 Jonathan RoseDon't attempt free of NULL ptr in pbx.c handle_presence...
2012-07-18 Kevin P. FlemingEnsure that all ast_datastore_info structures are ...
2012-07-10 Matthew JordanAdd some additional documentation for core AMI events
2012-07-10 Kinsey MooreImprove Goto and GotoIf related documentation
2012-06-29 Richard MudgettHangup handlers - Dialplan subroutines that run when...
2012-06-26 Jonathan RoseUnique Call ID logging Phases III and IV
2012-06-15 Kevin P. FlemingMultiple revisions 369001-369002
2012-06-14 Richard MudgettMake the Hangup application set a softhangup flag.
2012-06-04 Mark MichelsonMerge changes dealing with support for Digium phones.
2012-05-23 Richard MudgettFix WaitExten(x,m(musicclass)) string termination.
2012-05-23 Jonathan Roselogger: Fix a potential callid reference leak discovere...
2012-05-18 Matthew JordanFix a variety of memory leaks
2012-05-17 Jonathan Roselogger: Adds additional support for call id logging...
2012-05-10 Kinsey MooreResolve FORWARD_NULL static analysis warnings
2012-05-10 Jonathan RoseCoverity Report: Fix issues for error type CHECKED_RETU...
2012-05-07 Matthew JordanFix channel opaquification slip-up in r365477
2012-05-07 Matthew JordanSupport VoiceMail d() option when extension does not...
2012-04-20 Richard Mudgett* Add more information to some messages in __ast_pbx_run().
2012-04-06 Kinsey MooreAdd missing newlines to CLI logging
2012-03-29 Jonathan RoseIntroducing the log message unique call identifiers...
2012-03-29 Jonathan Roseundoing 360785 due to merging mistake
next