summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-28 15:38:46 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-28 15:38:46 +0000
commit23591a917a78a3d2f9ccfa12de514f10921152e1 (patch)
tree0b81b5c2e774211673016be0b88657f1e97b97b3
parent81cf3af825f7720e743bbf6b39166a0bdbd3d953 (diff)
Merged revisions 2967 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.4 ........ r2967 | russell | 2007-08-28 10:38:03 -0500 (Tue, 28 Aug 2007) | 2 lines Add Russian tones. (issue #7953, hanabana) ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2968 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-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 }
};