Re: Camel SMPP issue - alphabet option/data_coding issue (2.10.0)

2012-07-05 Thread markbdaniels
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, determin

Camel SMPP issue - alphabet option/data_coding issue (2.10.0)

2012-07-04 Thread markbdaniels
Hi, Apologies if this is not the correct place for my question. I am new to both SMPP and Camel. I am experiencing an issue with setting the data_coding variable in my submit_sm. Camel allows me to set this variable by using the alphabet option in the camel URI. The allowed values are -1, 0, 4, 8