--- channels/chan_sip.c 2007-08-13 19:41:22.000000000 +0200 +++ ../test/channels/chan_sip.c 2007-08-10 11:54:47.000000000 +0200 @@ -17817,7 +17424,7 @@ ast_string_field_build(p, our_contact, "Transfer ", extension, host, port ? ":" : "", port ? port : ""); transmit_response_reliable(p, "302 Moved Temporarily", &p->initreq); - sip_scheddestroy(p, SIP_TRANS_TIMEOUT); /* Make sure we stop send this reply. */ + sip_scheddestroy(p, 32000); /* Make sure we stop send this reply. */ sip_alreadygone(p); return 0; }