Skip to content

Jamesits/SMSGateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMSGateway

SMS routing server for VOIP/GOIP devices.

Build Status

Use with caution: config file format might change at any version.

Supported Devices

  • Synway SMG4008

Supported Protocols

Receiving

Generic:

  • SMPP

Sending

  • SMTP
  • Telegram Bot

Running

Put your config file at /etc/smsgateway/config.toml. See config.toml for an example.

Docker

docker run --rm -it --name=smsgateway -v /etc/smsgateway:/etc/smsgateway:ro jamesits/smsgateway:latest

Local Installation

At project root:

python3 -m SMSGateway