[asterisk-bugs] [JIRA] (ASTERISK-29107) IP address in SDP written as hex
Joshua C. Colp (JIRA)
noreply at issues.asterisk.org
Mon Oct 5 09:09:36 CDT 2020
[ https://issues.asterisk.org/jira/browse/ASTERISK-29107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Joshua C. Colp closed ASTERISK-29107.
-------------------------------------
Resolution: Duplicate
> IP address in SDP written as hex
> --------------------------------
>
> Key: ASTERISK-29107
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-29107
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: pjproject/pjsip
> Affects Versions: 13.18.1
> Reporter: Morten Sølvberg
> Severity: Critical
>
> We experience disconnected calls when re-Inviting due to Session timer.
> Finally tracked it down to the IP mentioned in the SDP.
> In the original Invite, and the first re-invite, the IP is written correctly:
> v=0
> o=- 2020588353 2020588353 IN IP4 10.1.10.91
> s=Asterisk
> c=IN IP4 10.1.10.91
> t=0 0
> m=audio 58460 RTP/AVP 8 101
> - but in the second reInvite suddenly a hex value is shown instead:
> v=0
> o=- 2020588353 2020588353 IN IP4 fe401eb98
> s=Asterisk
> c=IN IP4 fe401eb98
> t=0 0
> m=audio 58460 RTP/AVP 8 101
> The reInvite is then rejected with 415 Unsupported Media Type - which seems fair.
> Is this a known issue?
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list