[Home]

Summary:ASTERISK-22607: Dial application option 'r' does not use indications for the tonezone in use by channel, unless passing an argument
Reporter:Rusty Newton (rnewton)Labels:
Date Opened:2013-09-27 10:28:43Date Closed:
Priority:MinorRegression?
Status:Open/NewComponents:Applications/app_dial
Versions:SVN 1.8.23.1 11.5.1 12.0.0-alpha1 13.18.4 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description: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.
Comments: