mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 21:28:08 +00:00
do not assume 5060 when rport is not set, use via port value instead.
This commit is contained in:
parent
47e2ef29c7
commit
ed8a2f44d5
1 changed files with 0 additions and 1 deletions
|
|
@ -440,7 +440,6 @@ static int extract_received_rport(osip_message_t *msg, const char **received, in
|
|||
if (param) {
|
||||
rport=param->gvalue;
|
||||
if (rport && rport[0]!='\0') *rportval=atoi(rport);
|
||||
else *rportval=5060;
|
||||
*received=via->host;
|
||||
}
|
||||
param=NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue