[Home]

Summary:ASTERISK-26379: res_pjsip_multihomed: SDP rewriting with different IP version
Reporter:Joshua C. Colp (jcolp)Labels:
Date Opened:2016-09-14 14:15:23Date Closed:2017-01-04 11:25:52.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Resources/res_pjsip_multihomed
Versions:14.0.0-beta2 Frequency of
Occurrence
Related
Issues:
is related toASTERISK-26309 [patch] res_pjsip: Allow IPv4/IPv6 (Dual Stack) installations.
Environment:Attachments:
Description:Asterisk 14 now has proper DNS support. This is great! We use IPv6 when available, TCP, TLS, etc. Unfortunately we don't have dual stack support for the RTP portion yet. This means that SDP can only stay on the IP protocol that it was originally set up with. We can't change it if the message ends up going out using a different protocol (ie: we aren't set to explicitly use RTP IPv6 but resolution results in us going out IPv6 for signaling).

Right now res_pjsip_multihomed just rewrites the SDP connection address without regard, resulting in an IP4 with an IPv6 address.
Comments: