Can InitRetryDelay be applied to the first retry attempt?

Can InitRetryDelay be applied to the first retry attempt? SearchSearch
Author Message
Eugene
New member
Username: Eugene_em

Post Number: 1
Registered: 03-2008
Posted on Friday, March 14, 2008 - 11:01 am:   

We are using NowSMS v.2007.06.27 and are trying to get it approved by our local cellular provider (MTS-rus). Guys from MTS say that they cannot accept the retry schedule for 2 reasons:

- if the socket is closed by the server (SMSC), NowSMS tries to send "unbind" instead of acknowledging with (FIN,ACK) at TCP level right away, which is required by cellular provider.

- after the above, NowSMS tries to reconnect to SMSC after 1 sec, regardless InitRetryDelay (e.g. for the test we need to set InitRetryDelay=90). Cellular provider requires the configured delay before the first attempt.

What can be done in order to resolve these two issues? Can InitRetryDelay be applied to the first retry attempt?