提交 bc1cff37 authored 作者: Michael Jerris's avatar Michael Jerris

all the drafts say to use "full" not "yes" for privacy= in rpid. We still accept either.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5683 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 38ffa900
...@@ -505,10 +505,10 @@ switch_status_t sofia_glue_do_invite(switch_core_session_t *session) ...@@ -505,10 +505,10 @@ switch_status_t sofia_glue_do_invite(switch_core_session_t *session)
if (switch_test_flag(caller_profile, SWITCH_CPF_HIDE_NAME)) { if (switch_test_flag(caller_profile, SWITCH_CPF_HIDE_NAME)) {
priv = "name"; priv = "name";
if (switch_test_flag(caller_profile, SWITCH_CPF_HIDE_NUMBER)) { if (switch_test_flag(caller_profile, SWITCH_CPF_HIDE_NUMBER)) {
priv = "yes"; priv = "full";
} }
} else if (switch_test_flag(caller_profile, SWITCH_CPF_HIDE_NUMBER)) { } else if (switch_test_flag(caller_profile, SWITCH_CPF_HIDE_NUMBER)) {
priv = "yes"; priv = "full";
} }
if (switch_test_flag(caller_profile, SWITCH_CPF_SCREEN)) { if (switch_test_flag(caller_profile, SWITCH_CPF_SCREEN)) {
screen = "yes"; screen = "yes";
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论