mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-31 02:33:44 +00:00
FS-6068 missed on
This commit is contained in:
parent
2e32d10503
commit
0b479c57e5
@ -285,7 +285,7 @@ static void dump_user(struct user_struct *us)
|
|||||||
if(zstr(dname)) {
|
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 {
|
} 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);
|
SWITCH_STANDARD_STREAM(apistream);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user