summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xzonedata.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/zonedata.c b/zonedata.c
index e7404e2..e949e14 100755
--- a/zonedata.c
+++ b/zonedata.c
@@ -194,6 +194,18 @@ struct tone_zone builtin_zones[] =
{ ZT_TONE_INFO, "!950/330,!1400/330,!1800/330,0" },
{ ZT_TONE_STUTTER, "!600*120/100,!0/100,!600*120/100,!0/100,!600*120/100,!0/100,!600*120/100,!0/100,!600*120/100,!0/100,!600*120/100,!0/100,600*120" } },
},
+{ 13, "gr", "Greece", { 1000, 4000 },
+ {
+ { ZT_TONE_DIALTONE, "425/200,0/300,425/700,0/800" },
+ { ZT_TONE_BUSY, "425/300,0/300" },
+ { ZT_TONE_RINGTONE, "425/1000,0/4000" },
+ { ZT_TONE_CONGESTION, "425/200,0/200" },
+ { ZT_TONE_CALLWAIT, "425/150,0/150,425/150,0/8000" },
+ { ZT_TONE_DIALRECALL, "425/650,0/25" },
+ { ZT_TONE_RECORDTONE, "1400/400,0/15000" },
+ { 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,0" },
+ { ZT_TONE_STUTTER, "425/650,0/25" } },
+ },
{ -1 }
};