memaskal opened a new pull request #5651:
URL: https://github.com/apache/camel/pull/5651


   When sending a long SMS (multipart) with the registered delivery receipt 
flag !=0, each and every segment would be registered with the DLR flag.
   
   This makes the SMSC send a DLR for every segment of the message and you have 
to make a bigger effort on keeping their state, so you can merge the final 
state of the whole SMS. 
   
   This PR addresses this issue, by inserting a `singleDLR` flag to the 
SMPPConfiguration. This change only affects 
   submitSm, and submitMultiSm commands, which currently support for long SMS. 
This parameter has no effect
   on short messages, and by default is turned off.
   
   Jira issue https://issues.apache.org/jira/browse/CAMEL-16134
   Zulip chat thread: 
https://camel.zulipchat.com/#narrow/stream/257298-camel/topic/camel-smpp.3A.20Reducing.20number.20of.20DLRs
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to