aboutsummaryrefslogtreecommitdiffstats
path: root/main/udptl.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman1-1/+1
2006-09-18merge qwell's CLI verbification workkpfleming1-12/+29
2006-08-29Merge team/russell/frame_cachingrussell1-22/+13
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+1255