mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
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…
x
Reference in New Issue
Block a user