]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove useless comment.
authorMichael Jerris <mike@jerris.com>
Thu, 19 Oct 2006 17:09:48 +0000 (17:09 +0000)
committerMichael Jerris <mike@jerris.com>
Thu, 19 Oct 2006 17:09:48 +0000 (17:09 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3109 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/mod_sofia.c

index 33e57b9369fb276ef86c6564f6a54b131eb418af..4a4755aca2417b540e1c38bd13a2603bce1c40eb 100644 (file)
@@ -3520,7 +3520,6 @@ static void sip_i_invite(nua_t *nua,
                                                        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@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 };