]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix list_users to have all users on all profiles
authorBrian West <brian@freeswitch.org>
Fri, 27 Dec 2013 22:39:11 +0000 (16:39 -0600)
committerBrian West <brian@freeswitch.org>
Fri, 27 Dec 2013 22:39:18 +0000 (16:39 -0600)
src/mod/applications/mod_commands/mod_commands.c

index 864052414941a82afaafe40c11d03c66c5e5b12a..be2d36cb4ffbf460e382d485a4589c28e306dacf 100644 (file)
@@ -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);
        }