提交 2f8a3fc5 authored 作者: Brian West's avatar Brian West

Merge pull request #907 in FS/freeswitch from ~FRANCOIS/freeswitch-fs-9241-bis:master to master

* commit 'f6192c79':
  FS-9241: follow-up patch to fix a mistake in fetching profile url
......@@ -931,7 +931,7 @@ switch_status_t sofia_glue_do_invite(switch_core_session_t *session)
ipv6 ? "[" : "", ip_addr, ipv6 ? "]" : "", tech_pvt->profile->extsipport);
}
} else {
sofia_glue_get_profile_url(tech_pvt->profile, tech_pvt->mparams.remote_ip, tech_pvt->transport);
tech_pvt->invite_contact = sofia_glue_get_profile_url(tech_pvt->profile, tech_pvt->mparams.remote_ip, tech_pvt->transport);
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论