提交 677b1616 authored 作者: Michael Jerris's avatar Michael Jerris

hrm

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12820 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 761be4c3
......@@ -1375,7 +1375,7 @@ void sofia_reg_handle_sip_r_challenge(int status,
const char *sip_auth_username = NULL;
const char *sip_auth_password = NULL;
if ((channel = switch_core_session_get_channel(session)) {
if ((channel = switch_core_session_get_channel(session))) {
sip_auth_username = switch_channel_get_variable(channel, "sip_auth_username");
sip_auth_password = switch_channel_get_variable(channel, "sip_auth_password");
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论