mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
fix registration overlap timeout snafu
This commit is contained in:
@@ -1 +1 @@
|
||||
Mon May 31 09:47:08 EDT 2010
|
||||
Tue Nov 2 17:57:25 CDT 2010
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user