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

FS-7205 #comment do not url encode unless an at sign is in the uri #resolve

上级 6530fac5
......@@ -4254,6 +4254,10 @@ static int protect_dest_uri(switch_caller_profile_t *cp)
switch_size_t enclen = 0;
int mod = 0;
if (!(e = strchr(p, '@'))) {
return 0;
}
while((p = strchr(p, '/'))) {
q = p++;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论