alter sip_send_survey_log SIP to RTP

This commit is contained in:
dumeijie
2019-12-16 14:19:07 +08:00
parent 388c570d2c
commit 674ea3c470
2 changed files with 4 additions and 3 deletions

View File

@@ -395,8 +395,8 @@ int sip_send_survey_log(media_t* mdi, char* survey, uint32_t survey_len)
/*VOIPЭ<50><D0AD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SIP OPT_VOIP_PROTOCOL*/
used_len += get_log_opt_unit((char*)SIP_PROTO_OPT,
strlen(SIP_PROTO_OPT),
used_len += get_log_opt_unit((char*)SIP_PROTO_RTP,
strlen(SIP_PROTO_RTP),
data+used_len,
data_len-used_len,
OPT_VOIP_PROTOCOL,

View File

@@ -42,7 +42,7 @@ const char* frag_rssb_version = "2018-08-13T09:00:00";
const char* frag_rssb_version_time = "2018-08-13T09:00:00";
const char* frag_rssb_version_des = "MESA@iie rssb_maskey";
int FRAG_RSSB_VERSION_1_0_20190425 = 0;
int FRAG_RSSB_VERSION_1_0_20191211 = 0;
const char* frag_rssb_version_time_in = "2019-08-20";
const char* frag_rssb_version_des_in = "construct frag survey";
void frag_rssb_history()
@@ -232,6 +232,7 @@ void frag_rssb_history()
//2019.03.15 v4.0//keepalive; support udp send
//2019.04.25 v4.0//media_info:local_nr opt
//2019.08.20 v4.0//construct frag survey
//2019.12.11 v4.0 // alter sip_send_survey_log SIP to RTP
}
frag_rssb_parameter_t g_frag_run;