linxGnu / gosmpp

Smpp (3.4) Client Library for Go
Apache License 2.0
152 stars 59 forks source link

It's possible send flash sms? #149

Closed xhit closed 1 month ago

xhit commented 1 month ago

How to send flash sms with this package? I need to create a custom encoding?

laduchesneau commented 1 month ago

What is a flash SMS ?

This is a SMPP client library. You can connect to a SMPP server like an SMSC and send SMS via a submit_sm.

xhit commented 1 month ago

@laduchesneau this https://support.alarislabs.com/manual/latest/sms/data-coding-in-smpp.html

laduchesneau commented 1 month ago

Those are DCS values representing encoding. This library supports the most common ones but also supports custom encodings.

xhit commented 1 month ago

Thanks, solved with custom encoding