提交 b8bef3ee authored 作者: Anthony Minessale's avatar Anthony Minessale

remove code

上级 7b7254ac
...@@ -740,7 +740,6 @@ struct private_object { ...@@ -740,7 +740,6 @@ struct private_object {
char *fmtp_out; char *fmtp_out;
char *remote_sdp_str; char *remote_sdp_str;
int crypto_tag; int crypto_tag;
int callstate;
unsigned char local_raw_key[SWITCH_RTP_MAX_CRYPTO_LEN]; unsigned char local_raw_key[SWITCH_RTP_MAX_CRYPTO_LEN];
unsigned char remote_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; 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, ...@@ -6420,8 +6420,6 @@ static void sofia_handle_sip_i_state(switch_core_session_t *session, int status,
state_process: state_process:
tech_pvt->callstate = ss_state;
switch ((enum nua_callstate) ss_state) { switch ((enum nua_callstate) ss_state) {
case nua_callstate_terminated: case nua_callstate_terminated:
case nua_callstate_terminating: case nua_callstate_terminating:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论