mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-15 05:08:26 +00:00
FS-3056
This commit is contained in:
parent
1096e6732c
commit
017842c87f
@ -780,7 +780,7 @@ SWITCH_STANDARD_API(user_data_function)
|
||||
if ((domain = strchr(user, '@'))) {
|
||||
*domain++ = '\0';
|
||||
} else {
|
||||
if ((dup_domain = switch_core_get_variable("domain"))) {
|
||||
if ((dup_domain = switch_core_get_variable_dup("domain"))) {
|
||||
domain = dup_domain;
|
||||
} else {
|
||||
domain = "cluecon.com";
|
||||
|
Loading…
x
Reference in New Issue
Block a user