From: Brian West Date: Fri, 27 Dec 2013 22:39:11 +0000 (-0600) Subject: fix list_users to have all users on all profiles X-Git-Tag: v1.4.2~2^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f3f0bca5d78b9152cb4da1d56582fdebfa099e9;p=thirdparty%2Ffreeswitch.git fix list_users to have all users on all profiles --- diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index 8640524149..be2d36cb4f 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -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); }