the OK means that your request has been sent, the response will come by
USSDNotification wich will invoke process methode , try to change your
process code by this one :
System.out.println( "USSD handler called from Gateway: " +
gateway.getGatewayId() );
String dataToSend = null;
byte[] biteToSend = null;
biteToSend = PduUtils.pduToBytes( response.getContent() );
dataToSend = PduUtils.decode7bitEncoding( biteToSend );
System.out.println( dataToSend );
--
You received this message because you are subscribed to the Google Groups
"SMSLib Discussion Group" group.
To view this discussion on the web visit
https://groups.google.com/d/msgid/smslib/4452f0bb-bd92-48cc-bae0-e92d6c644293%40googlegroups.com.