summaryrefslogtreecommitdiff
path: root/channels/iax2-provision.c
AgeCommit message (Expand)Author
2009-08-10AST-2009-005Tilghman Lesher
2008-12-03- iax2-provision was not freeing iax_templates structure when unloading the c...Eliel C. Sardanons
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...Terry Wilson
2008-07-08Janitor project to convert sizeof to ARRAY_LEN macro.Brett Bryant
2008-04-29Fixes a problem where all the templates were marked as dead no matter what. T...Jeff Peeler
2008-03-26Add the "config reload <conffile>" command, which allows you to tell AsteriskTilghman Lesher
2007-12-16HUGE improvements to QoS/CoS handling by IgorGOlle Johansson
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi 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-15Switch dundi to new tos config format.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-19After some study, thought, comparing, etc. I've backed out the previous unive...Steve Murphy
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...Steve Murphy
2007-06-14Convert uses of strdup() to ast_strdup()Russell Bryant
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.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
2006-12-06Constify a bunch of usage strings for CLI commands.Russell Bryant
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-24Merged revisions 43564 via svnmerge from Russell Bryant
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-07-21Merge a new implementation of ast_inet_ntoa, our thread safe replacement forRussell Bryant
2006-07-07pointer signedness warnings cleanupRussell Bryant
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-03-28another batch of cli simplificationsLuigi Rizzo
2006-03-28use proper file nameKevin P. Fleming
2006-03-28improve IP TOS support for SIP and IAX2 (issue #6355, code from jcollie plus ...Kevin P. Fleming
2006-01-18constify arguments in more places where strings should not be modified (issue...Russell Bryant
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-27avoid unneeded calls to strlen in iax2 completion functionsRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-10issue #5693Kevin P. Fleming
2005-11-10issue #5700Kevin P. Fleming
2005-10-26more doxygenification (issue #5513)Russell Bryant
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06another round of version tag updates, along with 'show version files' pattern...Kevin P. Fleming
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-01-25Merge config updates (bug #3406)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2004-11-09Make features programable (will require iaxy binary firmware 20 to be release...Mark Spencer
2004-08-17Fix port numbers in IAX2 and iax2prov (bug #2261)Mark Spencer