[asterisk-commits] mvanbaak: branch 1.4 r216432 - /branches/1.4/channels/chan_sip.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Sep 4 08:53:12 CDT 2009
Author: mvanbaak
Date: Fri Sep 4 08:53:09 2009
New Revision: 216432
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=216432
Log:
make chan_sip compile under devmode again
Modified:
branches/1.4/channels/chan_sip.c
Modified: branches/1.4/channels/chan_sip.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.4/channels/chan_sip.c?view=diff&rev=216432&r1=216431&r2=216432
==============================================================================
--- branches/1.4/channels/chan_sip.c (original)
+++ branches/1.4/channels/chan_sip.c Fri Sep 4 08:53:09 2009
@@ -2145,7 +2145,7 @@
* that were created via INVITE, then thru some sequence were CANCELED,
* to die, rather than infinitely be rescheduled */
if (p->packets && !ast_test_flag(&p->flags[0], SIP_NEEDDESTROY)) {
- char method_str[30];
+ char method_str[31];
if (option_debug > 2)
ast_log(LOG_DEBUG, "Re-scheduled destruction of SIP call %s\n", p->callid ? p->callid : "<unknown>");
append_history(p, "ReliableXmit", "timeout");
More information about the asterisk-commits
mailing list