From: Alec L Davis Date: Wed, 19 May 2010 08:23:07 +0000 (+0000) Subject: fix incorrectly typed indications for [nz] stutter and dialrecall X-Git-Tag: 1.4.33-rc1~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=201fb5663a07b9c4c5ebe319bd39363405a8928c;p=thirdparty%2Fasterisk.git 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: https://origsvn.digium.com/svn/asterisk/branches/1.4@264056 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/configs/indications.conf.sample b/configs/indications.conf.sample index d7088db7c4..ad19b5265d 100644 --- a/configs/indications.conf.sample +++ b/configs/indications.conf.sample @@ -479,10 +479,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]