FS-5731 --resolve

This commit is contained in:
Anthony Minessale
2013-08-26 20:25:14 +05:00
parent 863e6cfa3f
commit 7d6d688e53
13 changed files with 42 additions and 22 deletions
+1 -1
View File
@@ -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;
}
}