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

Freeswitch SVN brian at freeswitch.org
Sat Dec 29 12:51:26 EST 2007


Author: brian
Date: Sat Dec 29 12:51:26 2007
New Revision: 7017

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

Log:
woops

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	Sat Dec 29 12:51:26 2007
@@ -683,7 +683,6 @@
 		if (!strcasecmp(state, "cs_execute") && !strstr(event_status, "hold")) {
 			goto end;
 		} 
-		printf("WTF %s, %s, %s, %s\n", state, event_status, answer_state, astate);
 		
 		if (!strcasecmp(event_status, "Registered")) {
 			answer_state = "resubscribe";
@@ -758,7 +757,6 @@
 
 		pl = stream.data;
 		ct = "application/dialog-info+xml";
-			printf("%s\n", pl);
 		if (astate && uuid && helper->stream.data) {
 			stream.write_function(&helper->stream, "update sip_dialogs set state='%s' where uuid='%s';\n", astate, uuid);
 		}



More information about the Freeswitch-svn mailing list