[svn-commits] mjordan: branch 11 r394941 - in /branches/11: ./ configs/indications.conf.sample

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sun Jul 21 13:16:37 CDT 2013


Author: mjordan
Date: Sun Jul 21 13:16:36 2013
New Revision: 394941

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=394941
Log:
Provide proper ring tone in indications.conf for Malaysia

The ring tone provided in the sample indications.conf was incorrect. This patch
modifies the sample ring tone to be what it should:
  ring = 425/400,0/200,425/400,0/2000

This brings it in line with the tone definition in DAHDI 2.7.0. (zonedata.c)

(closes issue ASTERISK-21997)
Reported by: Filip Jenicek
patches:
  malaysia_ring.patch uploaded by phill (License 6277)
........

Merged revisions 394940 from http://svn.asterisk.org/svn/asterisk/branches/1.8

Modified:
    branches/11/   (props changed)
    branches/11/configs/indications.conf.sample

Propchange: branches/11/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.

Modified: branches/11/configs/indications.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/11/configs/indications.conf.sample?view=diff&rev=394941&r1=394940&r2=394941
==============================================================================
--- branches/11/configs/indications.conf.sample (original)
+++ branches/11/configs/indications.conf.sample Sun Jul 21 13:16:36 2013
@@ -434,7 +434,7 @@
 ringcadence = 2000,4000
 dial = 425
 busy = 425/500,0/500
-ring = 425/400,0/200
+ring = 425/400,0/200,425/400,0/2000
 congestion = 425/500,0/500
 
 [nl]




More information about the svn-commits mailing list