res_parking: Automatically generate extensions, hints, etc.
[asterisk/asterisk.git] / main / pbx.c
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
2012-03-29 Jonathan RoseIntroducing the log message unique call identifiers...
2012-03-22 Kinsey MooreKill off red blobs in most of main/*
2012-03-20 Richard MudgettAllow AMI action callback to be reentrant.
2012-03-16 Mark MichelsonRevert the pre-dial addition.
2012-03-15 Mark MurawkiFix warning from commit r359705 (predial options for...
2012-03-15 Mark MurawkiAdd options PreDial options 'b' and 'B' to app_dial
2012-03-14 Russell BryantDon't use a buffer after it goes out of scope.
2012-03-13 Terry WilsonFinalize ast_channel opaquification
2012-03-01 Terry WilsonOpaquify ast_channel typedefs, fd arrays, and softhangu...
2012-02-29 Terry WilsonOpaquify ast_channel structs and lists
2012-02-24 Terry WilsonOpaquification for ast_format structs in struct ast_channel
2012-02-20 Terry Wilsonast_channel opaquification of pointers and integral...
2012-02-14 Tilghman LesherRe-commit the verbose branch.
2012-02-13 Terry WilsonOpaquify char * and char[] in ast_channel
2012-02-08 Walter DoekesAvoid cppcheck warnings; removing unused vars and a...
2012-02-01 Richard MudgettConstify some more channel driver technology callback...
2012-01-27 Richard MudgettAudit of ao2_iterator_init() usage for v1.8.
2012-01-24 Terry WilsonOpaquify channel stringfields
2012-01-09 Terry WilsonReplace direct access to channel name with accessor...
2012-01-04 Jonathan RoseFix documentation for SayNumber to reflect the fact...
2011-12-23 Richard MudgettFix extension state callback references in chan_sip.
2011-12-16 Richard MudgettFix crash during CDR update.
2011-12-09 Richard MudgettFix some parsing issues in add_exten_to_pattern_tree().
2011-12-06 Jonathan RoseDocuments CHANNEL(musicclass) taking priority over...
2011-12-05 Jonathan RoseResolve duplicate label used in multiple priorities...
2011-11-14 Richard MudgettFix Progress spelling error in main/pbx.c.
2011-11-11 Jonathan RoseFix a segmentation fault when using an extension with...
2011-10-31 Matthew JordanFixed invalid memory access when adding extension to...
2011-10-10 Matthew NicholsonMerged revisions 340109 via svnmerge from
2011-09-26 Richard MudgettMerged revisions 337974 via svnmerge from
2011-09-21 Olle JohanssonMerged revisions 337219 via svnmerge from
2011-09-20 Kinsey MooreMerged revisions 337062 via svnmerge from
2011-09-13 Matthew NicholsonMerged revisions 335653 via svnmerge from
2011-09-09 Matthew JordanMerged revisions 335078 via svnmerge from
2011-09-08 Jonathan RoseRemoves colorful verb statements erroneously commited...
2011-09-07 Alec L DavisMerged revisions 334617 via svnmerge from
2011-09-01 Tilghman LesherMerged revisions 334235 via svnmerge from
2011-08-22 Jonathan RoseAdd option for logging congested calls as CONGESTION...
2011-08-09 Richard MudgettMerged revisions 331265 via svnmerge from
next