summaryrefslogtreecommitdiff
path: root/channels/chan_h323.c
AgeCommit message (Expand)Author
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
2009-06-15Convert a number of global module variables to 'static'.Kevin P. Fleming
2009-04-29Make H.323 compile with FDLEAK detection code enabledTilghman Lesher
2009-04-22Make chan_h323 respect packetization settings and fix small reload issue.Jeff Peeler
2009-04-10Fix some uninitialized memory notices that appeared under valgrind.Joshua Colp
2009-04-03This commit introduces COLP/CONP and Redirecting party information into Aster...Mark Michelson
2009-04-02Merge in the RTP engine API.Joshua Colp
2009-03-17Allow H.323 Plus library to be used in addition to the OpenH323 libraryJeff Peeler
2009-02-13Add basic (passthrough, playback, record) support for ITU G.722.1 and G.722.1...Kevin P. Fleming
2009-01-23let's use SENTINEL where neededMichiel van Baak
2008-11-04Recorded merge of revisions 154263 via svnmerge from Tilghman Lesher
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-10-30Merged revisions 152958 via svnmerge from Tilghman Lesher
2008-10-09fix some CLI commands we borked during devcon2008Michiel van Baak
2008-09-28Merge the cli_cleanup branch.Michiel van Baak
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-06-25More expansion of the deadlock avoidance macro, including a macro to do lockingTilghman Lesher
2008-06-16Merged revisions 123113 via svnmerge from Tilghman Lesher
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak