Below are the most basic and simple settings for Twilio and Nexmo (some of the most popular SMS gateways) as well as basic SMPP server configuration (which can be used with any SMPP server). Only mandatory settings are specified. Parameters are separated by comma.
Twilio
owner_id: 1
label: <any_label_here>
type: transceiver
provider: twilio
params:
{
"account_sid": <your_account_sid>, # find it in the settings of your Twilio account
"auth_token": <your_auth_token>, # find it in the settings of your Twilio account
"enable_status_callback": false,
}
enabled: 1
class_filter: *
Nexmo
owner_id: 1
label: <any_label_here>
type: transceiver
provider: nexmo
params:
{
"api_key": <your_api_key> # find it in the settings of your Nexmo account
"api_secret": <your_api_secret> # find it in the settings of your Nexmo account
}
enabled: 1
class_filter: *
SMPP
owner_id: 1
label: <any_label_here>
type: transceiver
provider: smpp
params:
{
"addresses": ["smpp.server.com:1234"] # SMPP server address and port
"login": <login>
"password": <password>
}
enabled: 1
class_filter: *
Information about SMS gateway requirements can be found here:
https://www.navixy.com/docs/admin/on-premise-docs/configuration/sms-gateways/