From: Brian West Date: Mon, 20 Jan 2014 17:29:59 +0000 (-0600) Subject: FS-6068 missed on X-Git-Tag: v1.5.8~25^2~328 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b479c57e5f1d362e4def20b0f865c45db3aa19e;p=thirdparty%2Ffreeswitch.git FS-6068 missed on --- 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);