opentelecoms-org / jsmpp

SMPP implemented in Java
Apache License 2.0
232 stars 165 forks source link

OptionalParameters for longMessage not working (ResponseTimeoutException) #164

Closed shahemasoyan closed 2 years ago

shahemasoyan commented 2 years ago

Hello, I am using the latest version of the lib downloaded from maven repositories (2.3.11). I am using SubmitLongMessageExample.java example class as a reference, I implemented the same logic but I keep getting response timeout exception (everything works fine without the optional parameters). The requirement is to send concatenated messages to the SMSC. Thank you