wdoekes / asterisk-chan-dongle

chan_dongle channel driver for Huawei UMTS cards, works with Asterisk 14+
Other
298 stars 104 forks source link

Does asterisk-chan-dongle compatible with Asterisk 16.13.0 ? installation issue reported. #125

Closed lcoulon closed 2 years ago

lcoulon commented 3 years ago

Hello

I use Freepbx v15 - Asterisk 16.13.0 Can someone tell me if this Github repo is compatible with Asterisk 16 ?

i tried the following to process the installation but i get an error, when i enter that line: aclocal && autoconf && automake -a

yum install asterisk16-devel yum install sangoma-devel yum -y install tcl asterisk16-devel make automake binutils yum install git cd /usr/src git clone https://github.com/wdoekes/asterisk-chan-dongle.git yum install automake autotools-dev autoconf cd asterisk-chan-dongle aclocal && autoconf && automake -a

—> [root@Freepbx asterisk-chan-dongle]# aclocal && autoconf && automake -a configure.ac:6: installing ‘./config.guess’ configure.ac:6: installing ‘./config.sub’ configure.ac:7: installing ‘./install-sh’ configure.ac:7: installing ‘./missing’ automake: error: no ‘Makefile.am’ found for any configure output

Once fixed i should try to enter the following:

./configure --with-astversion=16.13.0 make make install cp chan_dongle.so /usr/lib64/asterisk/modules/ cp etc/dongle.conf /etc/asterisk

I’m stuck, many thanks for your help. Any help or advices would me much appreciated.

Regards,

wdoekes commented 2 years ago

https://github.com/wdoekes/asterisk-chan-dongle#building