summaryrefslogtreecommitdiff
path: root/zonedata.c
diff options
context:
space:
mode:
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 }
};