[svn-commits] mattf: branch mattf/bug13495 r160827 - /team/mattf/bug13495/configs/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Dec 3 16:09:16 CST 2008


Author: mattf
Date: Wed Dec  3 16:09:16 2008
New Revision: 160827

URL: http://svn.digium.com/view/asterisk?view=rev&rev=160827
Log:
Add the new options as well as documentation to them to the default config file (#13495)

Modified:
    team/mattf/bug13495/configs/chan_dahdi.conf.sample

Modified: team/mattf/bug13495/configs/chan_dahdi.conf.sample
URL: http://svn.digium.com/view/asterisk/team/mattf/bug13495/configs/chan_dahdi.conf.sample?view=diff&rev=160827&r1=160826&r2=160827
==============================================================================
--- team/mattf/bug13495/configs/chan_dahdi.conf.sample (original)
+++ team/mattf/bug13495/configs/chan_dahdi.conf.sample Wed Dec  3 16:09:16 2008
@@ -921,8 +921,76 @@
 ; This option is used to disable automatic sending of ACM when the call is started
 ; in the dialplan.  If you do use this option, you will need to use the Proceeding()
 ; application in the dialplan to send ACM.
+;
 ;ss7_explictacm=yes
-
+;
+; This option is to set the CICs to be set to a hardware blocked state when bringing
+; the links up for the first time.  
+;
+;ss7_initialhwblo=yes
+;
+; This option is whether or not to trust the remote echo control indication.  This means
+; that in cases where echo control is reported by the remote end, we will trust them and
+; not enable echo cancellation on the call.
+;
+;ss7_use_echocontrol=yes
+;
+; This option is to set what our echo control indication is to the other end.  Set to
+; yes to indicate that we are using echo cancellation or no if we are not.
+;
+;ss7_default_echocontrol=yes
+;
+; This sets the number of binary places to shift the CIC when doing load balancing between
+; sigchans on a linkset.
+;
+;sls_shift=0
+;
+; Set this option if you wish to send an INR request if no calling party number is specified.
+; This will attempt to tell the other end to send it anyways.
+;
+;inr_if_no_calling=yes
+;
+; The following are for enabling ISUP and MTP3 timers for SS7 in chan_dahdi.  The default
+; values specified are the defaults for ITU style links and are measured in milliseconds.
+;
+;mtp3_timer.q707_t1 = 4000
+;mtp3_timer.q707_t2 = 30000
+;mtp3_timer.t1 = 500
+;mtp3_timer.t2 = 700
+;mtp3_timer.t3 = 500
+;mtp3_timer.t4 = 500
+;mtp3_timer.t5 = 500
+;mtp3_timer.t6 = 500
+;mtp3_timer.t10 = 60000
+;mtp3_timer.t12 = 800
+;mtp3_timer.t13 = 800
+;mtp3_timer.t14 = 2000
+;mtp3_timer.t19 = 67000
+;mtp3_timer.t22 = 300000
+;mtp3_timer.t23 = 300000
+;
+;isup_timer.t1 = 30000
+;isup_timer.t2 = 180000
+;isup_timer.t5 = 300000
+;isup_timer.t6 = 90000
+;isup_timer.t7 = 20000
+;isup_timer.t12 = 15000
+;isup_timer.t13 = 300000
+;isup_timer.t14 = 15000
+;isup_timer.t15 = 300000
+;isup_timer.t16 = 15000
+;isup_timer.t17 = 300000
+;isup_timer.t18 = 15000
+;isup_timer.t19 = 300000
+;isup_timer.t20 = 15000
+;isup_timer.t21 = 300000
+;isup_timer.t22 = 15000
+;isup_timer.t23 = 300000
+;isup_timer.t33 = 12000
+;isup_timer.t35 = 15000 
+;
+;
+;
 ; All settings apply to linkset 1
 ;linkset = 1
 




More information about the svn-commits mailing list