提交 8cfdb86c authored 作者: Anthony Minessale's avatar Anthony Minessale

fix null

上级 2a7d6d2e
...@@ -245,7 +245,7 @@ static switch_status_t parse_voicemail(const char *tag_name, client_t *client, s ...@@ -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 *auth = switch_xml_attr(tag, "auth-only");
const char *profile = switch_xml_attr(tag, "profile"); const char *profile = switch_xml_attr(tag, "profile");
const char *domain = switch_xml_attr(tag, "domain"); 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 *ddom = NULL;
char *str; char *str;
switch_status_t status; switch_status_t status;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论