From: Anthony Minessale Date: Fri, 29 Jul 2011 20:23:12 +0000 (-0500) Subject: FS-3444 --resolve slightly simpler way to do the same thing X-Git-Tag: v1.2-rc1~102 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a0cec8ab264a3693f45b48fd5ad0b0a623c4d991;p=thirdparty%2Ffreeswitch.git FS-3444 --resolve slightly simpler way to do the same thing --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index e848266783..0ef6a37107 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -5804,6 +5804,7 @@ static void sofia_handle_sip_i_state(switch_core_session_t *session, int status, switch_snprintf(st, sizeof(st), "%d", cause); switch_channel_set_variable(channel, "sip_term_cause", st); switch_channel_hangup(channel, cause); + ss_state = nua_callstate_terminated }