MatejKovacic/RasPBX-install

ussd-webpage

tjengbudi opened this issue · 1 comments

hello, i try to used ussd and getting failed. i try to search the main site or get the source but i got nothing.
could you help me about this? where the web or source of the ussd-webpage? or could you know some alternatif about this?

for sms and ussd can i used multiple dongle too?

I am not using USSD, however, documentation says that you can install USSD webpage by apt install ussd-webpage. After that you can browse to /ussd webpage of your RasPBX (in my case http://10.10.8.150/ussd/).

Regarding SMS, you can open the file /var/www/html/sms/index.php and you can see a line there: $dongle = "dongle sms dongle0 ";.

So you can create a similar file in different directory, let's say called sms2 (so /var/www/html/sms2/index.php and change this line to $dongle = "dongle sms dongle1 ";.

Because first dongle is called dongle0, second one dongle1, etc.