aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-30 17:28:12 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-30 17:28:12 +0000
commited635e3b560fa60cf267757e4a1dee7a6071ef14 (patch)
tree8f0f7b57d40ee3986513f0f9bdae49d84edc03fa /channels/chan_sip.c
parente52a87372fd060709bfeedca06b965d2e35fdbd7 (diff)
Silly me for having out of date source! Oh well... I'm still leaving my comment.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@66639 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_sip.c')
-rw-r--r--channels/chan_sip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 08f721d68..72af50aca 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -3418,7 +3418,6 @@ static int sip_hangup(struct ast_channel *ast)
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 {
/* Send a new request: CANCEL */