[Freeswitch-svn] [commit] r6150 - freeswitch/trunk/src/mod/endpoints/mod_sofia

Freeswitch SVN anthm at freeswitch.org
Fri Nov 2 15:44:26 EDT 2007


Author: anthm
Date: Fri Nov  2 15:44:26 2007
New Revision: 6150

Modified:
   freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_presence.c

Log:
add tolken notify

Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_presence.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_presence.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_presence.c	Fri Nov  2 15:44:26 2007
@@ -842,8 +842,7 @@
 					SIPTAG_CONTACT_STR(contact_str),
 					TAG_END());
 
-		
-		
+		nua_notify(nh, SIPTAG_EVENT_STR(event), TAG_END());
 
 		switch_safe_free(sstr);
 



More information about the Freeswitch-svn mailing list