[ 
https://issues.apache.org/jira/browse/CAMEL-4086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13047858#comment-13047858
 ] 

Sergey Zhemzhitsky edited comment on CAMEL-4086 at 6/11/11 8:10 AM:
--------------------------------------------------------------------

The patch is available and includes the following modifications:

1. ability to split a long message to multiple parts according to the smpp 
specification.
2. dataCoding parameter was replaced with alphabet parameter, because according 
to the documentation (http://camel.apache.org/smpp.html) dataCoding parameter 
can accept values which describe the alphabet of the smpp message, not the 
datacoding itself. So using the alphabet seems more natural.
3. ability to determine whether it have to use UCS-2 encoding if the alphabet 
of the message was not specified.
4. ability to execute SubmitSm, ReplaceSm, QuerySm, SubmitMulti, CancelSm, 
DataSm by means of the producer. Unfortunately I was able to test only SubmitSm 
and QuerySm commands with the real smpp provider.

If the component cannot be patched to save backward compatibility it can be 
renamed into smpp2, for example.

      was (Author: szhemzhitsky):
    The patch is available and includes the following modifications:

1. ability to split a long message to multiple parts according to the smpp 
specification.
2. dataCoding parameter was replaced with alphabet parameter, because according 
to the documentation (http://camel.apache.org/smpp.html) dataCoding parameter 
can accept values which describe the alphabet of the smpp message, not the 
datacoding itself. So using the alphabet seems more natural.
3. ability to determine whether it have to use UCS-2 encoding if the alphabet 
of the message was not specified.
4. ability to execute SubmitSm, ReplaceSm, QuerySm, SubmitMulti, CancelSm, 
DataSm by means of the producer. Unfortunately I was able to test only SubmitSm 
and QuerySm commands with the real smpp provider.
  
> Ability to send multipart and multilingual messages in camel-smpp
> -----------------------------------------------------------------
>
>                 Key: CAMEL-4086
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4086
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-smpp
>            Reporter: Sergey Zhemzhitsky
>              Labels: camel,, smpp
>         Attachments: camel-smpp.zip, multipart-multilang.patch
>
>
> It would be nice to be able to send multipart and multilingual messages in 
> camel-smpp.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to