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 6af5bf4..1c82922 100755
--- a/zonedata.c
+++ b/zonedata.c
@@ -274,5 +274,17 @@ struct tone_zone builtin_zones[] =
{ ZT_TONE_INFO, "950/330,1400/330,1800/330,0/1000" },
{ ZT_TONE_STUTTER, "!425/200,!0/200,!425/600,!0/200,!425/200,!0/200,!425/600,!0/200,!425/200,!0/200,!425/600,!0/200,!425/200,!0/200,!425/600,!0/200," } },
},
+ { 19, "il", "Israel", { 1000, 3000 },
+ {
+ { ZT_TONE_DIALTONE, "414" },
+ { ZT_TONE_BUSY, "414/500,0/500" },
+ { ZT_TONE_RINGTONE, "414/1000,0/3000" },
+ { ZT_TONE_CONGESTION, "414/250,0/250" },
+ { ZT_TONE_CALLWAIT, "414/100,0/100,414/100,0/100,414/600,0/3000" },
+ { ZT_TONE_DIALRECALL, "!414/100,!0/100,!414/100,!0/100,!414/100,!0/100,414" },
+ { ZT_TONE_RECORDTONE, "1400/500,0/15000" },
+ { ZT_TONE_INFO, "1000/330,1400/330,1800/330,0/1000" },
+ { ZT_TONE_STUTTER, "!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,414" } },
+ },
{ -1 }
};