fix registration overlap timeout snafu

This commit is contained in:
Anthony Minessale
2010-11-02 17:58:24 -05:00
parent 97d80d924a
commit df52cc0952
4 changed files with 23 additions and 5 deletions
+1 -1
View File
@@ -1 +1 @@
Mon May 31 09:47:08 EDT 2010
Tue Nov 2 17:57:25 CDT 2010
+4
View File
@@ -8660,6 +8660,10 @@ void outgoing_destroy(nta_outgoing_t *orq)
orq->orq_destroyed = 1;
orq->orq_callback = outgoing_default_cb;
orq->orq_magic = NULL;
if (orq->orq_method != sip_method_invite &&
orq->orq_method != sip_method_ack)
outgoing_terminate(orq);
}
/** @internal Outgoing transaction timer routine.