summaryrefslogtreecommitdiff
path: root/channels/chan_h323.c
AgeCommit message (Expand)Author
2014-07-04Remove many deprecated modulesMatthew Jordan
2014-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
2013-12-19Voicemail: Remove mailbox identifier format (box@context) assumptions in the ...Richard Mudgett
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-09-06Fix chan_h323 compilationKinsey Moore
2013-07-05Refactor RTCP events over to Stasis; associate with channelsMatthew Jordan
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew 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
2012-10-14Doxygen Updates - Title updateAndrew Latham
2012-09-21Doxygen Updates - janitor workAndrew Latham
2012-05-14Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)Kinsey Moore
2012-04-17Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-02-29Opaquify ast_channel structs and listsTerry 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-14Multiple revisions 350788-350789Kevin P. Fleming
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-12-02Merged revisions 346763 via svnmerge from Alexandr Anikin
2011-11-23Fix calls to ast_get_ip() not initializing the address family.Richard Mudgett
2011-09-22Merged revisions 337487 via svnmerge from Gregory Nietsky
2011-09-19Merged revisions 336500 via svnmerge from Gregory Nietsky
2011-09-09Merged revisions 335078 via svnmerge from Matthew Jordan
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-05-05Merged revisions 317478 via svnmerge from Russell Bryant
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-14Make compile again.Richard Mudgett
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-07-03Merged revisions 273793 via svnmerge from Tilghman Lesher
2010-07-02Fix various typos reported by LintianTzafrir Cohen
2010-04-03Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.Richard Mudgett
2010-03-30Merged revisions 255409 via svnmerge from Russell Bryant
2010-03-12Only change the RTP ssrc when we see that it has changedTerry Wilson
2010-03-02fixes adaptive jitterbuffer configurationDavid Vossel
2009-12-01More 32->64 bit codec conversions.Tilghman Lesher
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
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