/smscgateway

RestComm SMS Gateway (SMSC) to send/receive SMS from/to Operators Network (GSM)

Primary LanguageJavaGNU Affero General Public License v3.0AGPL-3.0

RestComm SMS Gateway (SMSC)

FOSSA Status

RestComm SMS Gateway (SMSC) to send/receive SMS from/to Mobile Operator Networks (GSM, SS7 MAP) , SMS aggregators (SMPP) and Internet Telephony Service Providers (SIP, SMPP).

Introduction

RestComm SMS Gateway (SMSC) is built on RestComm SS7, SMPP and RestComm JSLEE Server.

When a user sends a text message (SMS message) to another user, the message gets stored in the SMSC (short message service center) which delivers it to the destination user when they are available. This is a store and forward option.

An SMS center (SMSC) is responsible for handling the SMS operations of a wireless network.

When an SMS message is sent from a mobile phone, it will reach an SMS center first.

  1. The SMS center then forwards the SMS message towards the destination.

  2. The main duty of an SMSC is to route SMS messages and regulate the process. If the recipient is unavailable (for example, when the mobile phone is switched off), the SMSC will store the SMS message.

  3. It will forward the SMS message when the recipient is available.

Testing

Configuration for SMSC GW with RestComm jSS7 is here

License

RestComm SMSC is licensed under dual license policy. The default license is the Free Open Source GNU Affero GPL v3.0. Alternatively a commercial license can be obtained from Telestax (contact form)

RestComm SMSC Gateway is lead by TeleStax, Inc. and developed collaboratively by a community of individual and enterprise contributors.

FOSSA Status

Downloads

Download your binaries from the Restcomm site Downloads section.

Maven Repository

Artifacts are available at Sonatype Maven Repo which are also synched to central

Build From Source

SMSC GW refers now to cloud hopper SMPP project version (with support for submit_multi operation) that is not yet merged to https://github.com/fizzed/cloudhopper-smpp repo. Therefore if you need to compile SMSC GW locally, you need to compile the updated version of cloud hopper SMPP from repo https://github.com/RestComm/cloudhopper-smpp, branch "master_submit_multi-2" previously.

You can use these commands:

git clone https://github.com/RestComm/cloudhopper-smpp
git checkout master_submit_multi-2
mvn clean install

Then you can download and compile SMSC GW code locally.

SMSC GW contains branches with code versions:

  • master - the last actual code (support for smpp, ss7 and sip connectors and diameter OCS server)
  • legacy-2 - code with support only for smpp and sip
  • legacy - very old poor code version

Wiki

Read our RestComm SMSC wiki

All Open Source RestComm Projects

Open Source https://restcomm.com/open-source/

Acknowledgements

  • JProfiler JProfiler Open Source License

We also maintain a list of all Restcomm contributors on the Restcomm website, to acknowledge contributions by the broad open source community.