[svn-commits] rmudgett: branch group/CCSS r246422 - /team/group/CCSS/configs/ccss.conf.sample

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Feb 12 12:11:04 CST 2010


Author: rmudgett
Date: Fri Feb 12 12:11:01 2010
New Revision: 246422

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=246422
Log:
Correct some ccss.conf.sample parameter names.

Modified:
    team/group/CCSS/configs/ccss.conf.sample

Modified: team/group/CCSS/configs/ccss.conf.sample
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/configs/ccss.conf.sample?view=diff&rev=246422&r1=246421&r2=246422
==============================================================================
--- team/group/CCSS/configs/ccss.conf.sample (original)
+++ team/group/CCSS/configs/ccss.conf.sample Fri Feb 12 12:11:01 2010
@@ -1,9 +1,9 @@
 [general]
 ; There is only a single option that may be defined in this file.
-; The max_cc_requests option is a global limit on the number of
+; The cc_max_requests option is a global limit on the number of
 ; CC requests that may be in the Asterisk system at any time.
 ;
-;max_cc_requests = 20
+;cc_max_requests = 20
 ;
 ;
 ;============================================
@@ -29,7 +29,7 @@
 ;cc_offer_timer expires, then the caller will be unable to request
 ;CC for this call.
 ;
-; cc_offer_timer = 20
+;cc_offer_timer = 20
 ;
 ;Once a caller has requested CC, then either the ccbs_available_timer
 ;or the ccnr_available_timer will run, depending on the service
@@ -39,8 +39,8 @@
 ;before the called party becomes available, then the CC attempt
 ;will have failed and monitoring of the called party will stop.
 ;
-; ccbs_available_timer = 4800
-; ccnr_available_timer = 7200
+;ccbs_available_timer = 4800
+;ccnr_available_timer = 7200
 ;
 ; When using a generic agent, the original caller is called back
 ; when one of the original called parties becomes available. The
@@ -75,6 +75,7 @@
 ;         signaling to offer CC to the caller and accept CC requests
 ;         from the caller. The supported protocols for native CC
 ;         agents are SIP, ISDN ETSI PTP, ISDN ETSI PTMP, and Q.SIG
+;cc_agent_policy=never
 ;
 ; The cc_monitor_policy describes the behavior that Asterisk will
 ; take when communicating with the called party during CC. There
@@ -100,6 +101,7 @@
 ;         instead. This is a good setting to use for phones for which
 ;         you do not know if they support protocol-specific CC
 ;         methodologies.
+;cc_monitor_policy=never
 ;
 ;
 ;---------------------------------------------------------------------
@@ -134,7 +136,7 @@
 ; What this macro does is up to the administrator. By default there
 ; is no callback macro configured.
 ;
-;callbackmacro=
+;cc_callback_macro=
 ;
 ; When using an ISDN phone and a generic CC agent, Asterisk is unable
 ; to determine the dialstring that should be used when calling back




More information about the svn-commits mailing list