summaryrefslogtreecommitdiff
path: root/zonedata.c
diff options
context:
space:
mode:
Diffstat (limited to 'zonedata.c')
-rwxr-xr-xzonedata.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/zonedata.c b/zonedata.c
index 4c695a2..f38bd1f 100755
--- a/zonedata.c
+++ b/zonedata.c
@@ -287,5 +287,17 @@ struct tone_zone builtin_zones[] =
{ 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" } },
},
+ { 20, "br", "Brazil", { 1000, 4000 },
+ {
+ { ZT_TONE_DIALTONE, "425" },
+ { ZT_TONE_BUSY, "425/250,0/250" },
+ { ZT_TONE_RINGTONE, "425/1000,0/4000" },
+ { ZT_TONE_CONGESTION, "425/250,0/250,425/750,0/250" },
+ { ZT_TONE_CALLWAIT, "425/50,0/1000" },
+ { ZT_TONE_DIALRECALL, "350+440" },
+ { ZT_TONE_RECORDTONE, "425/250,0/250" },
+ { ZT_TONE_INFO, "950/330,1400/330,1800/330" },
+ { ZT_TONE_STUTTER, "350+440" } },
+ },
{ -1 }
};