mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-12 04:48:51 +00:00
Provide proper ring tone in indications.conf for Malaysia
The ring tone provided in the sample indications.conf was incorrect. This patch modifies the sample ring tone to be what it should: ring = 425/400,0/200,425/400,0/2000 This brings it in line with the tone definition in DAHDI 2.7.0. (zonedata.c) (closes issue ASTERISK-21997) Reported by: Filip Jenicek patches: malaysia_ring.patch uploaded by phill (License 6277) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@394940 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -434,7 +434,7 @@ description = Malaysia
|
|||||||
ringcadence = 2000,4000
|
ringcadence = 2000,4000
|
||||||
dial = 425
|
dial = 425
|
||||||
busy = 425/500,0/500
|
busy = 425/500,0/500
|
||||||
ring = 425/400,0/200
|
ring = 425/400,0/200,425/400,0/2000
|
||||||
congestion = 425/500,0/500
|
congestion = 425/500,0/500
|
||||||
|
|
||||||
[nl]
|
[nl]
|
||||||
|
|||||||
Reference in New Issue
Block a user