mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-06 14:43:41 +00:00
remove useless comment.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3109 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
87aaab80d5
commit
e6b81ff14a
@ -3520,7 +3520,6 @@ static void sip_i_invite(nua_t *nua,
|
|||||||
switch_channel_set_variable(channel, "alert_info", (char *)un->un_value);
|
switch_channel_set_variable(channel, "alert_info", (char *)un->un_value);
|
||||||
}
|
}
|
||||||
// Loop thru Known Headers Here so we can do something with them
|
// 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)) {
|
} else if (!strncasecmp(un->un_name, "Remote-Party-ID", 15)) {
|
||||||
int argc, x, screen = 1;
|
int argc, x, screen = 1;
|
||||||
char *mydata, *argv[10] = { 0 };
|
char *mydata, *argv[10] = { 0 };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user