[asterisk-bugs] [JIRA] (ASTERISK-6579) Tones for Malaysia
Filip Jenicek (JIRA)
noreply at issues.asterisk.org
Tue Jul 2 01:01:03 CDT 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-6579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=207603#comment-207603 ]
Filip Jenicek commented on ASTERISK-6579:
-----------------------------------------
The Malaysian ringtone in indications.conf is not correct. It should be: ring = 425/400,0/200,425/400,0/2000
The zonedata.c and indications.conf files differ.
> Tones for Malaysia
> ------------------
>
> Key: ASTERISK-6579
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-6579
> Project: Asterisk
> Issue Type: New Feature
> Components: Resources/res_indications
> Reporter: el_flynn
>
> I'd like to add Malaysian tones to the list of built-in tones in zaptel's zonedata.c file as well as Asterisk's indications.conf file.
> ****** ADDITIONAL INFORMATION ******
> For zonedata.c:
> ---------------
> { XX, "my", "Malaysia", { 400, 200, 400, 2000 },
> {
> { ZT_TONE_DIALTONE, "425" },
> { ZT_TONE_BUSY, "425/500,0/500" },
> { ZT_TONE_RINGTONE, "425/400,0/200,425/400,0/2000" },
> { ZT_TONE_CONGESTION, "425/500,0/500" },
> { ZT_TONE_CALLWAIT, "425/100,0/4000" },
> /* DIALRECALL - not specified */
> { ZT_TONE_DIALRECALL, "350+440" },
> /* RECORDTONE - not specified */
> { ZT_TONE_RECORDTONE, "1400/500,0/60000" },
> { ZT_TONE_INFO, "950/330,0/15,1400/330,0/15,1800/330,0/1000" },
> /* STUTTER not specified */
> { ZT_TONE_STUTTER, "450+425" },
> },
> },
> ---------------
> Note: modify XX above to the next number in the file
> For indications.conf:
> ---------------
> [my]
> description = Malaysia
> ringcadence = 2000,4000
> dial = 425
> busy = 425/500,0/500
> ring = 425/400,0/200
> congestion = 425/500,0/500
--
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