This commit is contained in:
Anthony Minessale 2012-01-09 15:12:08 -06:00
parent 2a7d6d2ec1
commit 8cfdb86c1e
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ static switch_status_t parse_voicemail(const char *tag_name, client_t *client, s
const char *auth = switch_xml_attr(tag, "auth-only");
const char *profile = switch_xml_attr(tag, "profile");
const char *domain = switch_xml_attr(tag, "domain");
const char *id = switch_xml_attr(tag, "id");
const char *id = switch_xml_attr_soft(tag, "id");
char *ddom = NULL;
char *str;
switch_status_t status;