summaryrefslogtreecommitdiff
path: root/zonedata.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-04-15 06:36:40 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-04-15 06:36:40 +0000
commit04cd57014c36e8cff7b47df8ce472486c63d8865 (patch)
tree6ec2996ecdd3b5f791ca0ceb783af6bae98ac79f /zonedata.c
parent1cf4ed7ff182c042fd7f4207933ce4888daadd6a (diff)
Add Indian tonezone (bug #4026)
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@625 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zonedata.c')
-rwxr-xr-xzonedata.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/zonedata.c b/zonedata.c
index 996a74a..dddc951 100755
--- a/zonedata.c
+++ b/zonedata.c
@@ -400,5 +400,22 @@ struct tone_zone builtin_zones[] =
{ 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" } },
},
+ { 28, "in", "India", { 400, 200, 400, 2000 },
+ {
+ /* Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf */
+ { ZT_TONE_DIALTONE, "400*25" },
+ { ZT_TONE_BUSY, "400/750,0/750" },
+ { ZT_TONE_RINGTONE, "400*25/400,0/200,400*25/400,0/2000" },
+ { ZT_TONE_CONGESTION, "400/250,0/250" },
+ { ZT_TONE_CALLWAIT, "400/200,0/100,400/200,0/7500" },
+ /* DIALRECALL - not specified */
+ { ZT_TONE_DIALRECALL, "!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440" },
+ /* RECORDTONE - not specified */
+ { ZT_TONE_RECORDTONE, "1400/500,0/15000" },
+ /* INFO - not specified */
+ { ZT_TONE_INFO, "!950/330,!1400/330,!1800/330,0/1000" },
+ /* STUTTER - not specified */
+ { 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 }
};