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

fix for SFSIP-36

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6484 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 413e442a
......@@ -626,7 +626,7 @@ switch_status_t sofia_glue_do_invite(switch_core_session_t *session)
screen = "yes";
}
tech_pvt->rpid = switch_core_session_sprintf(tech_pvt->session, "Remote-Party-ID: \"%s\"<%s@%s>;screen=%s;privacy=%s",
tech_pvt->rpid = switch_core_session_sprintf(tech_pvt->session, "Remote-Party-ID: \"%s\"<sip:%s@%s>;screen=%s;privacy=%s",
tech_pvt->caller_profile->caller_id_name,
tech_pvt->caller_profile->caller_id_number,
rpid_domain,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论