[asterisk-bugs] [JIRA] (ASTERISK-22633) Patch to add a new channel variable SIPURIOPTION to save the URI options for call transfer target
Joshua Colp (JIRA)
noreply at issues.asterisk.org
Mon Dec 18 11:40:07 CST 2017
[ https://issues.asterisk.org/jira/browse/ASTERISK-22633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Joshua Colp updated ASTERISK-22633:
-----------------------------------
Affects Version/s: 13.18.4
> Patch to add a new channel variable SIPURIOPTION to save the URI options for call transfer target
> -------------------------------------------------------------------------------------------------
>
> Key: ASTERISK-22633
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-22633
> Project: Asterisk
> Issue Type: Improvement
> Security Level: None
> Components: Channels/chan_sip/Transfers
> Affects Versions: 11.4.0, 13.18.4
> Environment: Debian squeeze x86_64
> Reporter: NITESH BANSAL
> Severity: Minor
> Attachments: forward_uri_params_in_call_transfer, forward_uri_params_in_call_transfer.txt
>
>
> This patch defines a new channel variable SIPURIOPTION, which saves the URI options from call transfer target provided in Refer-To header.
> Here is an example, lets say REFER contains the Refer-To Header as follows:
> Refer-To: <sip:1234 at 127.0.0.1;transport=tcp>
> The proposed patch will extract the urioptions and set the channel variable SIPURIOPTION with value "transport=tcp". This uri options are useful, if a third party application invoked in Dialplan as a result of call transfer wants to know the URI options passed for call transfer target.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list