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

Freeswitch SVN anthm at freeswitch.org
Thu Feb 14 12:51:16 EST 2008


Author: anthm
Date: Thu Feb 14 12:51:16 2008
New Revision: 7608

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

Log:
update

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	Thu Feb 14 12:51:16 2008
@@ -614,7 +614,7 @@
 	char *open;
 	char *prpid;
 	int done = 0;
-	const char *ct;
+	const char *ct = "no/idea";
 	time_t exptime = switch_timestamp(NULL) + 3600; 
 	char exp[80] = "";   
 	int is_dialog = 0;



More information about the Freeswitch-svn mailing list