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

camel-smpp component doesn't support sms messages longer than 254 symbols.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.6.0
    • 2.8.0
    • camel-smpp
    • None

    Description

      Exception is thrown when trying to send sms messages longer than 254 characters. According to smpp specification:

      The short message data
      should be inserted in either
      the short_message or
      message_payload fields.
      Both fields must not be used
      simultaneously.

      Camel-smpp producer always sets short_message field.
      short_message max length is 254 octets, while message_payload can be up to 64K. camel smpp producer should set the correct smmp fields according to message length.

      Attachments

        Activity

          People

            muellerc Christian Müller
            justas Justas Samuolis
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: