I'm Having a problem with ussd code reply that is a phone number .
Short numbers like 1 to 100 is working as a reply .
To start the ussd i send *123# and then the first reply is just 1 , but then i must send a whole sim number.
But then that ussd number is called , not send as a ussd reply.
Need a way to force ussd to send not make a call.
Please if there is any one with some help on this.
Nope , it is still processing it as a call and not a ussd command.
Is there a way that i can encode the sim number that is send so that it can see it as a ussd type and not a phone number.
Nope , it is still processing it as a call and not a ussd command.
Is there a way that i can encode the sim number that is send so that it can see it as a ussd type and not a phone number.
Not sure if this solves your problem or not, but USSD parameters pass through * this way:
*123*1*92384828#
Here 1 is the first param and 92384828 is the second one
Not sure if this solves your problem or not, but USSD parameters pass through * this way:
*123*1*92384828#
Here 1 is the first param and 92384828 is the second one