On 8 Lis, 05:39, "uud ashr" <
uuda...@gmail.com> wrote:
> Hi,
> The most possible thing is jsmpp send enquire link request, but the response
> from SMPP Sim is take time to long.
> For an example, by default transaction time is set to 2 seconds. If the SMPP
> Sim didn't response the enquire link on defined interval (2 seconds) so
> jsmpp will drop the previous request and assume the request has been failed.
>
> You might want to check the SMPP Sim, how long they response the enquire
> link?
> Or you may set the transaction time more than the the default value.
>
> SMPPSession#setTransactionTimer(10000); // set to 10 seconds
>
> Regards,
> uudashr
>
> On Fri, Nov 7, 2008 at 2:36 PM, Maciej Pigulski