]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove code
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 19 Oct 2012 21:09:33 +0000 (17:09 -0400)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 19 Oct 2012 21:09:33 +0000 (17:09 -0400)
src/mod/endpoints/mod_sofia/mod_sofia.h
src/mod/endpoints/mod_sofia/sofia.c

index 2b5cae81bd8d6e843e0facc7430af088ce21a1a9..ecb2d1c149da21bb0571a10f3eb04f774d5405f0 100644 (file)
@@ -740,7 +740,6 @@ struct private_object {
        char *fmtp_out;
        char *remote_sdp_str;
        int crypto_tag;
-       int callstate;
        unsigned char local_raw_key[SWITCH_RTP_MAX_CRYPTO_LEN];
        unsigned char remote_raw_key[SWITCH_RTP_MAX_CRYPTO_LEN];
        switch_rtp_crypto_key_type_t crypto_send_type;
index bee732b597a1523435ed8c6a01178b88ec22f7fd..979e185781bc55ce14ce2b64e3a73e82bd516737 100644 (file)
@@ -6420,8 +6420,6 @@ static void sofia_handle_sip_i_state(switch_core_session_t *session, int status,
 
   state_process:
 
-       tech_pvt->callstate = ss_state;
-
        switch ((enum nua_callstate) ss_state) {
        case nua_callstate_terminated:
        case nua_callstate_terminating: