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); }