[svn-commits] russell: branch 1.6.0 r147458 - /branches/1.6.0/configs/chan_dahdi.conf.sample

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Oct 8 07:16:30 CDT 2008


Author: russell
Date: Wed Oct  8 07:16:30 2008
New Revision: 147458

URL: http://svn.digium.com/view/asterisk?view=rev&rev=147458
Log:
Remove the sample configuration for configuration sections in chan_dahdi.conf.
This code was not merged into 1.6.0.
Reported by: angler
(closes AST-119)

Modified:
    branches/1.6.0/configs/chan_dahdi.conf.sample

Modified: branches/1.6.0/configs/chan_dahdi.conf.sample
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/configs/chan_dahdi.conf.sample?view=diff&rev=147458&r1=147457&r2=147458
==============================================================================
--- branches/1.6.0/configs/chan_dahdi.conf.sample (original)
+++ branches/1.6.0/configs/chan_dahdi.conf.sample Wed Oct  8 07:16:30 2008
@@ -943,56 +943,3 @@
 ; the doc/ss7.txt file in the Asterisk source tree.
 ; ----------------- SS7 Options ----------------------------------------
 
-; Configuration Sections
-; ~~~~~~~~~~~~~~~~~~~~~~
-; You can also configure channels in a separate dahdi.conf section. In
-; this case the keyword 'channel' is not used. Instead the keyword
-; 'dahdichan' is used (as in users.conf) - configuration is only processed
-; in a section where the keyword dahdichan is used. It will only be
-; processed in the end of the section. Thus the following section:
-;
-;[phones]
-;echocancel = 64
-;dahdichan = 1-8
-;group = 1
-;
-; Is somewhat equivalent to the following snippet in the section
-; [channels]:
-;
-;echocancel = 64
-;group = 1
-;channel => 1-8
-;
-; When starting a new section almost all of the configuration values are
-; copied from their values at the end of the section [channels] in
-; dahdi.conf and [general] in users.conf - one section's configuration
-; does not affect another one's.
-;
-; Instead of letting common configuration values "slide through" you can 
-; use configuration templates to easily keep the common part in one
-; place and override where needed.
-;
-;[phones](!)
-;echocancel = yes
-;group = 0,4
-;callgroup = 3
-;pickupgroup = 3
-;threewaycalling = yes
-;transfer = yes
-;context = phones
-;faxdetect = incoming
-;
-;[phone-1](phones)
-;dahdichan = 1
-;callerid = My Name <501>
-;mailbox = 501 at mailboxes
-;
-;
-;[fax](phones)
-;dahdichan = 2
-;faxdetect = no
-;context = fax
-;
-;[phone-3](phones)
-;dahdichan = 3
-;pickupgroup = 3,4




More information about the svn-commits mailing list