From 353b754d82afd06213ebbc917a8ee000e83d0360 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 2 Nov 2007 19:44:26 +0000 Subject: [PATCH] add tolken notify git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6150 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/endpoints/mod_sofia/sofia_presence.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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);