aboutsummaryrefslogtreecommitdiffstats
path: root/channels/iax2-provision.c
AgeCommit message (Expand)AuthorFilesLines
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-1/+1
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-1/+1
2007-10-15Switch dundi to new tos config format.qwell1-4/+0
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)russell1-36/+43
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-4/+7
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-2/+1
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...murf1-3/+3
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...murf1-3/+3
2007-06-14Convert uses of strdup() to ast_strdup()russell1-1/+1
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-4/+4
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-3/+2
2007-04-30Add support for setting the CoS for VLAN traffic (802.1p) in Linux. Therussell1-1/+1
2006-12-06Constify a bunch of usage strings for CLI commands.russell1-1/+1
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-1/+1
2006-09-28Merged revisions 43933 via svnmerge from file1-1/+1
2006-09-24Merged revisions 43564 via svnmerge from russell1-6/+1
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman1-2/+2
2006-09-18merge qwell's CLI verbification workkpfleming1-5/+13
2006-07-21Merge a new implementation of ast_inet_ntoa, our thread safe replacement forrussell1-12/+24
2006-07-07pointer signedness warnings cleanuprussell1-1/+1
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-03-28another batch of cli simplificationsrizzo1-5/+3
2006-03-28use proper file namekpfleming1-2/+2
2006-03-28improve IP TOS support for SIP and IAX2 (issue #6355, code from jcollie plus ...kpfleming1-15/+4
2006-01-18constify arguments in more places where strings should not be modified (issue...russell1-1/+1
2005-12-30update doxygen docs to specify authorsrussell1-0/+2
2005-12-27avoid unneeded calls to strlen in iax2 completion functionsrussell1-10/+9
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-10issue #5693kpfleming1-9/+10
2005-11-10issue #5700kpfleming1-0/+1
2005-10-26more doxygenification (issue #5513)russell1-3/+2
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-5/+15
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06another round of version tag updates, along with 'show version files' pattern...kpfleming1-0/+4
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...kpfleming1-2/+2
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-9/+9
2005-01-25Merge config updates (bug #3406)markster1-1/+1
2005-01-21update copyright headers for 2005russell1-1/+1
2004-11-09Make features programable (will require iaxy binary firmware 20 to be release...markster1-0/+4
2004-08-17Fix port numbers in IAX2 and iax2prov (bug #2261)markster1-1/+1
2004-07-16Last set of strncpy/snprintf updates (bug #2049)markster1-5/+8
2004-07-09Fix provisioning for unload/reloadmarkster1-0/+7
2004-07-08Fix *BSD compilation of iax2-provision.c. We should probably move the IPTOS_...citats1-0/+4
2004-07-07Bug #: 1988 Fix compile problem with iax2-provision.c undermalcolmd1-1/+1
2004-07-07Add IAX provisioning support to Asteriskmarkster1-0/+504