[Home]

Summary:ASTERISK-26947: need ignoresdpversion=1 for PJSIP
Reporter:Private Name (falves11)Labels:
Date Opened:2017-04-17 13:16:33Date Closed:2017-04-19 15:50:26
Priority:MajorRegression?
Status:Closed/CompleteComponents:Channels/chan_pjsip
Versions:13.15.0 Frequency of
Occurrence
Related
Issues:
Environment:Linux 64Attachments:
Description:We need a setting
ignoresdpversion=1
for PJSIP. This setting makes the old SIP channels work with Cisco and Broadsoft endpoints, which as of today are a huge part of the SIP trunking market in the US, namely: Verizon, Comcast, ATT, etc. PJSIP is not able to interop with those switches if they change media source after a connect. I had to go back and rewrite my app in old SIP.
If you look in JIRA, there are many old cases where this is well documented. Years ago the developers fixed it for the old SIP channel but they forgot to do the same for the new PJSIP technology.
Comments:By: Asterisk Team (asteriskteam) 2017-04-17 13:16:34.203-0500

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

By: Rusty Newton (rnewton) 2017-04-19 15:50:26.024-0500

At the current time, the PJSIP channel driver doesn't do everything that chan_sip does. Though it does support a lot of similar capabilities and many capabilities that chan_sip does not.

This issue is a feature request and Digium isn't currently working on this specific feature, so if you'd like to see it added you'll need to provide a patch.

We can reopen this issue in the future when a patch is available. Thanks.