From 4cba13eb60ac976e545df8715183a44f911e712d Mon Sep 17 00:00:00 2001
From: Mark Michelson <mmichelson@digium.com>
Date: Thu, 10 Feb 2011 17:45:24 +0000
Subject: [PATCH] Merged revisions 307467 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r307467 | mmichelson | 2011-02-10 11:44:42 -0600 (Thu, 10 Feb 2011) | 5 lines

  Fix a gaffe in the CCSS sample configuration.

  Discovered by Philippe Lindheimer and pointed out on #asterisk-dev
........


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

diff --git a/configs/ccss.conf.sample b/configs/ccss.conf.sample
index 385f2b23b3..bb78cad0c6 100644
--- a/configs/ccss.conf.sample
+++ b/configs/ccss.conf.sample
@@ -100,7 +100,7 @@
 ;         protocol-specific methods to request CC from this interface
 ;         and to monitor the interface for availability.
 ;
-;accept:  If an interface is set to "accept," then we will accept
+;always:  If an interface is set to "always," then we will accept
 ;         protocol-specific CC offers from the caller and use
 ;         a native CC monitor for the remainder of the CC transaction.
 ;         However, if the interface does not offer protocol-specific
-- 
GitLab