提交 e03d900c authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-3300 --resolve

上级 8035d498
...@@ -4634,7 +4634,7 @@ static void general_event_handler(switch_event_t *event) ...@@ -4634,7 +4634,7 @@ static void general_event_handler(switch_event_t *event)
id = switch_mprintf("sip:%s@%s", user, host); id = switch_mprintf("sip:%s@%s", user, host);
switch_assert(id); switch_assert(id);
for (m = list->head; m; m = m->next) { for (m = list->head; m; m = m->next) {
contact = sofia_glue_get_url_from_contact(m->val, 0); contact = sofia_glue_get_url_from_contact(m->val, 0);
...@@ -4647,10 +4647,9 @@ static void general_event_handler(switch_event_t *event) ...@@ -4647,10 +4647,9 @@ static void general_event_handler(switch_event_t *event)
nua_message(nh, NUTAG_NEWSUB(1), SIPTAG_CONTENT_TYPE_STR(ct), nua_message(nh, NUTAG_NEWSUB(1), SIPTAG_CONTENT_TYPE_STR(ct),
TAG_IF(!zstr(body), SIPTAG_PAYLOAD_STR(body)), TAG_IF(!zstr(subject), SIPTAG_SUBJECT_STR(subject)), TAG_END()); TAG_IF(!zstr(body), SIPTAG_PAYLOAD_STR(body)), TAG_IF(!zstr(subject), SIPTAG_SUBJECT_STR(subject)), TAG_END());
free(id);
} }
free(id);
switch_console_free_matches(&list); switch_console_free_matches(&list);
sofia_glue_release_profile(profile); sofia_glue_release_profile(profile);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论