From: Anthony Minessale Date: Fri, 21 Nov 2008 20:55:02 +0000 (+0000) Subject: update X-Git-Tag: v1.0.2~429 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d25bd4791e17cfd7d4e45de6e2143605e4c12778;p=thirdparty%2Ffreeswitch.git update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10505 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index 6b060501e1..4bab7e0490 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -116,6 +116,9 @@ void sofia_handle_sip_i_notify(switch_core_session_t *session, int status, } if (!status || status >= 200) { switch_channel_set_variable(channel, "sip_refer_reply", sip->sip_payload->pl_data); + if (status == 200) { + switch_channel_hangup(channel, SWITCH_CAUSE_BLIND_TRANSFER); + } if (tech_pvt->want_event == 9999) { tech_pvt->want_event = 0; }