]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7014: [mod_sofia] don't touch the tech_pvt when a call has just ended, leaving...
authorBrian West <brian@freeswitch.org>
Tue, 18 Nov 2014 16:22:13 +0000 (10:22 -0600)
committerBrian West <brian@freeswitch.org>
Tue, 18 Nov 2014 16:22:13 +0000 (10:22 -0600)
src/mod/endpoints/mod_sofia/sofia.c

index 3bff27e1cd2faa289320168dae44a6abff5228b6..c602d4273db95be4e3032e59d0d0bd8249fd4b2f 100644 (file)
@@ -6693,6 +6693,7 @@ static void sofia_handle_sip_i_state(switch_core_session_t *session, int status,
        case nua_callstate_received:
        case nua_callstate_proceeding:
        case nua_callstate_completing:
+       case nua_callstate_calling:
                if (!(session && channel && tech_pvt))
                        goto done;
        default: