[asterisk-users] doh! chan_dahdi.conf
Tzafrir Cohen
tzafrir.cohen at xorcom.com
Wed Nov 3 18:28:28 CDT 2010
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.cohen at xorcom.com
+972-50-7952406 mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
More information about the asterisk-users
mailing list