[asterisk-bugs] [JIRA] (ASTERISK-27102) WSS PJSIP IPv6 Address type in SDP is not correct
Michael Balen (JIRA)
noreply at issues.asterisk.org
Sat Jul 1 02:55:57 CDT 2017
[ https://issues.asterisk.org/jira/browse/ASTERISK-27102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Balen updated ASTERISK-27102:
-------------------------------------
Description:
If the endpoint ist configured with rtp_ipv6 = yes, the address Type in SDP is wrong:
o=- 2973659568 4 IN IP4 2a01:4f8:c17:711:4000:84ff:fe3a:83cd
c=IN IP4 2a01:4f8:c17:711:4000:84ff:fe3a:83cd
JSSIP 3.0.0 raises an error
Failed to parse SessionDescription. c=IN IP4 2a01:4f8:c17:711:4000:84ff:fe3a:83cd Failed to parse the connection data. The address type is mismatching.
It has to be c=IN IP6 ....
RFC 6947 Page 6
was:
If the endpoint ist configured with rtp_ipv6 = yes, the address Type in SDP is wrong:
o=- 2973659568 4 IN IP4 2a01:4f8:c17:711:4000:84ff:fe3a:83cd
c=IN IP4 2a01:4f8:c17:711:4000:84ff:fe3a:83cd
It has to be c=IN IP6 ....
RFC 6947 Page 6
> WSS PJSIP IPv6 Address type in SDP is not correct
> -------------------------------------------------
>
> Key: ASTERISK-27102
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-27102
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Affects Versions: 13.16.0
> Environment: WSS, PJSIP, IPv6, Endpoint option rtp_ipv6 = yes
> Reporter: Michael Balen
>
> If the endpoint ist configured with rtp_ipv6 = yes, the address Type in SDP is wrong:
> o=- 2973659568 4 IN IP4 2a01:4f8:c17:711:4000:84ff:fe3a:83cd
> c=IN IP4 2a01:4f8:c17:711:4000:84ff:fe3a:83cd
> JSSIP 3.0.0 raises an error
> Failed to parse SessionDescription. c=IN IP4 2a01:4f8:c17:711:4000:84ff:fe3a:83cd Failed to parse the connection data. The address type is mismatching.
> It has to be c=IN IP6 ....
> RFC 6947 Page 6
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list