summaryrefslogtreecommitdiff
path: root/zonedata.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-03-01 06:43:42 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-03-01 06:43:42 +0000
commit9629b7e50e006f65c2c58dd847b6436017100005 (patch)
tree1e665b272635d0bbf8096162879cc6264d2b2e3e /zonedata.c
parenta9cc5ba80393f52f92291b15529966acf26ac509 (diff)
Add mexican data (bug #3667)
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@601 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zonedata.c')
-rwxr-xr-xzonedata.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/zonedata.c b/zonedata.c
index 6bc2d17..f24ff94 100755
--- a/zonedata.c
+++ b/zonedata.c
@@ -388,5 +388,17 @@ struct tone_zone builtin_zones[] =
{ ZT_TONE_STUTTER, "425/150,0/150,425/150,0/8000" },
{ ZT_TONE_INFO, "950/650,0/325,950/325,0/30,1400/1300,0/2600" } },
},
+ { 27, "mx", "Mexico", { 2000, 4000 },
+ {
+ { ZT_TONE_DIALTONE, "425" },
+ { ZT_TONE_BUSY, "425/250,0/250" },
+ { ZT_TONE_RINGTONE, "425/1000,0/4000" },
+ { ZT_TONE_CONGESTION, "425/250,0/250" },
+ { ZT_TONE_CALLWAIT, "425/200,0/600,425/200,0/10000" },
+ { ZT_TONE_DIALRECALL, "!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440" },
+ { ZT_TONE_RECORDTONE, "1400/500,0/15000" },
+ { ZT_TONE_INFO, "950/330,0/30,1400/330,0/30,1800/330,0/1000" },
+ { ZT_TONE_STUTTER, "!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440" } },
+ },
{ -1 }
};