Skip to content

send_sms fails with validated number #1

Description

@nicolai86

When using a validated number as originator the send_sms implementation will fail. This is because the originator gets reduced to the first 11 characters.

Removing the line

originator = originator[0, 11]

from sms_service.rb fixes this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions