summaryrefslogtreecommitdiff
path: root/main/udptl.c
AgeCommit message (Expand)Author
2018-03-14loader: Convert reload_classes to built-in modules.Corey Farrell
2017-12-15aco: Minimize use of regex.Corey Farrell
2017-12-08utils: Add convenience function for setting fd flagsSean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-05-18udptl: Don't eat sequence numbers until OK is receivedGeorge Joseph
2016-02-03AST-2016-003 udptl.c: Fix uninitialized values.Richard Mudgett
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-04-09clang compiler warnings: Fix autological comparisonsMatthew Jordan
2015-03-26Replace most uses of ast_register_atexit with ast_register_cleanup.Corey Farrell
2014-12-17Fix printf problems with high ascii characters after r413586 (1.8).Walter Doekes
2014-06-26udptl: Correct FEC to not consider negative sequence numbers as missingMatthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-01-30res_rtp_asterisk & udptl: fix port selection to work with SELinux restrictionsCorey Farrell
2013-12-19udptl: Dead code elimination. ast_udptl_bridge was not used.Richard Mudgett
2013-09-06astobj2: Add warn unused attribute to some functions.Richard Mudgett
2013-08-30features_config: Don't require features.conf to be present for Asterisk to loadJonathan Rose
2013-08-21UDPTL: Fix a regression where UDPTL won't load default settingsJonathan Rose
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