Bookmark and Share Subscribe

Dongle on Asterisk 13


/usr/sbin/fwconsole reload



## Check Hardware

lsusb

ls -l /dev/ttyUSB*



## install 


yum -y install tcl asterisk13-devel make automake binutils

cd /usr/src

git clone https://github.com/wdoekes/asterisk-chan-dongle.git

yum install automake autotools-dev autoconf

aclocal && autoconf && automake -a

./configure --with-astversion=13.13.1

make

make install

cp chan_dongle.so /usr/lib64/asterisk/modules/

cp etc/dongle.conf /etc/asterisk



## Checking After installing 

##Asterisk CLI

#If all ok, you will show you dongle


/usr/sbin/asterisk

asterisk -vvvvvr 

dongle show devices 

dongle show device state dongle0







0 意見:

張貼留言

LinkWithin

Related Posts with Thumbnails
top