提交 4832d26a authored 作者: Anthony Minessale's avatar Anthony Minessale

put this back to 0

上级 844f69de
...@@ -3176,7 +3176,7 @@ switch_status_t sofia_glue_activate_rtp(private_object_t *tech_pvt, switch_rtp_f ...@@ -3176,7 +3176,7 @@ switch_status_t sofia_glue_activate_rtp(private_object_t *tech_pvt, switch_rtp_f
if ((val = switch_channel_get_variable(tech_pvt->channel, "jitterbuffer_msec")) || (val = tech_pvt->profile->jb_msec)) { if ((val = switch_channel_get_variable(tech_pvt->channel, "jitterbuffer_msec")) || (val = tech_pvt->profile->jb_msec)) {
int jb_msec = atoi(val); int jb_msec = atoi(val);
int maxlen = 0, max_drift = 1000; int maxlen = 0, max_drift = 0;
char *p, *q; char *p, *q;
if ((p = strchr(val, ':'))) { if ((p = strchr(val, ':'))) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论