Unstructured Supplementary Service Data is a communication protocol used in GSM
Questions tagged [ussd]
351 questions
0
votes
1 answer
How to launch an android service from a custom call number
I'm developing an Android application, i have a service running in background that i want to lauch it by introducing a custom ussd number. For example when i call #12345# my service starts.Thank you in advance

Mohamed Tahar Zwawa
- 103
- 1
- 2
- 6
0
votes
1 answer
USSD session timeout (udp PROMPT)
I want to develop a ussd application that waits for user input (PROMPT). I was wondering how to handle a case, when for example ussd message is sent at night and user replies after several hours. For sure any timeout cannot handle it. On my phone…

Marcin
- 1,113
- 1
- 11
- 33
0
votes
2 answers
Send/receive USSD using SMPP
I want to send and receive USSD message using SMPP protocol and looking for a .NET library for this job. Does anybody have any experience for this job?

ehsandotnet
- 1,050
- 3
- 16
- 26
0
votes
1 answer
Send Base64 encoded data over USSD from Android
I am trying to program an Android app which sends an update from the phone to my network providers server using USSD. The problem is that to get the data from the network server to my webs server I need the data in a base64 encoded Datagram. The…

ChocPanda
- 88
- 6
0
votes
1 answer
Popup a dialog with ussd code in android
I'm trying to add some features to my android application with USSD codes. assume when user type *#12345# on home screen in my app. then i need to show a dialog or send user to a another screen in my app.
how can i accomplish this task ?

Bishan
- 15,211
- 52
- 164
- 258
0
votes
2 answers
INitiate SMS by sending ussd request
Is there any way to initiate an SMS MO from a device from the network. Eg: Can I send a special USSD push to a device from the network so that it will SMS a specified text to a specified number from the device.

user557348
- 139
- 1
- 12
0
votes
1 answer
USSD Application flow... How to design or program?
How to design and USSD Application flow.
We will be getting just the unique session of the user and user input.

Francis
- 1,385
- 3
- 9
- 12
0
votes
4 answers
Does PHP have an input field
I am developing a php code designed for a USSD platform. For those of you who dont know what it means its a text based application that works on both high and low -end phones ( http://en.wikipedia.org/wiki/Unstructured_Supplementary_Service_Data ).…

SirBT
- 1,580
- 5
- 22
- 51
0
votes
1 answer
USSD service messages in android
Is there any method to block ussd messages from a particular center in android application?

rjn123
- 27
- 8
-1
votes
1 answer
Accessing a Django app on a servers private IP/vpn tunnel
I am trying to access a django app via a private ip, i configured a vpn site to site with another server (server2) so that the server2 could access the app via a private ip i created (192.xx.xx.xx) on server1. Now the tunnel is up and running but…

Arnold
- 103
- 1
- 11
-1
votes
1 answer
Why I couldn't get the result from the first request vert.x?
public class Ussd {
private static Logger logger = LogManager.getLogger(Ussd.class);
private static String query;
public static void ussdMessages(RoutingContext routingContext){
String codeService =…

OLH
- 194
- 3
- 12
-1
votes
1 answer
AT Command — forwarding call
I try to forward an incomming call via this AT-Command:
AT+CCFC=1,1,"+4930xxxxxxxx",145;
But it isn't working (on the M10 Quectel GSM Shield from Arduino).
My second approach is doing this with an USSD-Line wrapped in a AT-Command like…

erikfx
- 1
- 1
- 4
-1
votes
1 answer
Python read ussd response with GsmModem in human-readable string (en)
i am using gsmmodem package, and trying to get response from USSD code which i am sending. USSD code execution works fine, but response is not in proper format (non-human readable) i want to get it in readable format.
Please check code here
from…

Ashfaque Ali Solangi
- 1,883
- 3
- 22
- 34
-1
votes
1 answer
Operatos privilege windows 10 and deployment
I want to develop a windows phone 10 application using USSD/SMS API. The application doesn't need to be in the windows store.
I would like to know if:
the development and test of this kind of application is possible
without being an Operator;
the…

Julio
- 2,493
- 4
- 33
- 53
-1
votes
1 answer
type ussd command and display result in textbox using c#
I have a Windows Form in my project. This form contains 3 controls: txtUss, btnCheck and txtMessage. The scenario is that after a "ussd" command has been entered in the txtUss text box and the btnCheck button has been pressed, the result will…

aminvincent
- 553
- 1
- 12
- 43