FreePBX + Asterisk 11 em Raspberry PI + Chan_dongle

Olá tudo bem ?
Vocês saber algum tutorial como posso fazer um FreePBX + Asterisk 11 + Raspberry PI + Chan_dongle?

You can find documentations here: http://www.raspberry-asterisk.org

Much luck.

1 Like

Asterisk 11 = descontinuada

1 Like

Here’s the procedure using the asterisk from the debian repository:

sudo ap-get install asterisk asterisk-dev
sudo apt-get install automake gcc make binutils

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

sudo aclocal
sudo autoconf
sudo automake -a

sudo ./configure --with-astversion=13.14.1
sudo make
sudo make install

sudo cp etc/dongle.conf /etc/asterisk/
chown asterisk:asterisk /dev/ttyUSB*

sudo asterisk -vvvvvvvvvr
Asterisk 13.14.1~dfsg-2+deb9u2, Copyright © 1999 - 2014, Digium, Inc. and others.
Created by Mark Spencer [email protected]
Asterisk comes with ABSOLUTELY NO WARRANTY; type ‘core show warranty’ for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type ‘core show license’ for details.

Connected to Asterisk 13.14.1~dfsg-2+deb9u2 currently running on raspberrypi (pid = 17582)
raspberrypi*CLI> module load chan_dongle.so
Loaded chan_dongle.so
== Parsing ‘/etc/asterisk/dongle.conf’: Found
[Oct 19 11:41:28] NOTICE[21222]: chan_dongle.c:1588 reload_config: [dongle0] Loaded device
== Registered channel type ‘Dongle’ (Huawei 3G Dongle Channel Driver)
– [dongle0] Trying to connect on /dev/ttyUSB2…
== Registered application ‘DongleStatus’
== Registered application ‘DongleSendSMS’
== Registered application ‘DongleSendUSSD’
== Manager registered action DongleShowDevices
== Manager registered action DongleSendUSSD
== Manager registered action DongleSendSMS
== Manager registered action DongleSendPDU
== Manager registered action DongleSetCCWA
== Manager registered action DongleReset
== Manager registered action DongleRestart
== Manager registered action DongleStop
== Manager registered action DongleStart
== Manager registered action DongleRemove
== Manager registered action DongleReload
Loaded chan_dongle.so => (Huawei 3G Dongle Channel Driver)
– [dongle0] Dongle has connected, initializing…
– [dongle0] Dongle initialized and ready

raspberrypi*CLI> dongle show devices
ID Group State RSSI Mode Submode Provider Name Model Firmware IMEI IMSI Number
dongle0 0 Free 22 0 0 BRA BrTCelular E1750 11.126.13.00.00 487438738434873 7247483783834 +556199999999

does this work on Asterisk Version: 13.19.1

Hi…That would involve you going to RasPBX. After that you’re at the mercy of Sangoma. We don’t support FPBX13 here.You’re building a PBX, Everything in the Incredible PBX build is reliable and rock solid secure.

Strange. Because “Incredible PBX” uses FreePBX 13.

Source: Now Serving: The Incredible PBX 13-13 Whole Enchilada – Nerd Vittles

This gets you a fully-functioning PBX with the latest Asterisk® 13 and most of the FreePBX® 13 GPL modules