From 08828045b1d950a4af0f1e3f6117843228092d88 Mon Sep 17 00:00:00 2001
From: Alec L Davis <sivad.a@paradise.net.nz>
Date: Thu, 17 Mar 2011 10:51:57 +0000
Subject: [PATCH] Merged revisions 311050 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r311050 | alecdavis | 2011-03-17 23:49:41 +1300 (Thu, 17 Mar 2011) | 24 lines

  Merged revisions 311049 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2

  ................
    r311049 | alecdavis | 2011-03-17 23:45:47 +1300 (Thu, 17 Mar 2011) | 17 lines

    Merged revisions 311048 via svnmerge from
    https://origsvn.digium.com/svn/asterisk/branches/1.4

    ........
      r311048 | alecdavis | 2011-03-17 23:43:35 +1300 (Thu, 17 Mar 2011) | 12 lines

      Remove extra quote in indications.conf

      Picking low hanging fruit.

      (closes issue #18971)
      Reported by: IgorG
      Patches:
            based on indications.conf.sample.diff uploaded by IgorG (license 20)
      Tested by: IgorG
    ........
  ................
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@311051 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 configs/indications.conf.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/indications.conf.sample b/configs/indications.conf.sample
index 60efcb3ef0..1a0cfc1da3 100644
--- a/configs/indications.conf.sample
+++ b/configs/indications.conf.sample
@@ -153,7 +153,7 @@ ring = 425/1000,0/3000
 congestion = 425/167,0/167
 callwaiting = 1400/175,0/175,1400/175,0/3500
 ; DIALRECALL - not specified
-dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440"
+dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440
 ; RECORDTONE - not specified
 record = 1400/500,0/15000
 info = 900/330,1400/330,1800/330,0/1000
-- 
GitLab