Hi,

I managed to get the SmppSubmitSmCommand.java to behave how I would like it
to by changing:

template.setDataCoding(new GeneralDataCoding(false, true,
MessageClass.CLASS1, determinedAlphabet).value());
to:
template.setDataCoding(new GeneralDataCoding(false, false,
MessageClass.CLASS0, determinedAlphabet).value());


I am not sure if this is the correct thing to do, but I have managed to
successfully send a SMS to the network.

Cheers,

Mark

--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-SMPP-issue-alphabet-option-data-coding-issue-2-10-0-tp5715494p5715527.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to