On Wed, Nov 03, 2010 at 06:30:09PM -0400, William Stillwell (Lists) wrote:
>  
> 
> For those who don't know, (as I just figured out by reading the sourcecode),
> that all settings for a particular "channels" must be placed before the
> channel => entry.
> 
> Immediate=no
> Channel=>1-24
> Immediate=yes
> Channel=>25-48
> Immediate=no
> Channel=>49-72
> 
> 1-24 will have immediate set to no, 25-48 yes, 49-72 no
> 
> Maybe someday the config will be 
> 
> [Channels]
> GlobalOption=Value
> 
> [1-24]
> Option=value
> 
> [25-48]
> Option=value
> 
> [49-72]
> Option=value

If you use Asterisk >= 1.6.1:

[port1] ; The name is not used anywhere
Option=value
dahdichan = 1-24

[port2]
dahdichan = 25-48
Option=value

[port3]
dahdhichan = 49-72
Option=value

-- 
               Tzafrir Cohen
icq#16849755              jabber:tzafrir.co...@xorcom.com
+972-50-7952406           mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to