From 2b779bcf3930f2302e30c8aab9da685c2370c3bf Mon Sep 17 00:00:00 2001 From: alecdavis Date: Wed, 19 May 2010 08:15:53 +0000 Subject: Merged revisions 264031 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ........ r264031 | alecdavis | 2010-05-19 20:09:14 +1200 (Wed, 19 May 2010) | 8 lines fix incorrectly typed indications for [nz] stutter and dialrecall (closes issue #17359) Reported by: alecdavis Patches: bug17359.diff.txt uploaded by alecdavis (license 585) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@264032 f38db490-d61c-443f-a65b-d21fe96a405b --- configs/indications.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/indications.conf.sample b/configs/indications.conf.sample index 239dcd11c..49aac642e 100644 --- a/configs/indications.conf.sample +++ b/configs/indications.conf.sample @@ -477,10 +477,10 @@ busy = 400/250,0/250 ring = 400+450/400,0/200,400+450/400,0/2000 congestion = 400/375,0/375 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 +dialrecall = !400/100,!0/100,!400/100,!0/100,!400/100,!0/100,400 record = 1400/425,0/15000 info = 400/750,0/100,400/750,0/100,400/750,0/100,400/750,0/400 -stutter = !400/100!0/100,!400/100,!0/100,!400/100,!0/100,!400/100!0/100,!400/100,!0/100,!400/100,!0/100,400 +stutter = !400/100,!0/100,!400/100,!0/100,!400/100,!0/100,!400/100,!0/100,!400/100,!0/100,!400/100,!0/100,400 unobtainable = 400/75,0/100,400/75,0/100,400/75,0/100,400/75,0/400 [ph] -- cgit v1.2.3