[asterisk-bugs] [JIRA] (ASTERISK-22716) Dial application option 'r' does not use indications for the tonezone in use by channel, unless passing an argument
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Tue Oct 15 15:53:11 CDT 2013
Matt Jordan created ASTERISK-22716:
--------------------------------------
Summary: Dial application option 'r' does not use indications for the tonezone in use by channel, unless passing an argument
Key: ASTERISK-22716
URL: https://issues.asterisk.org/jira/browse/ASTERISK-22716
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