aboutsummaryrefslogtreecommitdiffstats
path: root/main/udptl.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-23Allow IPv6 addresses for UDPTL streams.mmichelson1-102/+70
2010-05-19fixes infinite loop during udptl.c's decode_open_typedvossel1-1/+1
2010-05-19Cast an unsigned int to a signed int when comparing it with 0.mnicholson1-1/+1
2010-02-02fixes crash during T.38 negotiation caused by invalid or missing FaxMaxDatagr...dvossel1-5/+31
2010-01-14This change fixes a few bugs in the way the far max IFP was calculated that w...mnicholson1-3/+10
2009-11-30Another round of UDPTL stack fixes/improvements:kpfleming1-134/+181
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-4/+4
2009-10-05Allow non-compliant T.38 endpoints to be supportable via configuration option.kpfleming1-11/+9
2009-10-01Remove ability to control T.38 FAX error correction from udptl.conf.kpfleming1-7/+1
2009-08-07Workaround broken T.38 endpoints that offer tiny MaxDatagram sizes.kpfleming1-5/+9
2009-07-27Merged revisions 209131 via svnmerge from mmichelson1-1/+22
2009-07-24Resolve a T.38 negotiation issue left over from the udptl-updates merge.kpfleming1-1/+1
2009-07-23Rework of T.38 negotiation and UDPTL API to address interoperability problemskpfleming1-96/+175
2009-07-10Update comments about the level of T.38 support in Asterisk.kpfleming1-5/+5
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-1/+1
2009-02-12Merged revisions 175311 via svnmerge from tilghman1-23/+51
2009-01-14Merged revisions 168603 via svnmerge from tilghman1-5/+3
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-1/+1
2008-11-26If the config file does not exist, then the first use crashes Asterisk.tilghman1-3/+3
2008-11-12This commit does two things:mvanbaak1-62/+1
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-1/+3
2008-08-10That's all, folks. Not going to update the Makefile until res_jabber isseanbright1-7/+7
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-4/+4
2008-05-14Merged revisions 116463 via svnmerge from russell1-2/+1
2008-03-26Add the "config reload <conffile>" command, which allows you to tell Asterisktilghman1-2/+3
2008-03-11Merged revisions 107352 via svnmerge from kpfleming1-2/+5
2008-02-08Merge changes from team/mvanbaak/cli-command-auditrussell1-57/+90
2007-12-16HUGE improvements to QoS/CoS handling by IgorGoej1-1/+1
2007-12-06Merged revisions 91450 via svnmerge from file1-27/+20
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-2/+0
2007-11-17fix breakage induced by previous mistakerizzo1-3/+0
2007-11-16remove a bunch of duplicate includesrizzo1-3/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-3/+3
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-3/+3
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)russell1-40/+59
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-3/+12
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-4/+2
2007-07-11Use linkedlist macros for UDPTL protocol list.file1-28/+16
2007-06-24Conversions to ast_debug()russell1-20/+12
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-4/+4
2007-04-30Add support for setting the CoS for VLAN traffic (802.1p) in Linux. Therussell1-6/+3
2007-01-24Adding some doxygen for udptl.coej1-3/+35
2006-12-27Merged revisions 49006 via svnmerge from kpfleming1-9/+9
2006-12-06Staticize one, and Constify a bunch of usage strings for CLI commands.russell1-2/+2
2006-11-02Merged revisions 47053 via svnmerge from tilghman1-4/+4
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-14/+23
2006-09-28Merged revisions 43933 via svnmerge from file1-1/+1
2006-09-21Remove deprecated CLI apps from the coretilghman1-15/+1