From 32ca8db4740533d4567a5bd1951543436b4bc2f9 Mon Sep 17 00:00:00 2001 From: Russell Bryant <russell@russellbryant.com> Date: Tue, 1 May 2007 16:27:14 +0000 Subject: [PATCH] Merged revisions 62497 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r62497 | russell | 2007-05-01 11:26:48 -0500 (Tue, 01 May 2007) | 11 lines Merged revisions 62496 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r62496 | russell | 2007-05-01 11:26:23 -0500 (Tue, 01 May 2007) | 3 lines Add indications.conf information for the Philippines. (issue #9525, reported and patched by loloski) ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@62498 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/indications.conf.sample | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/configs/indications.conf.sample b/configs/indications.conf.sample index a1a13fb2ef..81e24831da 100644 --- a/configs/indications.conf.sample +++ b/configs/indications.conf.sample @@ -484,6 +484,27 @@ info = 400/750,0/100,400/750,0/100,400/750,0/100,400/750,0/400 stutter = !400/100!0/100,!400/100,!0/100,!400/100,!0/100,!400/100!0/100,!400/100,!0/100,!400/100,!0/100,400 unobtainable = 400/75,0/100,400/75,0/100,400/75,0/100,400/75,0/400 +[ph] + +; reference http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf + +description = Philippines +ringcadence = 1000,4000 +dial = 425 +busy = 480+620/500,0/500 +ring = 425+480/1000,0/4000 +congestion = 480+620/250,0/250 +callwaiting = 440/300,0/10000 +; DIALRECALL - not specified +dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440 +; RECORDTONE - not specified +record = 1400/500,0/15000 +; INFO - not specified +info = !950/330,!1400/330,!1800/330,0 +; STUTTER - not specified +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 + + [pl] description = Poland ringcadence = 1000,4000 -- GitLab