Skip to Main Content

Java Card

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Send alphabets in USSD string through STK

843851Jun 8 2007 — edited Jun 20 2007
Hi All,

I am able to send numbers in USSD string .But when I am trying to send alphabets in ussd string I am not getting any response.
Please suggest how can we send alphabets in USSD String.
Is there any configuration at HLR side to handle this problem or there is problem with my code-
ph.init(PRO_CMD_SEND_USSD, (byte)0, DEV_ID_NETWORK);
ph.appendTLV( (byte)(TAG_ALPHA_IDENTIFIER), smsF, (short)0, (short)smsF.length);
ph.appendTLV(TAG_USSD_STRING, DCS_DEFAULT_ALPHABET, bytes, (short)0, (short)bytes.length);

Thanks & Regards
vikas
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 18 2007
Added on Jun 8 2007
1 comment
352 views