https://github.com/restcomm/ussdgateway
RestComm USSD Gateway
https://github.com/restcomm/ussdgateway
Last synced: about 2 months ago
JSON representation
RestComm USSD Gateway
- Host: GitHub
- URL: https://github.com/restcomm/ussdgateway
- Owner: RestComm
- License: agpl-3.0
- Created: 2012-08-17T17:49:37.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T14:59:09.000Z (over 1 year ago)
- Last Synced: 2025-03-31T09:05:20.962Z (2 months ago)
- Language: Java
- Homepage: http://www.restcomm.com/
- Size: 29.8 MB
- Stars: 92
- Watchers: 43
- Forks: 100
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: SUPPORT.md
Awesome Lists containing this project
README
> [!NOTE]
> On 29 June 2023, Mobius Software LTD signed an agreement with Mavenir to assume development and support of the RestcommOne on prem products. For more details regarding open source / commercial differentiation, roadmap, licensing and other details please visit the [Mobius Website](https://www.mobius-software.com/telestaxannouncement).# RestComm USSD Gateway
Enables web developers to build server side interactive messaging apps for mobile phones over SS7 infrastructure.## Introduction
USSD stands for Unstructured Supplementary Service Data what is a capability of GSM mobile phone much like the Short Message Service (SMS)
USSD information is sent from mobile handset directly to an application platform handling service. USSD establishes a real time session between mobile handsets and the application handling a service. The concept of real time session is very useful for constructing an interactive menu driven application.
RestComm USSD Gateway is built on [RestComm SS7](https://github.com/RestComm/jss7) and RestComm JSLEE Server. It offers RESTful HTTP interface that allows web developers to build interactive apps for feature mobile phones.