summaryrefslogtreecommitdiff
path: root/zonedata.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-04-14 16:14:55 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-04-14 16:14:55 +0000
commit41ae9e883206612835c29b2ce49b2699d7a34306 (patch)
tree9fa02ccf8c1639c7d82102dddeddbd380ad2c112 /zonedata.c
parented13832743c0706970c283ac668f417808d55a3b (diff)
Add stutter dialtone
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@168 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zonedata.c')
-rwxr-xr-xzonedata.c15
1 files changed, 10 insertions, 5 deletions
diff --git a/zonedata.c b/zonedata.c
index 49ddf90..a04dbbc 100755
--- a/zonedata.c
+++ b/zonedata.c
@@ -35,7 +35,8 @@ struct tone_zone builtin_zones[] =
{ ZT_TONE_CALLWAIT, "440/300,0/10000" },
{ ZT_TONE_DIALRECALL, "!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440" },
{ ZT_TONE_RECORDTONE, "1400/500,0/15000" },
- { ZT_TONE_INFO, "!950/330,!1400/330,!1800/330,0" } }
+ { ZT_TONE_INFO, "!950/330,!1400/330,!1800/330,0" },
+ { ZT_TONE_STUTTER, "!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440" } },
},
{ 1, "au", "Australia", { 400, 200, 400, 2000 },
{
@@ -48,7 +49,8 @@ struct tone_zone builtin_zones[] =
{ ZT_TONE_CALLWAIT, "425/100,0/100,525/100,0/4700" },
{ ZT_TONE_DIALRECALL, "!425+25/100!0/100,!425+25/100,!0/100,!425+25/100,!0/100,425+25" },
{ ZT_TONE_RECORDTONE, "1400/425,0/14525" },
- { ZT_TONE_INFO, "400/2500,0/500" } }
+ { ZT_TONE_INFO, "400/2500,0/500" },
+ { ZT_TONE_STUTTER, "!425+25/100!0/100,!425+25/100,!0/100,!425+25/100,!0/100,!425+25/100!0/100,!425+25/100,!0/100,!425+25/100,!0/100,425+25" } },
},
{ 2, "fr", "France", { 1500, 3500 },
{
@@ -64,7 +66,8 @@ struct tone_zone builtin_zones[] =
{ ZT_TONE_DIALRECALL, "!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440" },
/* XXX I'm making up the record tone XXX */
{ ZT_TONE_RECORDTONE, "1400/500,0/15000" },
- { ZT_TONE_INFO, "!950/330,!1400/330,!1800/330,0" } }
+ { ZT_TONE_INFO, "!950/330,!1400/330,!1800/330,0" },
+ { ZT_TONE_STUTTER, "!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440" } },
},
{ 3, "nl", "Netherlands", { 1000, 4000 },
{
@@ -79,7 +82,8 @@ struct tone_zone builtin_zones[] =
{ ZT_TONE_DIALRECALL, "425/500,0/50" },
/* XXX I'm making up the record tone XXX */
{ ZT_TONE_RECORDTONE, "1400/500,0/15000" },
- { ZT_TONE_INFO, "!950/330,!1400/330,!1800/330,0" } }
+ { ZT_TONE_INFO, "!950/330,!1400/330,!1800/330,0" },
+ { ZT_TONE_STUTTER, "425/500,0/50" } },
},
{ 4, "uk", "United Kingdom", { 400, 200, 400, 2000 },
{
@@ -91,7 +95,8 @@ struct tone_zone builtin_zones[] =
{ ZT_TONE_DIALRECALL, "350+440" },
/* Not sure about the RECORDTONE */
{ ZT_TONE_RECORDTONE, "1400/500,0/10000" },
- { ZT_TONE_INFO, "950/330,1400/330,1800/330,0" } }
+ { ZT_TONE_INFO, "950/330,1400/330,1800/330,0" },
+ { ZT_TONE_STUTTER, "350+440" } },
},
{ -1 }