jookies / jasmin

Jasmin - Open source SMS gateway
http://jasminsms.com
Other
1.02k stars 549 forks source link

service_type not available in SMPP Config #1017

Closed gamefia closed 2 years ago

gamefia commented 2 years ago

There is a service_type parameter for SMPP config. However, this is not part of the documentation. The closest is 'systype': 'systemType'.

How do I set the service_type?

farirat commented 2 years ago

can you reference where i can find the "service_type" parameter in the smpp 3.x specs ?

gamefia commented 2 years ago

Please check section 5.2.11 on page 120 of https://smpp.org/SMPP_v3_4_Issue1_2.pdf

farirat commented 2 years ago

this is a message parameter unlike the system_type which is a bind parameter. you are limited to the http params when sending sms through http api, and you are free when using smpp.

gamefia commented 2 years ago

Alright