summaryrefslogtreecommitdiff
path: root/zonedata.c
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-28 15:38:03 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-28 15:38:03 +0000
commitebf82b06d3cf8ccb6db810d4e3c75c829079ea71 (patch)
tree4b3df54191df0b88bccf39c33fa931bb3b90ec58 /zonedata.c
parent08e69736f4e7c6abcdbc216c01289b058f732ae6 (diff)
Add Russian tones. (issue #7953, hanabana)
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2967 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zonedata.c')
-rw-r--r--zonedata.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/zonedata.c b/zonedata.c
index e6cf15b..03c926e 100644
--- a/zonedata.c
+++ b/zonedata.c
@@ -625,5 +625,20 @@ struct tone_zone builtin_zones[] =
{ 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" },
},
},
+ { 39, "ru", "Russian Federation", { 1000, 4000 },
+ {
+ /* References:
+ http://www.minsvyaz.ru/site.shtml?id=1806
+ http://www.aboutphone.info/lib/gost/45-223-2001.html */
+ { ZT_TONE_DIALTONE, "425" },
+ { ZT_TONE_BUSY, "425/350,0/350" },
+ { ZT_TONE_RINGTONE, "425/1000,0/4000" },
+ { ZT_TONE_CONGESTION, "425/175,0/175" },
+ { ZT_TONE_CALLWAIT, "425/200,0/5000" },
+ { ZT_TONE_RECORDTONE, "1400/400,0/15000" },
+ { ZT_TONE_INFO, "950/330,1440/330,1800/330,0/1000" },
+ { ZT_TONE_STUTTER, "!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425" },
+ },
+ },
{ -1 }
};