summaryrefslogtreecommitdiff
path: root/zonedata.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2002-03-13 20:02:08 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2002-03-13 20:02:08 +0000
commit85e79a5401b14577b4cd7e098651a3371c4513fe (patch)
tree9d8542f236c665cb8e87e81cdd7d0e2886bf536f /zonedata.c
parent2d797a97ad19f93acb1af086490e386896bbd251 (diff)
Version 0.1.6 from FTP
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@64 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zonedata.c')
-rwxr-xr-xzonedata.c30
1 files changed, 30 insertions, 0 deletions
diff --git a/zonedata.c b/zonedata.c
index 84104f0..77981c9 100755
--- a/zonedata.c
+++ b/zonedata.c
@@ -36,5 +36,35 @@ struct tone_zone builtin_zones[] =
{ ZT_TONE_RECORDTONE, "1400/500,0/15000" },
{ ZT_TONE_INFO, "!950/330,!1400/330,!1800/330,0" } }
},
+ { 1, "au", "Australia", { 400, 200, 400, 2000 },
+ {
+ /* XXX Dialtone: Should be modulated, not added XXX */
+ { ZT_TONE_DIALTONE, "425+25" },
+ { ZT_TONE_BUSY, "400/375,0/375" },
+ { ZT_TONE_RINGTONE, "400+17/400,0/200,400+17/400,0/2000" },
+ /* XXX Congestion: Should reduce by 10 db every other cadence XXX */
+ { ZT_TONE_CONGESTION, "400/375,0/375" },
+ { ZT_TONE_CALLWAIT, "425/100,0/100,525/100,0/4700" },
+ { ZT_TONE_DIALRECALL, "!425+25/100!0/100,!425+25/100,!0/100,!425+25/100,!0/100,425+25" },
+ { ZT_TONE_RECORDTONE, "1400/425,0/14525" },
+ { ZT_TONE_INFO, "400/2500,0/500" } }
+ },
+ { 2, "fr", "France", { 1500, 3500 },
+ {
+ /* Dialtone can also be 440+330 */
+ { ZT_TONE_DIALTONE, "440" },
+ { ZT_TONE_BUSY, "440/500,0/500" },
+ { ZT_TONE_RINGTONE, "440/1500,0/3500" },
+ /* XXX I'm making up the congestion tone XXX */
+ { ZT_TONE_CONGESTION, "440/250,0/250" },
+ /* XXX I'm making up the call wait tone too XXX */
+ { ZT_TONE_CALLWAIT, "440/300,0/10000" },
+ /* XXX I'm making up dial recall XXX */
+ { ZT_TONE_DIALRECALL, "!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440" },
+ /* XXX I'm making up the record tone XXX */
+ { ZT_TONE_RECORDTONE, "1400/500,0/15000" },
+ { ZT_TONE_INFO, "!950/330,!1400/330,!1800/330,0" } }
+ },
+
{ -1 }
};