[asterisk-bugs] [JIRA] (ASTERISK-22607) Dial application option 'r' does not use indications for the tonezone in use by channel, unless passing an argument
Joshua Colp (JIRA)
noreply at issues.asterisk.org
Mon Dec 18 11:32:07 CST 2017
[ https://issues.asterisk.org/jira/browse/ASTERISK-22607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Joshua Colp updated ASTERISK-22607:
-----------------------------------
Affects Version/s: 13.18.4
> 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, 13.18.4
> 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 was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list