summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xzonedata.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/zonedata.c b/zonedata.c
index 65d766e..6bc2d17 100755
--- a/zonedata.c
+++ b/zonedata.c
@@ -377,5 +377,16 @@ struct tone_zone builtin_zones[] =
/* STUTTER not specified */
{ 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" } },
},
+ { 26, "ee", "Estonia", { 1000, 4000 },
+ {
+ { ZT_TONE_DIALTONE, "425" },
+ { ZT_TONE_BUSY, "425/300,0/300" },
+ { ZT_TONE_RINGTONE, "425/1000,0/4000" },
+ { ZT_TONE_CONGESTION, "425/200,0/200" },
+ { ZT_TONE_CALLWAIT, "950/650,0/325,950/325,0/30,1400/1300,0/2600" },
+ { ZT_TONE_DIALRECALL, "425/650,0/25" },
+ { ZT_TONE_STUTTER, "425/150,0/150,425/150,0/8000" },
+ { ZT_TONE_INFO, "950/650,0/325,950/325,0/30,1400/1300,0/2600" } },
+ },
{ -1 }
};