[Home]

Summary:ASTERISK-02642: Country tones for Singapore
Reporter:Garry Taylor (idnihus)Labels:
Date Opened:2004-10-21 01:55:47Date Closed:2008-06-07 10:46:04
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Please add the following to country tones for Singapore to zonedata.c
{ xx, "sg", "Singapore", { 400, 200, 400, 2000 },
{
{ ZT_TONE_DIALTONE, "425" },
{ ZT_TONE_BUSY, "425/750,0/750" },
{ ZT_TONE_RINGTONE, "400+450/400,0/200,400+450/400,0/2000" },
{ ZT_TONE_CONGESTION, "425/250,0/250" },
{ ZT_TONE_CALLWAIT, "!425/200,!0/600,!425/200,!0/3000,!425/200,!0/600,!425/200" },
{ ZT_TONE_DIALRECALL, "400+450/100,0/500,425/500,0/2500" },
       { ZT_TONE_RECORDTONE, "1400/425,0/15000" },
{ ZT_TONE_INFO, "950/330,1400/330,1800/330,0/1000" },
{ ZT_TONE_STUTTER, "!425/200,!0/200,!425/600,!0/200,!425/200,!0/200,!425/600,!0/200,!425/200,!0/200,!425/600,!0/200,!425/200,!0/200,!425/600,!0/200," } },
},
Comments:By: Olle Johansson (oej) 2004-10-21 01:57:33

* We also need indications.conf entrys.
* Status of disclaimer?

By: Garry Taylor (idnihus) 2004-10-21 03:47:07

disclaimer sent

By: Garry Taylor (idnihus) 2004-10-23 05:46:59

indications.conf entry -
; Tones for Singapore
[sg]
description = Singapore
ringcadence = 400,200,400,2000
dial = 425
busy = 425/750,0/750
ring = 400+450/400,0/200,400+450/400,0/2000
congestion = 425/250,0/250
callwaiting = !425/200,!0/600,!425/200,!0/3000,!425/200,!0/600,!425/200
dialrecall = 400+450/500,0/500,425/500,0/2500
record = 1400/500,0/15000
info = 950/330,1400/330,1800/330,0/1000

By: Mark Spencer (markster) 2004-10-23 09:05:15

Fixed in CVS

By: Russell Bryant (russell) 2004-10-24 17:16:17

not included in 1.0

By: Digium Subversion (svnbot) 2008-01-15 15:11:17.000-0600

Repository: asterisk
Revision: 4064

U   trunk/configs/indications.conf.sample

------------------------------------------------------------------------
r4064 | markster | 2008-01-15 15:11:16 -0600 (Tue, 15 Jan 2008) | 2 lines

Tones for singapore (bug ASTERISK-2642)

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

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

By: Digium Subversion (svnbot) 2008-06-07 10:46:04

Repository: dahdi
Revision: 480

U   trunk/zonedata.c

------------------------------------------------------------------------
r480 | markster | 2008-06-07 10:46:02 -0500 (Sat, 07 Jun 2008) | 2 lines

Add singapore definitions (bug ASTERISK-2642)

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

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