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

fix list_users to have all users on all profiles

上级 910c6615
...@@ -284,7 +284,7 @@ static void dump_user(struct user_struct *us) ...@@ -284,7 +284,7 @@ static void dump_user(struct user_struct *us)
} }
if(zstr(dname)) { if(zstr(dname)) {
apip = switch_mprintf("%s",switch_xml_attr_soft(x_user_tag, "id")); apip = switch_mprintf("*/%s",switch_xml_attr_soft(x_user_tag, "id"));
} else { } else {
apip = switch_mprintf("%s@%s",switch_xml_attr_soft(x_user_tag, "id"), dname); apip = switch_mprintf("%s@%s",switch_xml_attr_soft(x_user_tag, "id"), dname);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论