Skip to content
New issue

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

Use Asterisk function ast_unescape_c on SMS text when sending via AMI #101

Merged
merged 1 commit into from
Jun 17, 2020

Conversation

miopa
Copy link

@miopa miopa commented Jun 16, 2020

This change was warranted because AMI is a text based protocol and the newline can't be included in the payload.

Standard backslash escape sequences are used, e.g. '\n' for newline and '\t' for tabulator characters.

This change was warranted because AMI is a text based protocol and the newline can't be included in the payload.
Standard backslash escape sequences are used, e.g. '\n' for newline and '\t' for tabulator characters.
@wdoekes wdoekes merged commit 9322431 into wdoekes:master Jun 17, 2020
@miopa miopa deleted the patch-2 branch June 17, 2020 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants