forked from Mirrors/freeswitch
remove code
This commit is contained in:
parent
7b7254ac93
commit
b8bef3eeb3
@ -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;
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user