Re: Datacoding issue

2012-07-18 Thread Christian Müller
Opened an issue to track this: https://issues.apache.org/jira/browse/CAMEL-5455 Best, Christian On Thu, Jul 12, 2012 at 11:55 PM, Christian Müller < christian.muel...@gmail.com> wrote: > I think I found a better way to provide the data coding. > If we do > DataCoding.newInstance(dataCoding).valu

Re: Datacoding issue

2012-07-12 Thread Christian Müller
I think I found a better way to provide the data coding. If we do DataCoding.newInstance(dataCoding).value() instead of new GeneralDataCoding(false, true, MessageClass.CLASS1, determinedAlphabet).value() the user can choose between all possible data coding values. This would be much more flexible

Re: Datacoding issue

2012-07-12 Thread Christian Müller
The is already a thread about this [1]. I'm looking into it right now... [1] http://camel.465427.n5.nabble.com/Datacoding-Alphabet-issue-in-SMPP-td5281005.html Best, Christian On Thu, Jul 12, 2012 at 9:45 PM, cannotcode wrote: > Hi all, > > We use 2.9.2 version of camel-smpp. Recently, we real