summaryrefslogtreecommitdiff
path: root/zonedata.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-02-12 01:34:10 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-02-12 01:34:10 +0000
commit6f45d25cc91937ea2ec24dc175decb8f101cb2f8 (patch)
treeb695e07085d1567097786f56d05821047cca8f1a /zonedata.c
parentbcba1a3e51ab2e88ac324ba7f4e7c5ae51bb3a88 (diff)
Add support for portugal (PT) (bug #3551)
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@585 5390a7c7-147a-4af0-8ec9-7488f05a26cb
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 b4d3bb9..65d766e 100755
--- a/zonedata.c
+++ b/zonedata.c
@@ -362,5 +362,20 @@ struct tone_zone builtin_zones[] =
/* STUTTER not specified */
{ ZT_TONE_STUTTER, "!400*33/100,!0/100,!400*33/100,!0/100,!400*33/100,!0/100,!400*33/100,!0/100,!400*33/100,!0/100,!400*33/100,!0/100,400*33" } },
},
+ { 25, "pt", "Portugal", { 1000, 5000 },
+ {
+ { ZT_TONE_DIALTONE, "425" },
+ { ZT_TONE_BUSY, "425/500,0/500" },
+ { ZT_TONE_RINGTONE, "425/1000,0/5000" },
+ { ZT_TONE_CONGESTION, "425/200,0/200" },
+ { ZT_TONE_CALLWAIT, "425/200,425/200,425/200,0/5000" },
+ /* DIALRECALL - not specified */
+ { ZT_TONE_DIALRECALL, "425/1000,0/200" },
+ /* 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 }
};