From 67acd8cbb1a7b21b29a0c076703da401b0d372ec Mon Sep 17 00:00:00 2001 From: Jonathan Rose <jrose@digium.com> Date: Wed, 27 Jul 2011 18:12:14 +0000 Subject: [PATCH] Merged revisions 329710 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/10 ................ r329710 | jrose | 2011-07-27 13:11:07 -0500 (Wed, 27 Jul 2011) | 14 lines 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) ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@329711 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/indications.conf.sample | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/configs/indications.conf.sample b/configs/indications.conf.sample index 1a0cfc1da3..ddf2566535 100644 --- a/configs/indications.conf.sample +++ b/configs/indications.conf.sample @@ -469,13 +469,12 @@ stutter = 470/400,425/400 [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 -- GitLab