[Asterisk-Dev] [Patch] Zaptel Israeli tone zone
Gilad Ben-Yossef
gilad at codefidence.com
Sun Sep 12 08:19:39 MST 2004
Tone zone definitions for Israel. Diff is against cvs head.
Source of information used for producing this is the official Israeli
Ministry of communication engineering paper (in Hebrew) that can found here:
http://www.moc.gov.il/new/documents/engineering/MFZL0104.pdf
I have no idea if this patch is correct. It Works For Me (TM).
Oh, and the copyright docs were faxed today, so if it breaks you get to
keep both pieces :-)
Share && Enjoy,
Gilad
--
Gilad Ben-Yossef <gilad at codefidence.com>
Codefidence. A name you can trust(tm)
Web: http://codefidence.com | SIP: gilad at pbx.codefidence.com
Tel: +972.9.8650475 ext. 201 | Fax: +972.9.8850643
"I am Jack's Overwritten Stack Pointer"
-- Hackers Club, the movie
-------------- next part --------------
--- zonedata_orig.c 2004-09-12 17:04:35.000000000 +0300
+++ zonedata.c 2004-09-12 17:06:40.000000000 +0300
@@ -262,5 +262,17 @@
/* 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" } },
},
+ { 18, "il", "Israel", { 1000, 3000 },
+ {
+ { ZT_TONE_DIALTONE, "414" },
+ { ZT_TONE_BUSY, "414/500,0/500" },
+ { ZT_TONE_RINGTONE, "414/1000,0/3000" },
+ { ZT_TONE_CONGESTION, "414/250,0/250" },
+ { ZT_TONE_CALLWAIT, "414/100,0/100,414/100,0/100,414/600,0/3000" },
+ { ZT_TONE_DIALRECALL, "!414/100,!0/100,!414/100,!0/100,!414/100,!0/100,414" },
+ { ZT_TONE_RECORDTONE, "1400/500,0/15000" },
+ { ZT_TONE_INFO, "1000/330,1400/330,1800/330,0/1000" },
+ { ZT_TONE_STUTTER, "!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,414" } },
+ },
{ -1 }
};
More information about the asterisk-dev
mailing list