[asterisk-bugs] [JIRA] (ASTERISK-22633) Patch to add a new channel variable SIPURIOPTION to save the URI options for call transfer target
NITESH BANSAL (JIRA)
noreply at issues.asterisk.org
Fri Oct 4 03:11:04 CDT 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
NITESH BANSAL updated ASTERISK-22633:
-------------------------------------
Attachment: forward_uri_params_in_call_transfer
attaching the patch again..forgot to mark it as a piece of code first time
> 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
> Environment: Debian squeeze x86_64
> Reporter: NITESH BANSAL
> Severity: Minor
> Attachments: forward_uri_params_in_call_transfer, 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list