[svn-commits] russell: branch 1.4 r2483 - in /branches/1.4: ./
zonedata.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Tue May 1 09:22:02 MST 2007
Author: russell
Date: Tue May 1 11:22:02 2007
New Revision: 2483
URL: http://svn.digium.com/view/zaptel?view=rev&rev=2483
Log:
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)
........
Modified:
branches/1.4/ (props changed)
branches/1.4/zonedata.c
Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.
Modified: branches/1.4/zonedata.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/zonedata.c?view=diff&rev=2483&r1=2482&r2=2483
==============================================================================
--- branches/1.4/zonedata.c (original)
+++ branches/1.4/zonedata.c Tue May 1 11:22:02 2007
@@ -607,5 +607,23 @@
{ 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 }
};
More information about the svn-commits
mailing list