提交 8ceb262b authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-5806 please test HEAD

上级 df713c99
...@@ -2122,7 +2122,9 @@ static void _send_presence_notify(sofia_profile_t *profile, ...@@ -2122,7 +2122,9 @@ static void _send_presence_notify(sofia_profile_t *profile,
cparams += 3; cparams += 3;
} }
path = sofia_glue_get_path_from_contact((char *) o_contact); if (!switch_stristr("fs_nat=yes", o_contact)) {
path = sofia_glue_get_path_from_contact((char *) o_contact);
}
tmp = (char *)o_contact; tmp = (char *)o_contact;
o_contact_dup = sofia_glue_get_url_from_contact(tmp, 1); o_contact_dup = sofia_glue_get_url_from_contact(tmp, 1);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论