From: Anthony Minessale Date: Thu, 19 Jan 2012 20:08:18 +0000 (-0600) Subject: remove erronous line to set TFLAG_BYE X-Git-Tag: v1.2-rc1~19^2~1^2~32^2~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23680eed3617a121edec81d8ea48c283602c6b64;p=thirdparty%2Ffreeswitch.git remove erronous line to set TFLAG_BYE --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index 443e51f98f..ca6e2f8716 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -6328,7 +6328,6 @@ void *SWITCH_THREAD_FUNC nightmare_xfer_thread_run(switch_thread_t *thread, void mark_transfer_record(session, nhelper->bridge_to_uuid, tuuid_str); switch_ivr_uuid_bridge(nhelper->bridge_to_uuid, tuuid_str); switch_channel_set_variable(channel_a, SWITCH_ENDPOINT_DISPOSITION_VARIABLE, "ATTENDED_TRANSFER"); - sofia_set_flag_locked(tech_pvt, TFLAG_BYE); } else { switch_channel_hangup(switch_core_session_get_channel(tsession), SWITCH_CAUSE_ORIGINATOR_CANCEL); status = SWITCH_STATUS_FALSE;