提交 e2da0849 authored 作者: Brian West's avatar Brian West

Mitel interop, thanks mitel for your assistance. (MODSOFIA-15)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14332 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 0573d3cf
...@@ -1905,9 +1905,9 @@ auth_res_t sofia_reg_parse_auth(sofia_profile_t *profile, ...@@ -1905,9 +1905,9 @@ auth_res_t sofia_reg_parse_auth(sofia_profile_t *profile,
} }
if (nc && cnonce && qop) { if (nc && cnonce && qop) {
input2 = switch_mprintf("%q:%q:%q:%q:%q:%q", a1_hash, nonce, nc, cnonce, qop, uridigest); input2 = switch_mprintf("%s:%s:%s:%s:%s:%s", a1_hash, nonce, nc, cnonce, qop, uridigest);
} else { } else {
input2 = switch_mprintf("%q:%q:%q", a1_hash, nonce, uridigest); input2 = switch_mprintf("%s:%s:%s", a1_hash, nonce, uridigest);
} }
switch_assert(input2); switch_assert(input2);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论