On the test, I set up a Chinese GSM GOIP4 gateway with an Asterisk server as a trunk.
Continue reading “Configuring GOIP4 with Asterisk”Tag Archives: GoIP
Script to send SMS via Goip4 gateway for ABillS
I will give an example of a PHP script to which I send SMS messages through the GoIP4 gateway.
First, we choose tariffs with only monthly charges:
Continue reading “Script to send SMS via Goip4 gateway for ABillS”GoIP documentation
Format: PDF
Download GoIP Series User Manual V1.5
https://files.ixnfo.com/Manuals/GoIP/GoIP_Series_User_Manual_V1.5.pdf
Format: PDF
Download GoIP with SMPP Support
https://files.ixnfo.com/Manuals/GoIP/GoIP_with_SMPP_Support.pdf
Format: PDF
Download sms_server_api_en
https://files.ixnfo.com/Manuals/GoIP/sms_server_api_en.pdf
Updating the GoIP4 gateway firmware
On the test, I’ll update the firmware on two Chinese GoIP4 GSM gateways, the old and the new type.
Continue reading “Updating the GoIP4 gateway firmware”How to remove “New User” in Asterisk CallerID
I noticed once that when incoming calls from the Goip4 gateway on SIP phones, not only the caller’s number is displayed, but the name “New User” flashes alternately with the phone number, which is obviously superfluous and hinders.
After viewing the Asterisk configuration files, I noticed some standard values in the /etc/asterisk/users.conf file in the general section, namely:
[general] fullname = New User
Which need to comment out:
;fullname = New User
And restart Asterisk to apply the changes:
sudo service asterisk restart
Done, now with incoming calls only the phone number will be displayed.
SMS sending script via Goip4 gateway
Here is an example of a script written in PHP, for sending SMS messages through the Goip4 gateway.
The script receives data from the SQL database with a query and alternately sends SMS to each number, and also writes an entry about sending it to a special sms table.
Continue reading “SMS sending script via Goip4 gateway”