Final part of issue #9483 - fixing transfer() of sip calls in the dial plan (twilson)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@64578 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Olle Johansson
2007-05-16 10:05:47 +00:00
parent 70ad556544
commit 374b52f717

View File

@@ -17195,7 +17195,7 @@ static int sip_sipredirect(struct sip_pvt *p, const char *dest)
transmit_response_reliable(p, "302 Moved Temporarily", &p->initreq);
sip_scheddestroy(p, 32000); /* Make sure we stop send this reply. */
sip_alreadygone(p);
return 0;
}