summaryrefslogtreecommitdiff
path: root/channels/chan_motif.c
AgeCommit message (Expand)Author
2016-02-01build_system: Fix some warnings highlighted by clangGeorge Joseph
2015-11-09ast_format_cap_get_names: To display all formats, the buffer was increased.Alexander Traud
2014-11-15chan_motif / chan_pjsip: Fix incorrect "No such module" messages when reloading.Joshua Colp
2014-10-15chan_motif: Cleanup jingle_tech.capabilities only once.Richard Mudgett
2014-10-05chan_motif: Correct last commit to use ao2_cleanup to free format capCorey Farrell
2014-10-05chan_motif: Release format capabilities and config on module load errorCorey Farrell
2014-10-03chan_pjsip: Fix deadlock when masquerading PJSIP channels.Richard Mudgett
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-22ARI: Fix endpoint/channel subscription issues; allow for subscriptions to techMatthew Jordan
2014-07-21res_smdi: convert to astobj2Corey Farrell
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-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
2013-12-18channel locking: Add locking for channel snapshot creationKevin Harwell
2013-12-18channels: Return allocated channels locked.Joshua Colp
2013-12-05Reverting r403311. It's causing ARI tests to hang.David M. Lee
2013-12-03Add channel locking for channel snapshot creation.Mark Michelson
2013-10-03Cache string values of formats on ast_format_cap() to save processing.Mark Michelson
2013-10-02Reduce channel snapshot creation and publishing by up to 50%.Joshua Colp
2013-08-27Fix uninitialized value in struct ast_control_pvt_cause_code usage.Richard Mudgett
2013-07-05Refactor RTCP events over to Stasis; associate with channelsMatthew Jordan
2013-06-25Fix memory/ref counting leaks in a variety of locationsMatthew Jordan
2013-05-24Split Hold event into Hold/Unhold, and move it into core.Jason Parker
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2013-02-19Add The Status Of A Module To The Output Of "CLI> module show"Michael L. Young
2013-02-15Add CLI configuration documentationMatthew Jordan
2012-12-09Add missing support for "who hung up" to chan_motif.Joshua Colp
2012-12-03Fix an RTP instance reference count leak in chan_motif.Joshua Colp
2012-12-01Tweak extension used for incoming calls received on Motif.Joshua Colp
2012-11-06Fix a bug where our Motif ICE candidates were not quite proper, and make us m...Joshua Colp
2012-10-14Doxygen Updates - Title updateAndrew Latham
2012-10-11Fix a bug where audio on Google Voice would not work due to ignoring candidates.Joshua Colp
2012-10-11Fix an issue where outgoing calls would fail to establish audio due to ICE ne...Joshua Colp
2012-10-11Consider the Google Talk content stanza name (jin:content) valid.Joshua Colp
2012-10-01Doxygen CleanupAndrew Latham
2012-09-21Doxygen Updates - janitor workAndrew Latham
2012-09-12Skip any non-content information when looking for and handling content.Joshua Colp
2012-08-22Add support for call-id logging to chan_motif.Joshua Colp
2012-08-07Reduce memory consumption significantly for users of the RTP engine API by st...Joshua Colp
2012-07-11Do not consider failure to read the configuration file in chan_motif to be a ...Joshua Colp
2012-07-10Add additional description stanza names from the old Google Talk protocol whi...Joshua Colp
2012-07-10Respect codec preference order when adding codecs to a media description.Joshua Colp
2012-07-10Add required items for Google video support.Joshua Colp
2012-07-09Force the clock rate of G.722 to be 16000 when using the Google transports as...Joshua Colp
2012-07-09Fix dependency to be on res_xmpp. Long ago in a galaxy far far away it used t...Joshua Colp
2012-07-07Add a new unified Jingle, Google Jingle, and Google Talk channel driver writt...Joshua Colp