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

Freeswitch SVN mikej at freeswitch.org
Thu Oct 19 13:09:48 EDT 2006


Author: mikej
Date: Thu Oct 19 13:09:48 2006
New Revision: 3109

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

Log:
remove useless comment.

Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c	Thu Oct 19 13:09:48 2006
@@ -3520,7 +3520,6 @@
 							switch_channel_set_variable(channel, "alert_info", (char *)un->un_value);
 						}
 					// Loop thru Known Headers Here so we can do something with them
-					// John Doe <sip:+19018577141 at 209.247.16.1>;party=calling;screen=yes;privacy=off
 					} else if (!strncasecmp(un->un_name, "Remote-Party-ID", 15)) {
 						int argc, x, screen = 1;
 						char *mydata, *argv[10] = { 0 };



More information about the Freeswitch-svn mailing list