summaryrefslogtreecommitdiff
path: root/zonedata.c
diff options
context:
space:
mode:
authormartinp <martinp@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-11-04 00:22:27 +0000
committermartinp <martinp@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-11-04 00:22:27 +0000
commit9fc7e50f64426eef1bd0f77fa6906bf590c293bc (patch)
treef673ebc77f2fccbead7db9f9f47c888b2568d36e /zonedata.c
parentb110e458e393a6bc704a522507c758a43c653790 (diff)
Add zaptel tones for Austria
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@264 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zonedata.c')
-rwxr-xr-xzonedata.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/zonedata.c b/zonedata.c
index 0e5b3a4..1864685 100755
--- a/zonedata.c
+++ b/zonedata.c
@@ -145,6 +145,20 @@ struct tone_zone builtin_zones[] =
{ ZT_TONE_INFO, "!950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000" },
{ ZT_TONE_STUTTER, "470/400,425/400" } },
},
+ { 9, "at", "Austria", { 1000, 5000 },
+ {
+ { ZT_TONE_DIALTONE, "440" },
+ { ZT_TONE_BUSY, "440/400,0/400" },
+ { ZT_TONE_RINGTONE, "440/1000,0/5000" },
+ { ZT_TONE_CONGESTION, "440/200,440/200" },
+ { ZT_TONE_CALLWAIT, "440/40,0/1950" },
+ /*XXX what is this? XXX*/
+ { ZT_TONE_DIALRECALL, "425/500,0/50" },
+ /*XXX hmm? XXX*/
+ { ZT_TONE_RECORDTONE, "1400/500,0/15000" },
+ { ZT_TONE_INFO, "!950/330,!1450/330,!1850/330,0/1000" },
+ { ZT_TONE_STUTTER, "350+430" } },
+ },
{ -1 }
};