Hit Team,
I am new in OpenSmpp/SMS. I succesfully compiled the source files and i can Bind with SMSC. But after trying to send sms to destination number, getting "UnSupported Encoding Exception X-Gsm7Bit" error. As per the post i modified the Address.java and ByteBuffer.java file. But Still getting the same error. How to overcome this. Please advise.
Reagrds,
Sujan BMC Remedy Consultant
Kuwait
I also have this problem, after i changed code in the "submit" function by using ENC_ASCII
request.setShortMessage(shortMessage,Data.ENC_ASCII);
Do you still have an issue... I assume after all this time you have managed to get it working some how :)
Depending on which SMSC you are connecting and sending messages to, you should be able to send using plain old ASCII or LATIN1 instead of Gsm7Bit.