[asterisk-commits] alecdavis: branch 1.4 r264056 - /branches/1.4/configs/indications.conf.sample
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed May 19 03:23:11 CDT 2010
Author: alecdavis
Date: Wed May 19 03:23:07 2010
New Revision: 264056
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=264056
Log:
fix incorrectly typed indications for [nz] stutter and dialrecall
(closes issue #17359)
Reported by: alecdavis
Patches:
bug17359.diff.txt uploaded by alecdavis (license 585)
Modified:
branches/1.4/configs/indications.conf.sample
Modified: branches/1.4/configs/indications.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.4/configs/indications.conf.sample?view=diff&rev=264056&r1=264055&r2=264056
==============================================================================
--- branches/1.4/configs/indications.conf.sample (original)
+++ branches/1.4/configs/indications.conf.sample Wed May 19 03:23:07 2010
@@ -479,10 +479,10 @@
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]
More information about the asterisk-commits
mailing list