-
Type:
Improvement
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.14.0
-
Fix Version/s: None
-
Component/s: camel-smpp
-
Labels:None
-
Environment:
n/a
-
Estimated Complexity:Unknown
When using the default alphabet (dataCoding/alphabet value == 0), the camel-smpp code assumes that the SMSC is expecting a GSM 3.38 encoded message and it converts the String message to a byte[] array using GSM 3.38 encoding.
Some SMSCs are configured differently though. For example, Nexmo uses Latin1 as default. Therefore, there probably needs to be some configuration option to tell camel-smpp which default alphabet the SMSC is expecting when alphabet == 0.
- is related to
-
CAMEL-8002 determineAlphabet only considers GSM 3.38 or UCS2
-
- Open
-