[asterisk-commits] jrose: branch 10 r329710 - in /branches/10: ./ configs/indications.conf.sample

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jul 27 13:11:11 CDT 2011


Author: jrose
Date: Wed Jul 27 13:11:07 2011
New Revision: 329710

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=329710
Log:
Merged revisions 329709 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r329709 | jrose | 2011-07-27 13:10:30 -0500 (Wed, 27 Jul 2011) | 8 lines
  
  Fix New Zealand indications profile based on http://www.telepermit.co.nz/TNA102.pdf
  
  (closes issue ASTERISK-16263)
  Reported by: richardf
  Patches: 
        nz-indications.patch uploaded by richardf (License #6015)
........

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

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

Modified: branches/10/configs/indications.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/10/configs/indications.conf.sample?view=diff&rev=329710&r1=329709&r2=329710
==============================================================================
--- branches/10/configs/indications.conf.sample (original)
+++ branches/10/configs/indications.conf.sample Wed Jul 27 13:11:07 2011
@@ -469,13 +469,12 @@
 
 [nz]
 description = New Zealand
-;NOTE - the ITU has different tonesets for NZ, but according to some residents there,
-;      this is, indeed, the correct way to do it.
+; Reference = http://www.telepermit.co.nz/TNA102.pdf
 ringcadence = 400,200,400,2000
 dial = 400
-busy = 400/250,0/250
+busy = 400/500,0/500
 ring = 400+450/400,0/200,400+450/400,0/2000
-congestion = 400/375,0/375
+congestion = 400/250,0/250
 callwaiting = !400/200,!0/3000,!400/200,!0/3000,!400/200,!0/3000,!400/200
 dialrecall = !400/100,!0/100,!400/100,!0/100,!400/100,!0/100,400
 record = 1400/425,0/15000




More information about the asterisk-commits mailing list