Remove some dead parking call
[asterisk/asterisk.git] / main / features.c
2013-07-25 Matthew JordanRemove some dead parking call
2013-07-25 Matthew JordanRemove dead bridging code from features
2013-07-25 Matthew JordanA great big renaming patch
2013-07-25 Matthew JordanMove after bridge callbacks into their own file
2013-07-24 Richard Mudgett* Refactor setup_bridge_features_builtin().
2013-07-24 Matthew JordanPerform the initial renaming of the Bridging API
2013-07-23 Mark MichelsonMake DTMF attended transfer support feature-complete.
2013-07-20 Kinsey MooreAdd transfer support to CEL
2013-07-17 Richard MudgettChange ast_hangup() to return void and be NULL safe.
2013-07-17 Richard MudgettRemove some completed and no longer relevant BUGBUG...
2013-07-04 Jonathan Roseres_parking: Replace Parker snapshots with ParkerDialString
2013-06-28 Jonathan Rosefeatures: call pickup stasis refactoring
2013-06-26 Richard MudgettAMI Bridge action: Get channel xfer config after we...
2013-06-25 Jonathan Roseres_parking: Add Parking manager action to the new...
2013-06-21 Richard MudgettChange several bridge functions to return error status.
2013-06-20 Richard MudgettFix potential bridge hook resource leak if the hook...
2013-06-17 Matthew JordanUpdate Asterisk's CDRs for the new bridging framework
2013-06-13 Kinsey MooreRefactor CEL bridge events on top of Stasis-Core
2013-06-07 Jonathan Roseres_parking: Automatically generate extensions, hints...
2013-06-06 Richard MudgettReimplement bridging and DTMF features related channel...
2013-06-06 Mark MichelsonRefactor the features configuration scheme.
2013-06-06 Richard Mudgett* Fix a couple missed hook installs that need AST_BRIDG...
2013-06-05 Mark MichelsonRemove remaining traces of remove_on_pull from hooks...
2013-05-28 Mark MichelsonAdds support for a core attended transfer function...
2013-05-23 Richard MudgettFix inverted test preventing DTMF disconnect from working.
2013-05-21 Richard MudgettMerge in the bridge_construction branch to make the...
2013-04-30 Matthew JordanFix CDR not being created during an externally initiate...
2013-04-26 Matthew JordanClean up resources in features on exit
2013-04-10 Richard MudgettEliminated dial_features_destroy() since it is equivale...
2013-04-10 Richard Mudgett* Fix unlocked accesses to feature_list. The feature_l...
2013-04-09 Richard MudgettRename struct feature_ds to struct feature_datastore.
2013-04-09 Russell BryantAdd inheritance support to FEATURE()/FEATUREMAP().
2013-04-08 Matthew JordanAdd multi-channel Stasis messages; refactor Dial AMI...
2013-02-19 Kevin HarwellWrite the correct callid to the data1 field in queue_lo...
2013-02-14 Richard MudgettEnd stuck DTMF if AST_SOFTHANGUP_ASYNCGOTO because...
2013-02-11 Richard Mudgettfeatures: Don't cache a struct ast_app pointer.
2013-02-08 Jonathan RoseCall Parking: Set PARKINGLOT and PARKINGSLOT variables...
2013-01-29 Jonathan Rosecall_parking: Make sure fallbacks are used when lacking...
2013-01-02 Automerge scriptMerged revisions 378374,378377,378384 via svnmerge...
2013-01-02 Richard MudgettFix AMI redirect action with two channels failing to...
2013-01-02 Automerge scriptMerged revisions 378322 via svnmerge from
2013-01-02 Matthew JordanPrevent exhaustion of system resources through exploita...
2012-12-14 Automerge scriptMerged revisions 378063-378064 via svnmerge from
2012-12-14 Jonathan RoseFeatures: BRIDGE_FEATURES variable automixmonitor suppo...
2012-12-12 Automerge scriptMerged revisions 377915 via svnmerge from
2012-12-12 Michael L. YoungConvert Dynamic Features Buffer To Use ast_str
2012-12-11 Automerge scriptMerged revisions 377906 via svnmerge from
2012-12-11 Mark MichelsonAdd test events necessary for bridging tests to be...
2012-11-06 Richard MudgettFix stuck DTMF when bridge is broken.
2012-10-29 Richard MudgettFix the Park 'r' option when a channel parks itself.
2012-10-18 Andrew LathamDoxygen Updates - Title update
2012-10-02 Matthew JordanFix a variety of ref counting issues
2012-09-20 Richard MudgettNamed call pickup groups. Fixes, missing functionality...
2012-09-11 Mark MichelsonFix bad channel application data reference.
2012-08-10 Richard MudgettAdd private representation of caller, connected and...
2012-08-10 Richard MudgettFix pickup extension channel reference error.
2012-08-07 Matthew JordanAdd named callgroups/pickupgroups
2012-07-31 Kinsey MooreClean up and ensure proper usage of alloca()
2012-07-11 Matthew JordanDon't perform an XInclude to a document node that may...
2012-07-10 Matthew JordanAdd some additional documentation for core AMI events
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-25 Richard MudgettFix Bridge application occasionally returning to the...
2012-06-23 Richard MudgettFix F and F(x) action logic in Bridge application.
2012-06-23 Richard MudgettFix Bridge application and AMI Bridge action error...
2012-06-18 Kinsey MooreFix AST_CONTROL_PVT_CAUSE_CODE handling
2012-06-18 Richard MudgettFix monitoring calls put in a parking lot.
2012-06-06 Richard MudgettFix parked call performing a DTMF blind transfer after...
2012-06-06 Richard MudgettMake builtin_blindtransfer() fully use ast_async_goto...
2012-06-05 Kinsey MooreConvert AST_FLAG_ANSWERED_ELSEWHERE usage to AST_CAUSE_...
2012-06-04 Mark MichelsonMerge changes dealing with support for Digium phones.
2012-05-31 Richard MudgettCoverity Report: Fix issues for error type REVERSE_INUL...
2012-05-18 Matthew JordanFix a variety of memory leaks
2012-05-14 Kinsey MooreCommit framework for HANGUPCAUSE (replacement for SIP_C...
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-10 Jonathan RoseCoverity Report: Fix issues for error type UNINIT in...
2012-05-07 Richard MudgettChange comment to use local channel name designators...
2012-05-04 Kinsey MooreFix many issues from the NULL_RETURNS Coverity report
2012-04-28 Russell Bryantfeatures: Add FEATURE() and FEATUREMAP() functions.
2012-04-26 Richard MudgettFix DTMF atxfer running h exten after the wrong bridge...
2012-04-25 Richard MudgettFix recalled party B feature flags for a failed DTMF...
2012-04-25 Richard MudgettHangup affected channel in error paths of bridge_call_t...
2012-03-29 Mark MichelsonFix potential race condition during call pickup.
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 Jonathan RoseAdds F option to Bridge application
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-14 Russell BryantFix incorrect sizeof() usage in features.c.
2012-03-13 Terry WilsonFix setting CDR variables in the hangup extension
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-27 Kinsey MooreDeprecated macro usage for connected line, redirecting...
2012-02-27 Terry WilsonCopy CDR variables when set during a bridge
2012-02-24 Terry WilsonOpaquification for ast_format structs in struct ast_channel
2012-02-23 Richard MudgettFix blind transfer parking issues if the dialed extensi...
2012-02-20 Terry Wilsonast_channel opaquification of pointers and integral...
next