[Home]

Summary:ASTERISK-23172: PJSip missing functionality provided by channel variable: SIP_URI_OPTIONS
Reporter:xrobau (xrobau)Labels:
Date Opened:2014-01-21 15:57:44.000-0600Date Closed:
Priority:MinorRegression?No
Status:Open/NewComponents:Channels/chan_pjsip
Versions:12.0.0 13.18.4 Frequency of
Occurrence
Constant
Related
Issues:
must be completed before resolvingASTERISK-27309 Feature Parity with chan_sip
Environment:Attachments:
Description:SIP_URI_OPTIONS are not available to PJSip channels.

This makes it impossible to trigger intercom/auto answer on certain SIP Endpoints.
Comments:By: Matt Jordan (mjordan) 2014-01-30 13:07:40.957-0600

Looking back at the original ASTERISK issue where this option was added to {{chan_sip}}, it looks like it was possible to achieve the same functionality using {{SIPAddHeader}}. With {{PJSIP_HEADER}}, we can add headers as well - given that, is it still necessary to pull this feature forward?

By: Sean Bright (seanbright) 2017-12-21 09:41:00.899-0600

Yes, {{PJSIP_HEADER}} is not able to add arbitrary parameters to the RURI.

By: Sean Bright (seanbright) 2018-02-23 07:48:09.287-0600

[~xrobau] - Out of curiosity, what endpoints use URI parameters for auto answer? And can you point me to some documentation that supports that?