Closed fadasi closed 8 years ago
Interesting. I have indeed broken something there.
TBH, this is the first time I've actually loaded up chan_dongle into Asterisk. (I don't own a dongle.) And I can confirm that c24a3150a breaks things. I'll go do some digging to find out what I broke.
git checkout c1109d6 # Ok git checkout c24a315 # NOk
Test procedure:
rm -rf asterisk-chan-dongle
git clone https://github.com/wdoekes/asterisk-chan-dongle.git
cd asterisk-chan-dongle
git checkout c1109d6
aclocal
autoconf
automake -a
./configure --with-astversion=111301
make
make install
cd ..
service asterisk restart
asterisk -rx "dongle show devices"
Yesterday when I compiled chan_dongle to try https://github.com/wdoekes/asterisk-chan-dongle/pull/10 (with a new "git clone https://github.com/wdoekes/asterisk-chan-dongle.git"), everything worked fine.
I am using (for some time) a Debian Jessie (last Raspbian) + asterisk (1:11.13.1~dfsg-2+b1) + asterisk-dev (1:11.13.1~dfsg-2).
Something wrong now, the compilation process executes correctly but chan_dongle is no longer seen by Asterisk since your latest commit (1e60445 4 hours ago ?):