[asterisk-bugs] [JIRA] (ASTERISK-22607) Dial application option 'r' does not use indications for the tonezone in use by channel, unless passing an argument
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Fri Sep 27 10:31:03 CDT 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rusty Newton updated ASTERISK-22607:
------------------------------------
Summary: Dial application option 'r' does not use indications for the tonezone in use by channel, unless passing an argument (was: Dial application option 'r' does not use indications for the tonezone in use by channel)
> Dial application option 'r' does not use indications for the tonezone in use by channel, unless passing an argument
> -------------------------------------------------------------------------------------------------------------------
>
> Key: ASTERISK-22607
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-22607
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/app_dial
> Affects Versions: SVN, 1.8.23.1, 11.5.1, 12.0.0-alpha1
> Reporter: Rusty Newton
> Severity: Minor
>
> The below usage of dial option 'r' ( with no argument) will not use the ring or ringcadence indication for the tonezone on the channel.
> In my case this usage will play the US ring indication.
> {noformat}
> exten => s,1,Set(CHANNEL(tonezone)=uk)
> exten => s,n,Dial(SIP/6002,,r)
> {noformat}
> The below usage *will* use the ring tone from the indications.conf settings for the tonezone in use on the channel.
> {noformat}
> exten => s,1,Set(CHANNEL(tonezone)=uk)
> exten => s,n,Dial(SIP/6002,,r(ring))
> {noformat}
> I've already modified the help text for the 'r' option to clarify its argument a little.
> If this turns out to not be a bug and just an old oversight then I'll just modify the documentation for the 'r' option to clarify.
--
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