Bind Problem

Smpp v3.4 client

Moderator: alt

Locked
mrudula
Posts: 20
Joined: Thu Jul 08, 2010 9:20 am

Bind Problem

Post by mrudula » Tue Oct 12, 2010 10:55 am

I do get error while binding but it does not come regularly. If i send messages through a particular operator, it gives me bind as ESME_ROK and at the same time, as i try it again with same set of values and same operator, I get error as invalid systemId.

This issue troubles me a lot when i send bulk messages. Some messages are delivered proplery but in between it stops because of unbinding.

Please help me to resolve the issue.
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Post by alt » Sat Oct 16, 2010 2:00 pm

Some SMSC allows only one session with systemid.
In case when you have bad connection with SMSC, client can disconnect,
but server will think that systemid still connected.
I suggest you to find out with SMSC side if you have one session limit,
try to find the reason why client disconnects. And what value SMSC has for inactivity timeout.
mrudula
Posts: 20
Joined: Thu Jul 08, 2010 9:20 am

Post by mrudula » Thu Oct 28, 2010 8:20 am

Thanks Alt for your response.

But please help me to know what is inactivity timeout and how could i set it?

Thanks in advance!
Locked