I will have a look into it for Camel 2.11. There are some other outstanding
tickets for camel-smpp where I plan to work on.

Best,
Christian

On Sun, Jul 8, 2012 at 7:47 AM, Claus Ibsen <claus.ib...@gmail.com> wrote:

> Hi
>
> Can you create a JIRA ticket. We should maybe allow people to configure
> this.
>
>
> On Thu, Jul 5, 2012 at 11:24 AM, markbdaniels <m...@ratendate.com> wrote:
> > 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.
>
>
>
> --
> Claus Ibsen
> -----------------
> FuseSource
> Email: cib...@fusesource.com
> Web: http://fusesource.com
> Twitter: davsclaus, fusenews
> Blog: http://davsclaus.com
> Author of Camel in Action: http://www.manning.com/ibsen
>

Reply via email to