Hello,
I was faced with this problem, it is enough to place
subdirectory under ./tools installation dahdi when compiling and
run make install-config it should work.

we must have :
mkdir -p / etc / dahdi
mkdir -p /etc/modprobe.d
install -m644 xpp / genconf_parameters / etc / dahdi / genconf_parameters
install -m644 init.conf.sample /etc/dahdi/init.conf
install -m644 blacklist.sample /etc/modprobe.d/dahdi-blacklist.conf
install -m644 modprobe.conf.sample /etc/modprobe.d/dahdi.conf
make -f ./Makefile.legacy top_srcdir =. srcdir =. config
make [1]: Entering directory '/usr/src/dahdi-linux-complete-2.11.1+2.11.1/tools'
install -D dahdi.init /etc/init.d/dahdi
/usr/sbin/update-rc.d dahdi defaults 15 30
DAHDI has-been configured.

Le 28/04/2016 16:37, A J Stiles a écrit :
On Thursday 28 Apr 2016, Mamadou NGOM wrote:
Hello,
  it doesn't work my dahdi yet .for information, i use debian 8 .
I put the file dahdi.bash   in /etc/init.d and I gave it the permission 755
but i have  the same error: bash: /etc/init.d/dahdi: No such file or
directory
You need to name the file just "dahdi", not "dahdi.bash"; because the command
"service dahdi start" is looking for a file just called "dahdi".  If you run
# mv /etc/init.d/dahdi.bash /etc/init.d/dahdi
then
# service dahdi start
should work.

You probably also need to run
# update-rc.d dahdi defaults
to ensure it starts up everytime the computer is booted up.



--
_____________________________________________________________________
-- 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