提交 8c3651fa authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-640 --comment-only can you see if this patch helps, I think it should really…

FS-640 --comment-only can you see if this patch helps, I think it should really be fixed in sofia but this shold keep it at bay
上级 7030fa4c
...@@ -864,7 +864,6 @@ void sofia_event_callback(nua_event_t event, ...@@ -864,7 +864,6 @@ void sofia_event_callback(nua_event_t event,
case nua_r_unsubscribe: case nua_r_unsubscribe:
case nua_r_publish: case nua_r_publish:
case nua_i_cancel: case nua_i_cancel:
case nua_r_cancel:
case nua_i_error: case nua_i_error:
case nua_i_active: case nua_i_active:
case nua_i_terminated: case nua_i_terminated:
...@@ -872,6 +871,13 @@ void sofia_event_callback(nua_event_t event, ...@@ -872,6 +871,13 @@ void sofia_event_callback(nua_event_t event,
case nua_i_prack: case nua_i_prack:
case nua_r_prack: case nua_r_prack:
break; break;
case nua_r_cancel:
{
if (status > 299 && nh) {
nua_handle_destroy(nh);
}
}
break;
case nua_i_ack: case nua_i_ack:
{ {
if (channel && sip) { if (channel && sip) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论