[asterisk-bugs] [JIRA] (ASTERISK-22607) Dial application option 'r' does not use indications for the tonezone in use by channel

Rusty Newton (JIRA) noreply at issues.asterisk.org
Fri Sep 27 10:29:03 CDT 2013


Rusty Newton created ASTERISK-22607:
---------------------------------------

             Summary: Dial application option 'r' does not use indications for the tonezone in use by channel
                 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: 12.0.0-alpha1, 11.5.1, 1.8.23.1, SVN
            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