From 9fc7e50f64426eef1bd0f77fa6906bf590c293bc Mon Sep 17 00:00:00 2001 From: martinp Date: Tue, 4 Nov 2003 00:22:27 +0000 Subject: Add zaptel tones for Austria git-svn-id: http://svn.digium.com/svn/zaptel/trunk@264 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- zonedata.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'zonedata.c') 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 } }; -- cgit v1.2.3