From: Anthony Minessale Date: Mon, 14 Oct 2013 16:03:39 +0000 (+0500) Subject: FS-5835 --resolve X-Git-Tag: v1.2.14~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4edd7b74223a7ddedd7dd65ed033b4d1da7fb6ba;p=thirdparty%2Ffreeswitch.git FS-5835 --resolve --- diff --git a/src/mod/endpoints/mod_sofia/sofia_glue.c b/src/mod/endpoints/mod_sofia/sofia_glue.c index 74b27f3676..146d63b973 100644 --- a/src/mod/endpoints/mod_sofia/sofia_glue.c +++ b/src/mod/endpoints/mod_sofia/sofia_glue.c @@ -4414,7 +4414,6 @@ int sofia_glue_toggle_hold(private_object_t *tech_pvt, int sendonly) switch_channel_stop_broadcast(b_channel); switch_channel_wait_for_flag(b_channel, CF_BROADCAST, SWITCH_FALSE, 5000, NULL); } - switch_core_session_rwunlock(b_session); } sofia_clear_flag_locked(tech_pvt, TFLAG_SIP_HOLD);