[Home]

Summary:ASTERISK-06579: Tones for Malaysia
Reporter:el_flynn (el_flynn)Labels:
Date Opened:2006-03-20 21:04:34.000-0600Date Closed:2008-06-07 11:28:10
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Resources/res_indications
Versions:Frequency of
Occurrence
Related
Issues:
causesASTERISK-21997 [patch] - Incorrect Ring tone for Malaysia
Environment:Attachments:
Description: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
Comments:By: Russell Bryant (russell) 2006-03-21 00:05:33.000-0600

added to the trunk, thanks!

By: Tilghman Lesher (tilghman) 2006-03-21 00:05:49.000-0600

Please submit your patch as a diff, uploaded to the files section.  We cannot accept patches pasted inline.

By: Digium Subversion (svnbot) 2008-01-15 17:40:34.000-0600

Repository: asterisk
Revision: 13738

U   trunk/configs/indications.conf.sample

------------------------------------------------------------------------
r13738 | russell | 2008-01-15 17:40:33 -0600 (Tue, 15 Jan 2008) | 2 lines

add indications for Malaysia (issue ASTERISK-6579)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=13738

By: Digium Subversion (svnbot) 2008-06-07 11:28:10

Repository: dahdi
Revision: 985

U   trunk/zonedata.c

------------------------------------------------------------------------
r985 | russell | 2008-06-07 11:28:07 -0500 (Sat, 07 Jun 2008) | 2 lines

add zonedata for Malaysia (issue ASTERISK-6579)

------------------------------------------------------------------------

http://svn.digium.com/view/dahdi?view=rev&revision=985

By: Filip Jenicek (phill) 2013-07-02 00:59:25.882-0500

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.

By: Matt Jordan (mjordan) 2013-07-02 06:52:50.347-0500

Filip -

This issue is pretty old and has been closed for 5 years now. If there's a discrepancy between zonedata.c and indications.conf, please go ahead and open a new issue. If you'd like to attach a patch to indictions.conf that corrects the ringtone, that'd be appreciated.

Thanks!

Matt

By: Filip Jenicek (phill) 2013-07-02 07:11:54.896-0500

I actually thought someone could reopen this issue as it was not done right. Anyway, I filed a new bug ASTERISK-21997.