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

Jasmin not sending mulitpart sms #1253

Open
israjet opened this issue Feb 25, 2025 · 0 comments
Open

Jasmin not sending mulitpart sms #1253

israjet opened this issue Feb 25, 2025 · 0 comments

Comments

@israjet
Copy link

israjet commented Feb 25, 2025

When trying to send a message longer than 160 characters (GSM7 encoding) through either the REST or the HTTP APIs, the recipient only gets the first 153 characters, regardless of the configuration being:

# How many message parts you can get for a long message, default is 5 so you
# can't exceed 800 characters (160x5) when sending a long latin message.
long_content_max_parts = 5

# Splitting long content can be made through SAR options or UDH
# Possible values are: sar and udh
long_content_split = sar

(extract from my /etc/jasmin/jasmin.cfg file)

REST API payload:

{
    "from": "{{from_param}}",
    "to": "{{to_param}}",
    "content": "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu,"
}
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

No branches or pull requests

1 participant