summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-05-01 16:24:13 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-05-01 16:24:13 +0000
commit4a4bf08122c43a5ec1a1899c23b7415bf57055ab (patch)
treecd69ce9006961b738cdce42a3a19468642bd1d4e
parent2ad1a865b87d89eb1642e92e64cb3f8404d1c0f0 (diff)
Merged revisions 2483 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2483 | russell | 2007-05-01 11:22:02 -0500 (Tue, 01 May 2007) | 11 lines Merged revisions 2482 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2482 | russell | 2007-05-01 11:20:50 -0500 (Tue, 01 May 2007) | 3 lines Add zonedata information for the Philippines. (issue #9525, reported and patched by loloski) ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2484 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--zonedata.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/zonedata.c b/zonedata.c
index 220c29d..e6cf15b 100644
--- a/zonedata.c
+++ b/zonedata.c
@@ -607,5 +607,23 @@ struct tone_zone builtin_zones[] =
{ 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" },
},
},
+ { 39, "ph", "Philippines", { 1000, 4000 },
+ {
+ /* Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf */
+ { ZT_TONE_DIALTONE, "425" },
+ { ZT_TONE_BUSY, "480+620/500,0/500" },
+ { ZT_TONE_RINGTONE, "425+480/1000,0/4000" },
+ { ZT_TONE_CONGESTION, "480+620/250,0/250" },
+ { ZT_TONE_CALLWAIT, "440/300,0/10000" },
+ /* DIAL RECALL - not specified */
+ { ZT_TONE_DIALRECALL, "!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440" },
+ /* RECORD TONE - not specified */
+ { ZT_TONE_RECORDTONE, "1400/500,0/15000" },
+ /* INFO TONE - not specified */
+ { ZT_TONE_INFO, "!950/330,!1400/330,!1800/330,0" },
+ /* STUTTER TONE - not specified */
+ { 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 }
};