summaryrefslogtreecommitdiff
path: root/zonedata.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-11-19 03:33:22 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-11-19 03:33:22 +0000
commit803d3dee15620df0f8d62f25a36906438eda39c3 (patch)
treec5a818ecc6ddf7c4ad6b8f23032cf6a198d9eb77 /zonedata.c
parent901ae7760abf600193502117a60b85095708d248 (diff)
Add brazilian tone zone (bug #2871)
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@499 5390a7c7-147a-4af0-8ec9-7488f05a26cb
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 }
};