From 41ae9e883206612835c29b2ce49b2699d7a34306 Mon Sep 17 00:00:00 2001 From: markster Date: Mon, 14 Apr 2003 16:14:55 +0000 Subject: Add stutter dialtone git-svn-id: http://svn.digium.com/svn/zaptel/trunk@168 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- zonedata.c | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'zonedata.c') 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 } -- cgit v1.2.3