summaryrefslogtreecommitdiff
path: root/channels/chan_mgcp.c
AgeCommit message (Expand)Author
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-10-18More parking issues.Richard Mudgett
2011-09-09Merged revisions 335078 via svnmerge from Matthew Jordan
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-07-05Merged revisions 326411 via svnmerge from Tilghman Lesher
2011-05-05Merged revisions 317478 via svnmerge from Russell Bryant
2011-05-03Merged revisions 316336 via svnmerge from Russell Bryant
2011-04-25Merged revisions 315349 via svnmerge from Richard Mudgett
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-12-20Some scheduler API cleanup and improvements.Russell Bryant
2010-09-15Merged revisions 286931 via svnmerge from Jeff Peeler
2010-09-02Merged revisions 284610 via svnmerge from Tilghman Lesher
2010-08-04Merged revisions 280879 via svnmerge from Tilghman Lesher
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-08Add IPv6 to Asterisk.Mark Michelson
2010-07-02Fix various typos reported by LintianTzafrir Cohen
2010-06-23D'oh! Defaultenabled FTL.Tilghman Lesher
2010-06-23Load all lines from realtime, not just the first one.Tilghman Lesher
2010-03-12Only change the RTP ssrc when we see that it has changedTerry Wilson
2010-03-02fixes adaptive jitterbuffer configurationDavid Vossel
2010-01-04- Disable res_pktccops by defaultOlle Johansson
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-11-03Resolve some dev-mode warnings.Russell Bryant
2009-11-03Code guidelines fixes onlyTilghman Lesher
2009-11-02Add PacketCable NCS 1.0 support for Docsis/Eurodocsis networksTilghman Lesher
2009-09-23Add support for 'setvar=' for MGCP device lines, like other channel drivers p...Tilghman Lesher
2009-08-12Always specify which RTP engine is desired for a new RTP instance.Russell Bryant
2009-08-10AST-2009-005Tilghman Lesher
2009-08-03Rename 'canreinvite' option to 'directmedia', with backwards compatibility.Kevin P. Fleming
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.Russell Bryant
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-25Improve performance of the ast_event cache functionality.Russell Bryant
2008-11-12This commit does two things:Michiel van Baak
2008-10-28Only re-add the io port if it was closed, otherwise reload causes a memoryTilghman Lesher
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-08-09More RSW merges. This should do it for the channels/ dir.Sean Bright
2008-08-01Remove some code that used to do something but does not anymore, mainlySean Bright
2008-06-16Merged revisions 123113 via svnmerge from Tilghman Lesher
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...Jeff Peeler