summaryrefslogtreecommitdiff
path: root/main/udptl.c
AgeCommit message (Expand)Author
2013-02-15Add CLI configuration documentationMatthew Jordan
2013-01-09* Found some more places to use ast_channel_lock_both().Richard Mudgett
2012-12-11Cleanup udptl on exit.Richard Mudgett
2012-10-18Doxygen Updates - Title updateAndrew Latham
2012-10-02Fix a variety of ref counting issuesMatthew Jordan
2012-08-20Ignore recovered zero-length secondary UDPTL packetsKinsey Moore
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-06-07Fix reloading an unchanged file with the Config Options APITerry Wilson
2012-06-01Add new config-parsing frameworkTerry Wilson
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2012-03-14udptl: Ensure fec[] in udptl_build_packet() is initialized.Russell Bryant
2012-02-27Prefer ast_set_qos() over ast_netsock_set_qos()Sean Bright
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-08Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-11-07Correct the default udptl port range.Walter Doekes
2011-10-06Merged revisions 339626 via svnmerge from Richard Mudgett
2011-05-03Merged revisions 316265 via svnmerge from Russell Bryant
2011-02-24Merged revisions 308723 via svnmerge from Matthew Nicholson
2011-02-21Merged revisions 308416 via svnmerge from Matthew Nicholson
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2011-01-26Merged revisions 304250 via svnmerge from Mark Michelson
2010-12-20Some scheduler API cleanup and improvements.Russell Bryant
2010-07-23Allow IPv6 addresses for UDPTL streams.Mark Michelson
2010-05-19fixes infinite loop during udptl.c's decode_open_typeDavid Vossel
2010-05-19Cast an unsigned int to a signed int when comparing it with 0.Matthew Nicholson
2010-02-02fixes crash during T.38 negotiation caused by invalid or missing FaxMaxDatagr...David Vossel
2010-01-14This change fixes a few bugs in the way the far max IFP was calculated that w...Matthew Nicholson
2009-11-30Another round of UDPTL stack fixes/improvements:Kevin P. Fleming
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-10-05Allow non-compliant T.38 endpoints to be supportable via configuration option.Kevin P. Fleming
2009-10-01Remove ability to control T.38 FAX error correction from udptl.conf.Kevin P. Fleming
2009-08-07Workaround broken T.38 endpoints that offer tiny MaxDatagram sizes.Kevin P. Fleming
2009-07-27Merged revisions 209131 via svnmerge from Mark Michelson
2009-07-24Resolve a T.38 negotiation issue left over from the udptl-updates merge.Kevin P. Fleming
2009-07-23Rework of T.38 negotiation and UDPTL API to address interoperability problemsKevin P. Fleming
2009-07-10Update comments about the level of T.38 support in Asterisk.Kevin P. Fleming
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-02-12Merged revisions 175311 via svnmerge from Tilghman Lesher
2009-01-14Merged revisions 168603 via svnmerge from Tilghman Lesher
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-11-26If the config file does not exist, then the first use crashes Asterisk.Tilghman Lesher
2008-11-12This commit does two things:Michiel van Baak
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-08-10That's all, folks. Not going to update the Makefile until res_jabber isSean Bright
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-05-14Merged revisions 116463 via svnmerge from Russell Bryant
2008-03-26Add the "config reload <conffile>" command, which allows you to tell AsteriskTilghman Lesher
2008-03-11Merged revisions 107352 via svnmerge from Kevin P. Fleming
2008-02-08Merge changes from team/mvanbaak/cli-command-auditRussell Bryant