datastores: Audit ast_channel_datastore_remove usage.
[asterisk/asterisk.git] / main / channel.c
2014-07-28 Richard Mudgettdatastores: Audit ast_channel_datastore_remove usage.
2014-07-24 Richard Mudgettaccountcode: Slightly change accountcode propagation.
2014-07-22 Matthew JordanARI: Fix endpoint/channel subscription issues; allow...
2014-07-20 Matthew Jordanmedia formats: re-architect handling of media for perfo...
2014-07-18 Jonathan RoseChannels: Masquerades to automatically move frame/audio...
2014-06-26 Kinsey MooreBridging: Allow channels to define bridging hooks
2014-06-13 Matthew Jordanstasis: Reduce creation of channel snapshots to improve...
2014-06-10 Kinsey MooreFix build in dev mode due to signed/unsigned mismatch
2014-06-08 Matthew Jordanbridges/bridge_native_rtp: Reconfigure bridge on remova...
2014-05-19 Matthew JordanUndo r414123
2014-05-18 Matthew Jordanbridge_native_rtp/bridge_channel: Fix direct media...
2014-05-11 Joshua Colpframehooks: Add callback for determining if a hook...
2014-05-11 Joshua ColpUndoing framehook support. Issues were uncovered by...
2014-05-10 Joshua Colpframehooks: Add callback for determining if a hook...
2014-05-09 Kinsey MooreAllow Asterisk to compile under GCC 4.10
2014-04-04 Richard Mudgettinternal_timing: Remove the option and always make...
2014-04-04 Richard MudgettAdd some asserts that were handy when looking for a...
2014-03-17 Mark MichelsonFix stuck channel in ARI through the introduction of...
2014-03-12 Richard Mudgettres_musiconhold.c: Generate MOH start/stop events whene...
2014-03-07 Scott Griepentroguniqueid: channel linkedid, ami, ari object creation...
2014-02-21 Kevin Harwellchannel.c: MOH is not working for transferee after...
2014-01-27 Russell BryantProtect ast_filestream object when on a channel
2013-12-30 Kevin Harwellchannels.c: core show channeltypes slicing
2013-12-20 Matthew Jordanres_pjsip: Add PJSIP CLI commands
2013-12-19 Mark MichelsonFix a deadlock that occurred due to a conflict of masqu...
2013-12-19 Joshua Colpchannel: Add a missing ast_channel_unlock when allocati...
2013-12-18 Kevin Harwellchannel locking: Add locking for channel snapshot creation
2013-12-18 Joshua Colpchannels: Return allocated channels locked.
2013-12-17 Rusty NewtonSeveral components: fixing Typos in comments and code...
2013-12-13 Kevin Harwellbridge_native_rtp: Deadlock during 4-way conference...
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-12 Mark MichelsonSwitch to a scoped lock to avoid missing unlocks in...
2013-11-12 Mark MichelsonMove a NULL check to a place that makes more sense.
2013-10-29 Matthew JordanRemove some spammy debug messages; improve clarity...
2013-10-18 Richard MudgettAdd channel lock protection around translation path...
2013-10-18 Walter DoekesProperly copy/remove the device state cache flag over...
2013-10-03 Mark MichelsonCache string values of formats on ast_format_cap()...
2013-10-02 Joshua ColpReduce channel snapshot creation and publishing by...
2013-09-30 David M. LeeMultiple revisions 399887,400138,400178,400180-400181
2013-09-13 Richard MudgettRestore Dial, Queue, and FollowMe 'I' option support.
2013-08-23 Richard MudgettHandle DTMF and hold wrapup when a channel leaves the...
2013-08-23 Matthew JordanAdd pass through support for Opus and VP8; Opus format...
2013-08-22 Richard MudgettMinor tweaks with ast_moh_start() callers.
2013-08-22 Kinsey MooreAdd SayAlphaCase and similar functionality for AGI
2013-08-15 Richard MudgettRemove unsupported channel technology callbacks.
2013-08-08 Matthew JordanHide the Surrogate channels from external consumers...
2013-08-06 David M. LeeARI: Add recording controls
2013-08-05 David M. LeeFix res_ari_asterisk load issue
2013-08-02 Mark MichelsonGet rid of ast_bridged_channel() and the bridged_channe...
2013-07-25 Matthew JordanA great big renaming patch
2013-07-24 Richard MudgettAdd missing end-of-file line terminators.
2013-07-24 Matthew JordanPerform the initial renaming of the Bridging API
2013-07-23 Matthew JordanKill the zombies
2013-07-20 Kinsey MooreAdd transfer support to CEL
2013-07-19 Richard MudgettMinor optimizations.
2013-07-19 Richard MudgettExtract a repeated test into ast_channel_has_audio_fram...
2013-07-18 Jason ParkerARI: Add support for suppressing media streams.
2013-07-17 Richard MudgettChange ast_hangup() to return void and be NULL safe.
2013-07-16 Richard MudgettRemove some dead code dealing with old bridging method.
2013-07-12 Joshua ColpAdd support to the bridging core for performing COLP...
2013-07-08 Joshua ColpRefactor operations to access the stasis cache instead...
2013-07-07 Matthew JordanIn a channel destructor dispose of items that raise...
2013-07-07 Matthew JordanHandle hangup logic in the Stasis message bus and consu...
2013-07-04 Jonathan Roseres_parking: Replace Parker snapshots with ParkerDialString
2013-07-03 David M. LeeARI - channel recording support
2013-06-17 Richard Mudgettchan_vpb: Fix compile error and __ast_channel_alloc...
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 Kinsey MooreRework stasis cache clear events
2013-06-07 Richard MudgettRefactor chan_dahdi/sig_analog/sig_pri and chan_misdn...
2013-06-05 Joshua ColpPublish the channel state snapshot *before* calling...
2013-05-31 Richard MudgettRemove ast_channel_bridge() and associated code called...
2013-05-31 Richard MudgettFixup hold/unhold with attended and blind transfers.
2013-05-30 David M. LeeAvoid unnecessary cleanups during immediate shutdown
2013-05-29 Richard MudgettFix segfault when dealing with chan_agent channels.
2013-05-29 Jason ParkerRemove unused RAII vars.
2013-05-28 Mark MichelsonAdds support for a core attended transfer function...
2013-05-24 Jason ParkerSplit Hold event into Hold/Unhold, and move it into...
2013-05-21 Richard MudgettMerge in the bridge_construction branch to make the...
2013-05-17 Matthew JordanPublish the outbound channel's application/data when...
2013-05-08 David M. LeeRemove required type field from channel blobs
2013-05-02 Richard MudgettRemove the ABI compatability ast_channel_alloc(). ...
2013-04-22 Richard MudgettFix crash when AMI redirect action redirects two channe...
2013-04-15 David M. LeeDTMF events are now published on a channel's stasis_top...
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-25 David M. LeeMove NewCallerid, HangupRequest and SoftHangupRequest...
2013-03-22 David M. LeeMove more channel events to Stasis; move res_json.c...
2013-03-16 Kinsey MooreTransition MWI to Stasis-core
2013-03-08 David M. LeeEnsure dummy channels get a stasis topic.
2013-03-08 David M. LeeThis patch adds a new message bus API to Asterisk.
2013-02-09 Richard MudgettMake ast_do_masquerade() a void function.
2013-01-31 Richard MudgettEliminate a use of a C++ keyword as a variable. new...
2013-01-22 Matthew JordanAdd ControlPlayback manager action
2013-01-14 Automerge scriptMerged revisions 379021,379023 via svnmerge from
2013-01-14 David M. LeeGently reduce masquerade insanity
2013-01-10 Automerge scriptMerged revisions 378889 via svnmerge from
2013-01-10 Richard Mudgett* Simplify native bridge code in ast_channel_bridge().
2013-01-10 Automerge scriptMerged revisions 378874 via svnmerge from
next