Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-8811

No data coding headers in deliverSM

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.15.2
    • 2.15.3, 2.16.0
    • camel-smpp
    • None
    • Ubuntu linux, ActiveMQ 5.11.1, Camel 2.15.2

    • Unknown

    Description

      When I try to parse Deliver SM messages I don't see data encoding.
      I fix this for my purposes in
      org/apache/camel/component/smpp/SmppBinding.java
      by adding
      smppMessage.setHeader(SmppConstants.DATA_CODING, deliverSm.getDataCoding());
      in method public SmppMessage createSmppMessage(DeliverSm deliverSm) throws Exception {

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            mykolap Mykola Pavluchynskyi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: