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

Freeswitch SVN anthm at freeswitch.org
Tue Oct 23 18:15:09 EDT 2007


Author: anthm
Date: Tue Oct 23 18:15:09 2007
New Revision: 6039

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

Log:
add newsub tag to presence 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	Tue Oct 23 18:15:09 2007
@@ -553,6 +553,7 @@
 	contact = sofia_glue_get_url_from_contact(tmp, 0);
 
 	nua_notify(nh,
+			   NUTAG_NEWSUB(1),
 			   NUTAG_URL(contact),
 			   SIPTAG_TO_STR(full_from),
 			   SIPTAG_FROM_STR(id),



More information about the Freeswitch-svn mailing list