summaryrefslogtreecommitdiff
path: root/channels/chan_jingle.c
AgeCommit message (Expand)Author
2014-07-04Remove many deprecated modulesMatthew 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-07-05Refactor RTCP events over to Stasis; associate with channelsMatthew Jordan
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2013-02-24Set the sin_family on the bind address socket during initializationMatthew Jordan
2012-10-14Doxygen Updates - Title updateAndrew Latham
2012-10-01Doxygen CleanupAndrew Latham
2012-09-21Doxygen Updates - janitor workAndrew Latham
2012-09-10Deprecate chan_gtalk, chan_jingle, and res_jabberKinsey Moore
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-05-14Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)Kinsey Moore
2012-03-28Fix setting CDR variables in the hangup extensionTerry Wilson
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-02-01Constify some more channel driver technology callback parameters.Richard Mudgett
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-11-23Fix res_jabber resource leaksKinsey Moore
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-07-05Merged revisions 326411 via svnmerge from Tilghman Lesher
2011-05-05Merged revisions 317474 via svnmerge from Russell Bryant
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-12-20Some scheduler API cleanup and improvements.Russell Bryant
2010-10-14Merged revisions 291758 via svnmerge from Paul Belanger
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-07-14Expand the caller ANI field to an ast_party_idRichard Mudgett
2010-07-14ast_callerid restructuringRichard Mudgett
2010-07-08Fix calls of ast_sockaddr_from_sin() from IPv6 integration.Richard Mudgett
2010-07-08Add IPv6 to Asterisk.Mark Michelson
2010-03-02fixes adaptive jitterbuffer configurationDavid Vossel
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-09-25Add JABBER_RECEIVE as a dialplan function, implement SendText in Jingle channelsPhilippe Sultan
2009-08-12Always specify which RTP engine is desired for a new RTP instance.Russell Bryant
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-04-10Fix some uninitialized memory notices that appeared under valgrind.Joshua Colp
2009-04-02Merge in the RTP engine API.Joshua Colp
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-08-09Merge more changes from the resolve-shadow-warnings branch (henceforth knownSean Bright
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENBrett Bryant