[Pkg-voip-commits] [dahdi-tools] 25/285: zonedata: Add support for United Arab Emirates.

tzafrir at debian.org tzafrir at debian.org
Thu Jul 7 19:18:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master
in repository dahdi-tools.

commit 24015f717e2c83e8c538c765613ff45edbc7b648
Author: Shaun Ruffell <sruffell at digium.com>
Date:   Tue May 24 15:14:32 2011 +0000

    zonedata: Add support for United Arab Emirates.
    
    This was provided for interop with analog lines provided by Etisilat.
    
    DAHDI-796.
    
    Signed-off-by: Shaun Ruffell <sruffell at digium.com>
    
    git-svn-id: http://svn.astersk.org/svn/dahdi/tools/trunk@9920 17933a7a-c749-41c5-a318-cba88f637d49
---
 zonedata.c | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/zonedata.c b/zonedata.c
index 6ee238f..3330c13 100644
--- a/zonedata.c
+++ b/zonedata.c
@@ -1027,5 +1027,28 @@ struct tone_zone builtin_zones[] =
 		.mfr1_level = -7,
 		.mfr2_level = -8,
 	},
+	{
+		.zone = 45,
+		.country = "ae",
+		.description = "United Arab Emirates",
+		.ringcadence = { 1500, 4000 },
+		.tones = {
+			/* References: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf */
+			{ DAHDI_TONE_DIALTONE, "350+440" },
+			{ DAHDI_TONE_BUSY, "400/375,0/375" },
+			{ DAHDI_TONE_RINGTONE, "400+425/400,0/200,400+425/400,0/2000" },
+			{ DAHDI_TONE_CONGESTION, "425/400,0/350,425/225,0/525" },
+			{ DAHDI_TONE_CALLWAIT, "420/40,0/1960" },
+			/* RECORD TONE */
+			{ DAHDI_TONE_RECORDTONE, "1400/80,0/14920" },
+			{ DAHDI_TONE_INFO, "950/330,1450/330,1850/330,0/1000" },
+			/* STUTTER TONE */
+			{ DAHDI_TONE_STUTTER, "380+420" },
+		},
+		.dtmf_high_level = -10,
+		.dtmf_low_level = -10,
+		.mfr1_level = -10,
+		.mfr2_level = -8,
+	},
 	{ .zone = -1 }
 };

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/dahdi-tools.git



More information about the Pkg-voip-commits mailing list