提交 5460d929 authored 作者: Anthony Minessale's avatar Anthony Minessale

sip is fun

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6777 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 2f97c611
......@@ -886,7 +886,9 @@ void sofia_presence_handle_sip_i_subscribe(int status,
SIPTAG_CONTACT_STR(contact_str),
TAG_END());
nua_notify(nh, SIPTAG_EVENT_STR(event), TAG_END());
nua_notify(nh, SIPTAG_SUBSCRIPTION_STATE_STR(sstr), SIPTAG_EVENT_STR(event), SIPTAG_CONTENT_TYPE_STR("text/html"),
SIPTAG_PAYLOAD_STR("Come to ClueCon http://www.cluecon.com\n\n"),
TAG_END());
switch_safe_free(sstr);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论