sip is fun

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6777 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-12-14 00:29:17 +00:00
parent 2f97c61145
commit 5460d929e0
1 changed files with 3 additions and 1 deletions

View File

@ -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);