From 0b479c57e5f1d362e4def20b0f865c45db3aa19e Mon Sep 17 00:00:00 2001 From: Brian West Date: Mon, 20 Jan 2014 11:29:59 -0600 Subject: [PATCH] FS-6068 missed on --- src/mod/applications/mod_commands/mod_commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index 4b7b32ffc2..eb9c0a8fee 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -285,7 +285,7 @@ static void dump_user(struct user_struct *us) if(zstr(dname)) { 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); + apip = switch_mprintf("*/%s@%s",switch_xml_attr_soft(x_user_tag, "id"), dname); } SWITCH_STANDARD_STREAM(apistream);