[svn-commits] mjordan: trunk r394942 - in /trunk: ./ configs/indications.conf.sample

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


Author: mjordan
Date: Sun Jul 21 13:17:17 2013
New Revision: 394942

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=394942
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
........

Merged revisions 394941 from http://svn.asterisk.org/svn/asterisk/branches/11

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

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

Modified: trunk/configs/indications.conf.sample
URL: http://svnview.digium.com/svn/asterisk/trunk/configs/indications.conf.sample?view=diff&rev=394942&r1=394941&r2=394942
==============================================================================
--- trunk/configs/indications.conf.sample (original)
+++ trunk/configs/indications.conf.sample Sun Jul 21 13:17:17 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