summaryrefslogtreecommitdiff
path: root/zonedata.c
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-03-21 06:03:06 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-03-21 06:03:06 +0000
commit9b6748b0acd9e563df6f0beecc0d53ef46bb5b2d (patch)
tree094942e8469590fcf7ff42a2f3340442df20ff0e /zonedata.c
parent3b141dc735eb29edd3734dd1c4cbc97419cdda67 (diff)
add zonedata for Malaysia (issue #6758)
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@985 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zonedata.c')
-rw-r--r--zonedata.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/zonedata.c b/zonedata.c
index bca7dd0..1994b2d 100644
--- a/zonedata.c
+++ b/zonedata.c
@@ -547,5 +547,18 @@ struct tone_zone builtin_zones[] =
{ ZT_TONE_STUTTER, "425/450,0/50" },
},
},
+ { 35, "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" },
+ { ZT_TONE_DIALRECALL, "350+440" },
+ { ZT_TONE_RECORDTONE, "1400/500,0/60000" },
+ { ZT_TONE_INFO, "950/330,0/15,1400/330,0/15,1800/330,0/1000" },
+ { ZT_TONE_STUTTER, "450+425" },
+ },
+ },
{ -1 }
};