From: Olle Johansson Date: Wed, 16 May 2007 10:05:47 +0000 (+0000) Subject: Final part of issue #9483 - fixing transfer() of sip calls in the dial plan (twilson) X-Git-Tag: 1.4.5~175 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=374b52f7174f32b6a0d923763fbeee57291f0d05;p=thirdparty%2Fasterisk.git 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 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 788a16587a..883aaeebba 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -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; }