aboutsummaryrefslogtreecommitdiffstats
path: root/channels/iax2-provision.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-28Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)file1-1/+1
2006-09-24Fix a CLI command registration issue where an erroneous message claiming thatrussell1-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