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

FS-3688 update and repeat tests

上级 513a9e1a
...@@ -1312,6 +1312,11 @@ void sofia_event_callback(nua_event_t event, ...@@ -1312,6 +1312,11 @@ void sofia_event_callback(nua_event_t event,
{ {
sofia_dispatch_event_t *de; sofia_dispatch_event_t *de;
if (event == nua_r_invite && status >= 900) {
return;
}
switch_mutex_lock(profile->flag_mutex); switch_mutex_lock(profile->flag_mutex);
profile->queued_events++; profile->queued_events++;
switch_mutex_unlock(profile->flag_mutex); switch_mutex_unlock(profile->flag_mutex);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论