We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have special support for GSM 03.38 and UCS2 codecs for inbound SMPP messages, but we don't provide these for outbound SMPP messages currently.
The text was updated successfully, but these errors were encountered:
The inbound SMPP message processor (DeliverShortMessageProcessor) sets up a Vumi codec class at https://github.com/praekelt/vumi/blob/develop/vumi/transports/smpp/processors/default.py#L253 and uses it at https://github.com/praekelt/vumi/blob/develop/vumi/transports/smpp/processors/default.py#L288.
The outbound SMPP message processor (SubmitShortMessageProcessor) should do the equivalent. We will need to replace https://github.com/praekelt/vumi/blob/develop/vumi/transports/smpp/processors/default.py#L510.
We will also need a test that GSM 03.38 works.
Sorry, something went wrong.
No branches or pull requests
We have special support for GSM 03.38 and UCS2 codecs for inbound SMPP messages, but we don't provide these for outbound SMPP messages currently.
The text was updated successfully, but these errors were encountered: