From: Anthony Minessale Date: Fri, 2 Nov 2007 19:44:26 +0000 (+0000) Subject: add tolken notify X-Git-Tag: v1.0-beta2~225 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=353b754d82afd06213ebbc917a8ee000e83d0360;p=thirdparty%2Ffreeswitch.git add tolken notify git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6150 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_sofia/sofia_presence.c b/src/mod/endpoints/mod_sofia/sofia_presence.c index 2a546d2758..a974b981f6 100644 --- a/src/mod/endpoints/mod_sofia/sofia_presence.c +++ b/src/mod/endpoints/mod_sofia/sofia_presence.c @@ -842,8 +842,7 @@ 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()); switch_safe_free(sstr);