mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
FS-5731 --resolve
This commit is contained in:
@@ -263,7 +263,7 @@ static switch_status_t parse_voicemail(const char *tag_name, client_t *client, s
|
||||
if (zstr(profile)) profile = "default";
|
||||
|
||||
if (zstr(domain)) {
|
||||
if ((ddom = switch_core_get_variable_dup("domain"))) {
|
||||
if ((ddom = switch_core_get_domain(SWITCH_TRUE))) {
|
||||
domain = ddom;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user