[asterisk-users] doh! chan_dahdi.conf
William Stillwell (Lists)
william.stillwell-lists at ablebody.net
Wed Nov 3 19:08:19 CDT 2010
> -----Original Message-----
> From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-
> bounces at lists.digium.com] On Behalf Of Tzafrir Cohen
> Sent: Wednesday, November 03, 2010 7:28 PM
> To: asterisk-users at lists.digium.com
> Subject: Re: [asterisk-users] doh! chan_dahdi.conf
>
> 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
>
> --
Interesting, im using 1.6.2.13
I tried that but didn't use the dahdichan option.
Thanks for the tip.
More information about the asterisk-users
mailing list