[asterisk-commits] file: branch 1.4 r66639 -
/branches/1.4/channels/chan_sip.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Wed May 30 10:28:12 MST 2007
Author: file
Date: Wed May 30 12:28:12 2007
New Revision: 66639
URL: http://svn.digium.com/view/asterisk?view=rev&rev=66639
Log:
Silly me for having out of date source! Oh well... I'm still leaving my comment.
Modified:
branches/1.4/channels/chan_sip.c
Modified: branches/1.4/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_sip.c?view=diff&rev=66639&r1=66638&r2=66639
==============================================================================
--- branches/1.4/channels/chan_sip.c (original)
+++ branches/1.4/channels/chan_sip.c Wed May 30 12:28:12 2007
@@ -3417,7 +3417,6 @@
/* We can't send anything in CALLING state */
ast_set_flag(&p->flags[0], SIP_PENDINGBYE);
/* Do we need a timer here if we don't hear from them at all? Yes we do or else we will get hung dialogs and those are no fun. */
- sip_scheddestroy(p, DEFAULT_TRANS_TIMEOUT);
sip_scheddestroy(p, DEFAULT_TRANS_TIMEOUT);
append_history(p, "DELAY", "Not sending cancel, waiting for timeout");
} else {
More information about the asterisk-commits
mailing list