summaryrefslogtreecommitdiff
path: root/bridges/bridge_softmix.c
AgeCommit message (Expand)Author
2016-04-22bridge_softmix.c: Fix crash if channel fails to join mixing tech.Richard Mudgett
2016-04-13bridge_softmix.c: Fix crash if could not allocate the dsp.Richard Mudgett
2015-04-10chan_pjsip/res_pjsip/bridge_softmix/core: Improve translation path choices.Richard Mudgett
2015-04-10bridge_softmix.c,channel.c: Minor code simplification and cleanup.Richard Mudgett
2015-04-08Bridging: Eliminate the unnecessary make channel compatible with bridge opera...Richard Mudgett
2015-02-24bridge_softmix: G.729 codec license heldKevin Harwell
2014-09-18bridge_softmix.c: Made use ao2_replace() instead of the inline equivalent.Richard Mudgett
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-03-17Fix stuck channel in ARI through the introduction of synchronous bridge actions.Mark Michelson
2013-10-11Softmix: Fix crash when switching from softmix to another bridge technology.Richard Mudgett
2013-10-03Cache string values of formats on ast_format_cap() to save processing.Mark Michelson
2013-09-18Add a WARNING in bridge_softmix when a timing module isn't loadedMatthew Jordan
2013-08-15Resolve some BUGBUG comments.Richard Mudgett
2013-07-25A great big renaming patchMatthew Jordan
2013-07-25Move after bridge callbacks into their own fileMatthew Jordan
2013-07-23Pull softmix bridge parameters into a sub structure.Richard Mudgett
2013-07-23Restore chan_dahdi native bridging and PRI tromboned call elimination.Richard Mudgett
2013-06-21Extract a useful routine from the softmix bridge technology.Richard Mudgett
2013-06-21Change several bridge functions to return error status.Richard Mudgett
2013-06-08Fix a crash when a bridge switches from the softmix bridge technology to anot...Richard Mudgett
2013-06-08The bridge uniqueid is available for softmix destructor.Richard Mudgett
2013-06-08Add some bridge identifiers to some softmix messages.Richard Mudgett
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2013-01-25More trivial bridge code cleanup.Richard Mudgett
2013-01-09Trivial misc bridge code changes.Richard Mudgett
2012-11-05Refactor ast_timer_ack to return an error and handle the error in timer usersMatthew Jordan
2012-10-30Fix ConfBridge crash if no timing module loaded.Richard Mudgett
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-07-11Updates follow_talker video_mode in confbridge application.David Vossel
2011-06-30Video support for ConfBridge.David Vossel
2011-05-05Fixes reliability issues with func_jitterbuffer's usage in the new ConfBridge...David Vossel
2011-04-21New HD ConfBridge conferencing application.David Vossel
2011-02-22Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd a...David Vossel
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-02-18fixes confbridge crash when no timing module is loaded.David Vossel
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-03-27Improve timing interface to remember which provider provided a timerKevin P. Fleming
2009-03-27Fix a potential timer leak in bridge_softmix.Joshua Colp
2009-03-27Remove a cast that is not needed.Joshua Colp
2009-03-27Fix a potential race condition when creating a software based mixing bridge.Joshua Colp
2009-03-05Merge phase 1 support for the new bridging architecture.Joshua Colp