-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chan-dongle-extended on RasPBX? #5
Comments
Hi @MatejKovacic, Thanks for reaching out, This command should do it: wget -nc -q -O - garronej.github.io/chan-dongle-extended-pages/install.sh | sudo bash Unfortunately I have 0 bandwith for helping on redactin any guide but I can help you debug.
I have tons of Rapberry and 3G dongles if you want to SSH to one of them be by guess! |
PS: Have you checkout the documentation website? https://garronej.github.io/chan-dongle-extended-pages/ |
OK. I have ordered a GSM dongle from Aliexpress, but I am still waiting to get it. But when I do, I will test it extensively. Till then, it would be nice if I can SSH to one of your testing machines. Is it possible that you initially install RasPBX 10.10 ( |
Ok I'll do that tonight or tomorrow night. I have the 3 and every earlyer model but no 64bit |
I prefer RaspberryPi 4 (because that is my setup too), but I have successfully tested RasPBX with RPi 3 too. |
Also, I have a question regarding current
Or:
The funny thing is I tried to send SMS to my number when this happens, and it goes through. I am suspecting there is a problem that GSM dongle is not listening to 2G only, but that it "flips" to some other network (Edge, 3G...), but I am not sure about that. Do you have any experience with this? |
Hi @MatejKovacic, |
Aha, you are probably sending AT commands to work on 2G only. SO I guess my gut feeling was right. |
Hi but has anyone managed to install it on the raspbx? Thank you very much |
Sorry, I am completely overwhelmed, I don't have time to work on this but I can confirm for sure that it works with Raspbx |
I you take an older version, from back when I build this, it will work out of the box. With newer version you might have to do some light tweak to make it work but nothing unsurmontable: |
The problem is here: chan-dongle-extended/src/bin/installer.ts Line 940 in 4428553
In the transpiled JS file it's: chan-dongle-extended/src/bin/installer.ts Line 940 in 4428553
What does it tel you when you run |
my version is Asterisk 16.13.0 |
Exctly, what dors it print when u rien Asterisk -V |
Ok thanks, strange. |
appreciate I am very late to the party here but @maisx2021 did you get this working ever? |
Hi, I "accidentaly" found your project, but I think is is just something I have been looking for a long time.
A little background. Almost a year ago I wrote a pretty extensive guide how to install RasPBX. It is published here:
https://github.com/MatejKovacic/RasPBX-install
Now the problem is, that calls are going just fine, but I have a problems receiving SMS messages. Some messages are sent in several e-mail messages, I do not receive MMS messages and I am (still) unable to get SMS messages to my Signal number.
Signal app is a secure messenger, but there is Signal API script, which lets you send Signal messages through REST API. Basically, I can write this (from terminal):
And I will receive a Signal message.
Of course I tried to put this command to into the
/etc/asterisk/extensions_custom.conf
, but I do not receive any Signal message.Anyway, I think it would be really great if there will be detailed guide for setting up your application to RasPBX, but I think I would need a little help.
RasPBX is actually Raspbian GNU/Linux 10 (buster) with kernel: Linux 5.10.103-v7l+. Debian_version says it is 10.12.
How to install chan-dongle-extended to this system?
Also, please note that my working installation is more than 1000 km from me, so I can not afford any mistake...
The text was updated successfully, but these errors were encountered: