summaryrefslogtreecommitdiff
path: root/zonedata.c
diff options
context:
space:
mode:
authorfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-06-21 19:30:21 +0000
committerfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-06-21 19:30:21 +0000
commite24032b52a39309a73258d024c451726bee3cf84 (patch)
tree7f41f0c3aac64e4320ba28c101206a2d5c0ec84d /zonedata.c
parent4a59c211e501b1c5d3f68f75025cae644cb48cc8 (diff)
Merged revisions 1151 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1151 | file | 2006-06-21 16:27:52 -0300 (Wed, 21 Jun 2006) | 2 lines Add Venezuelan tone information (issue #7402 reported by palillo) ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1152 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 c1d615e..94d8db2 100644
--- a/zonedata.c
+++ b/zonedata.c
@@ -592,5 +592,20 @@ struct tone_zone builtin_zones[] =
{ ZT_TONE_STUTTER, "425/1500,0/100" },
},
},
- { -1 }
+ { 38, "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 }
};