summaryrefslogtreecommitdiff
path: root/zonedata.c
diff options
context:
space:
mode:
Diffstat (limited to 'zonedata.c')
-rwxr-xr-xzonedata.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/zonedata.c b/zonedata.c
index 6f906cb..4d13f99 100755
--- a/zonedata.c
+++ b/zonedata.c
@@ -247,5 +247,20 @@ struct tone_zone builtin_zones[] =
/*{ ZT_TONE_STUTTER, "425/320,0/20" }, Real swedish standard, not used for now */
{ 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" } },
},
+ { 17, "be", "Belgium", { 1000, 3000 },
+ {
+ { ZT_TONE_DIALTONE, "425" },
+ { ZT_TONE_BUSY, "425/500,0/500" },
+ { ZT_TONE_RINGTONE, "425/1000,0/3000" },
+ { ZT_TONE_CONGESTION, "425/167,0/167" },
+ { ZT_TONE_CALLWAIT, "1400/175,0/175,1400/175,0/3500" },
+ /* DIALRECALL - not specified */
+ { ZT_TONE_DIALRECALL, "!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440" },
+ /* RECORDTONE - not specified */
+ { ZT_TONE_RECORDTONE, "1400/500,0/15000" },
+ { ZT_TONE_INFO, "950/330,1400/330,1800/330,0/1000" },
+ /* 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" } },
+ },
{ -1 }
};