summaryrefslogtreecommitdiff
path: root/zonedata.c
diff options
context:
space:
mode:
authorfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-06-21 19:27:52 +0000
committerfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-06-21 19:27:52 +0000
commit70cf511ec84f4adf46d9265f41de2114a563f238 (patch)
treeae9b23a79cf8bef8bd203f90af15aa80848c40bd /zonedata.c
parent25ba3827504538f0a65e417fc843a0b8ec514347 (diff)
Add Venezuelan tone information (issue #7402 reported by palillo)
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1151 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zonedata.c')
-rw-r--r--zonedata.c17
1 files changed, 16 insertions, 1 deletions
diff --git a/zonedata.c b/zonedata.c
index 5ee56ea..06c30a7 100644
--- a/zonedata.c
+++ b/zonedata.c
@@ -534,5 +534,20 @@ struct tone_zone builtin_zones[] =
{ ZT_TONE_STUTTER, "450+425" },
},
},
- { -1 }
+ { 34, "ve", "Venezuela", { 1000, 4000 },
+ {
+ /* Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf */
+ { ZT_TONE_DIALTONE, "425" },
+ { ZT_TONE_BUSY, "425/500,0/500" },
+ { ZT_TONE_RINGTONE, "425/1000,0/4000" },
+ { ZT_TONE_CONGESTION, "425/250,0/250" },
+ { ZT_TONE_CALLWAIT, "400+450/300,0/6000" },
+ { ZT_TONE_DIALRECALL, "425" },
+ { ZT_TONE_RECORDTONE, "1400/500,0/15000" },
+ { ZT_TONE_INFO, "!950/330,!1440/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 }
};