-
Notifications
You must be signed in to change notification settings - Fork 23
SMPP
Mike Jones edited this page Apr 28, 2017
·
2 revisions
{
"type": "smpp",
"label": "Nice Name",
"amqp_queue": "queue_name",
"config": {
"twisted_endpoint": "tcp:host=REPLACE_IPADDRESS:port=REPLACE_PORT",
"registered_delivery": 1,
"throttle_delay": 3,
"mt_tps": 7,
"system_id": "REPLACE_USERNAME",
"password": "REPLACE_PASSWORD",
"redis_manager": {
"host": "FQDN.EXAMPLE.ORG",
"db": 0,
"port": 6379,
"key_prefix": "smpp.REPLACE_PROVIDER_smpp"
}
}
}
}
{
"type": "smpp",
"label": "AAT SMPP",
"amqp_queue": "...",
"mo_url": "...",
"config": {
"twisted_endpoint": "tcp:host=smsgw3.gsm.co.za:port=2775",
"registered_delivery": 1,
"throttle_delay": 3,
"mt_tps": 7,
"system_id": "...",
"password": "...",
"address_range": "...",
"deliver_short_message_processor_config": {
"data_coding_overrides": {
"0": "gsm0338"
}
},
"submit_short_message_processor_config": {
"send_multipart_sar": true
},
"redis_manager": {
"host": "...",
"db": 0,
"port": 6379,
"key_prefix": "smpp.aat_smpp"
}
}
}