Hello all,
I'm trying send an ussd command "*122#" with .NET for Pocket Pc.
These are my steps:
1. lineInitializeEx-->(OK)
2. lineOpen-->(OK)
I'm using
MediaMode = LINEMEDIAMODE_UNKNOWN
privileges = LINECALLPRIVILEGE_NONE
3. lineSendUSSD-->(OK)
4. lineGetMessage-->(OK)
The lineSendUSSD function returns a positive request identifier
The dwParam1 parameter of the corresponding ID ussd message--->(OK)
The dwParam2 parameter of the corresponding LINE_REPLY message is zero (succeeds)
The dwParam3 parameter of the corresponding size ussd message is zero????Nothing is the response
I don't understand why is this.
Is neccesary change privileges or type line?
If I put command ussd = "" the response is the same
I try it with several lines privileges an type lines but the response is the same too.