summaryrefslogtreecommitdiff
path: root/main/udptl.c
AgeCommit message (Expand)Author
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
2007-12-16HUGE improvements to QoS/CoS handling by IgorGOlle Johansson
2007-12-06Merged revisions 91450 via svnmerge from Joshua Colp
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-17fix breakage induced by previous mistakeLuigi Rizzo
2007-11-16remove a bunch of duplicate includesLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)Russell Bryant
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-11Use linkedlist macros for UDPTL protocol list.Joshua Colp
2007-06-24Conversions to ast_debug()Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-04-30Add support for setting the CoS for VLAN traffic (802.1p) in Linux. TheRussell Bryant
2007-01-24Adding some doxygen for udptl.cOlle Johansson
2006-12-27Merged revisions 49006 via svnmerge from Kevin P. Fleming
2006-12-06Staticize one, and Constify a bunch of usage strings for CLI commands.Russell Bryant
2006-11-02Merged revisions 47053 via svnmerge from Tilghman Lesher
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-09-28Merged revisions 43933 via svnmerge from Joshua Colp
2006-09-21Remove deprecated CLI apps from the coreTilghman Lesher
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...Tilghman Lesher
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-08-29Merge team/russell/frame_cachingRussell Bryant
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming