提交 5127b64d authored 作者: Brian West's avatar Brian West

FS-7014: [mod_sofia] don't touch the tech_pvt when a call has just ended,…

FS-7014: [mod_sofia] don't touch the tech_pvt when a call has just ended, leaving us with a null tech_pvt
上级 8eaaa083
......@@ -6693,6 +6693,7 @@ static void sofia_handle_sip_i_state(switch_core_session_t *session, int status,
case nua_callstate_received:
case nua_callstate_proceeding:
case nua_callstate_completing:
case nua_callstate_calling:
if (!(session && channel && tech_pvt))
goto done;
default:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论