forked from Mirrors/freeswitch
fix list_users to have all users on all profiles
This commit is contained in:
parent
910c661508
commit
2f3f0bca5d
|
@ -284,7 +284,7 @@ static void dump_user(struct user_struct *us)
|
|||
}
|
||||
|
||||
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 {
|
||||
apip = switch_mprintf("%s@%s",switch_xml_attr_soft(x_user_tag, "id"), dname);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue