[Home]

Summary:ASTERISK-03744: data for Poland in zonedata.c seems invalid
Reporter:arekm (arekm)Labels:
Date Opened:2005-03-22 17:08:37.000-0600Date Closed:2008-06-07 10:50:15
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Running tzcfg causes invalid argument error when trying to set loadzone=pl. This patch seems to fix the problem (one liners do not need disclaimer right?):
diff -u -u -r1.32 zonedata.c
--- zonedata.c  1 Mar 2005 06:43:42 -0000       1.32
+++ zonedata.c  22 Mar 2005 21:13:03 -0000
@@ -343,7 +343,7 @@
               { ZT_TONE_DIALRECALL, "!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440" },
               /* RECORDTONE - not specified */
               { ZT_TONE_RECORDTONE, "1400/500,0/15000" },
-               { ZT_TONE_INFO, "!950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000" },
+               { ZT_TONE_INFO, "!950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,0" },
               /* 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" } },
       },
Comments:By: Mark Spencer (markster) 2005-03-22 18:04:26.000-0600

Fixed in CVS head.

By: Digium Subversion (svnbot) 2008-06-07 10:50:15

Repository: dahdi
Revision: 608

U   trunk/zonedata.c

------------------------------------------------------------------------
r608 | markster | 2008-06-07 10:50:14 -0500 (Sat, 07 Jun 2008) | 2 lines

Fix polish tone zone (bug ASTERISK-3744)

------------------------------------------------------------------------

http://svn.digium.com/view/dahdi?view=rev&revision=608