[asterisk-bugs] [JIRA] (ASTERISK-21999) [patch] - Incorrect Ring tone for Malaysia

Matt Jordan (JIRA) noreply at issues.asterisk.org
Tue Jul 2 10:37:04 CDT 2013


Matt Jordan created ASTERISK-21999:
--------------------------------------

             Summary: [patch] - Incorrect Ring tone for Malaysia
                 Key: ASTERISK-21999
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21999
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Resources/res_indications
    Affects Versions: 11.4.0
            Reporter: Filip Jenicek
            Severity: Minor


The Malaysian ringtone in indications.conf is not correct. It should be: ring = 425/400,0/200,425/400,0/2000

Tone definitions in zonedata.c and indications.conf files differ.
Dahdi 2.7.0 - zonedata.c
{noformat}
          .tones =   {
                        { DAHDI_TONE_DIALTONE, "425" },
                        { DAHDI_TONE_BUSY, "425/500,0/500" },
                        { DAHDI_TONE_RINGTONE, "425/400,0/200,425/400,0/2000" },
                        { DAHDI_TONE_CONGESTION, "425/500,0/500" },
                        { DAHDI_TONE_CALLWAIT, "425/100,0/4000" },
                        { DAHDI_TONE_DIALRECALL, "350+440" },
                        { DAHDI_TONE_RECORDTONE, "1400/500,0/60000" },
                        { DAHDI_TONE_INFO, "950/330,0/15,1400/330,0/15,1800/330,0/1000" },
                        { DAHDI_TONE_STUTTER, "450+425" },
                },
{noformat}
Asterisk 11.4.0 - indications.conf
{noformat}
[my]
description = Malaysia
ringcadence = 2000,4000
dial = 425
busy = 425/500,0/500
ring = 425/400,0/200
congestion = 425/500,0/500
{noformat}

This issue is actually a regression of https://issues.asterisk.org/jira/browse/ASTERISK-6579

--
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