提交 190075ab authored 作者: Michael Jerris's avatar Michael Jerris

add 603 for now

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12883 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 32a76264
...@@ -539,7 +539,7 @@ void sofia_event_callback(nua_event_t event, ...@@ -539,7 +539,7 @@ void sofia_event_callback(nua_event_t event,
break; break;
} }
if ((sofia_private && sofia_private == &mod_sofia_globals.destroy_private) || (status >= 300 && status != 401 && status != 407)) { if ((sofia_private && sofia_private == &mod_sofia_globals.destroy_private) || (status >= 300 && status != 401 && status != 407 && status != 603)) {
nua_handle_bind(nh, NULL); nua_handle_bind(nh, NULL);
nua_handle_destroy(nh); nua_handle_destroy(nh);
nh = NULL; nh = NULL;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论