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... I would expect the value to be passed on in the data_coding variable in the PDU but it does not. For example if I use -1(default) or 0, then 0x11 (17) is actually passed through - 0x11 is not a valid value for data_coding as per the SMPP spec. After much googling, I have found a few posts with the same issue. And even two Camel Jira which states the issues was fixed in 2.9.0 (I am using 2.10.0). Jira: https://issues.apache.org/jira/browse/CAMEL-4491 Another Jira: https://issues.apache.org/jira/browse/CAMEL-3834 Any help will be appreciated. Cheers, Mark -- View this message in context: http://camel.465427.n5.nabble.com/Camel-SMPP-issue-alphabet-option-data-coding-issue-2-10-0-tp5715494.html Sent from the Camel - Users mailing list archive at Nabble.com.