Displaying 2 results from an estimated 2 matches for "stratement".
Did you mean:
statement
2017 Mar 20
2
How to install and configure Dahdi from Debian Stretch repo ?
...m, devices register automatically,
> but their spans are not assigned span and channel numbers unless they
> are configured in /etc/dahdi/assigned-spans.conf .
>
> So try:
>
> dahdi_span_assignment auto
> dahdi_genconf
>
>
This "dahdi_span_assignments auto" stratement was missing in my
installation script.
This one is now:
DAHDI_MODULES="wctdm24xxp"
apt-get -s install asterisk-dahdi module-assistant
linux-headers-$(uname -r) dahdi-source
m-a a-i dahdi
modprobe ${DAHDI_MODULES}
dahdi_span_assignments auto
... edit asterisk an...
2017 Mar 14
2
How to install and configure Dahdi from Debian Stretch repo ?
2017-03-14 13:08 GMT+01:00 Tzafrir Cohen <tzafrir.cohen at xorcom.com>:
> On Tue, Mar 14, 2017 at 11:10:57AM +0100, Olivier wrote:
> > Hello,
> >
> > After all these years installing from source, I'm giving Dahdi package
> > installation a try on a recent Stretch box.
> >
> > Google over the web, I didn't find too many doc on this topic.
>