Displaying 4 results from an estimated 4 matches for "dahdi_modul".
Did you mean:
dahdi_modules
2007 Jul 12
0
No subject
...scovered, configured and ready to run ?
>
> Not yet:
>
> # which modules to load: a temporary workaround
That's the point : if optimizing modules load could be postponed to a later
stage, that would be better, IMHO, as installing from source is already a
long process.
>
> # dahdi_modules is a simple two-liner scrippt that is currently not
> # installed by default. I figure I should get that functionality added
> # to dahdi_genconf
> dahdi_modules >/etc/dahdi/modules
> /etc/init.d/dahdi start
> # generate /etc/dahdi/system.conf and /etc/asterisk/dahdi-channels.co...
2017 Mar 20
2
How to install and configure Dahdi from Debian Stretch repo ?
...pan 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 and dahdi config files
dahdi_cfg -vvvvvvvvv
Thank you very much for let...
2008 Dec 02
1
Which installation policy is behind Asterisk doc delivered with source code ?
Hi,
Testing latest 1.6.1, it occurred to me I had to add a couple of noload
statements in /etc/asterisk/modules.conf to remove ERROR messages, when
starting Asterisk.
(I don't imply those ERROR messages were fatal to Asterisk but as a general
rule, I tried to start Asterisk without any of those).
As I'm not very familiar with module concepts at the moment, I told myself
it would be
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.
>