Questions tagged [ussd]

Unstructured Supplementary Service Data is a communication protocol used in GSM

351 questions
-1
votes
2 answers

Android App to Dial USSD codes?

I'm trying to create an android app to simply dial a ussd code. I've searched all over and tried everything I could but no luck. Is there anyone that can help me? and btw I'm very new to this and I have no idea where to start. Any help would be…
user2490199
  • 21
  • 1
  • 4
-2
votes
1 answer

How can I send a USSD code from PHP to any network provider?

How can i send USSD code like *556# from php to any network provider like MTN,GLO or Airtel? For instance, say I have two inputs where user can enter USSD code and Phone number. On getting to the server(PHP), the received code will be dialed on the…
-2
votes
1 answer

How to integrate USSD?

How to integrate USSD in android application? How can I display my own data in ussd dialog box after calling specific ussd code without using any http connection or internet ?
-2
votes
2 answers

How to get USSD code response in my ios app

I want to develop an iOS application to get the response to a USSD code whenever the user dials it. I have read all question related to USSD on iOS but my app is not going dial the USSD code by itself, it just gets the response and records it in a…
Martin
  • 429
  • 3
  • 18
-2
votes
2 answers

send and receive SMS from server to webapp

I am in Kenya and the twilio pricing is very expensive here. I would like to send and receive sms messages, store them in a database and display them on a web app. Is it feasible to build this with node.js? How could I get a framework like express…
Connor Leech
  • 18,052
  • 30
  • 105
  • 150
-4
votes
4 answers

Android Application closes after using "android.intent.action.CALL"

I am building an android application where I am dialing an USSD code like *123*1# using below code. context.startActivity(new Intent("android.intent.action.CALL", Uri.parse("tel:*123*1" +…
Hitesh Matnani
  • 309
  • 1
  • 5
  • 20
1 2 3
23
24