Invalid Source or Destination Address has 60 second timeout

Smpp v3.4 client

Moderator: alt

Locked
snymanr
Posts: 2
Joined: Thu Dec 06, 2007 9:21 am
Location: South Africa

Invalid Source or Destination Address has 60 second timeout

Post by snymanr » Thu Dec 06, 2007 9:31 am

What a great tool!

You saved me a huge embarrassment, thanx.

I saw that you told another user that you turned off the sleep in Version 1.2.1

I have the latest version.

If there's a variable I can set on initialization that can change this timeout to 10 seconds and/or disable it?

Thanks again!
alt
Site Admin
Posts: 988
Joined: Tue Apr 25, 2006 9:45 am

Post by alt » Thu Dec 13, 2007 8:46 pm

Which timeout value do you mean?

SmppClient has two values where process sleeping and waiting for a while.

SmppClient.Timeout gets or sets the maximum time in milliseconds waiting for response from SMSC.

SmppClient.SubmitSpeed gets or sets the number of SUBMIT_SM packets per minute that can be send to SMSC. This value is used in the method SmppClient.AdvancedSubmit where SmppClient not send messages faster than SubmitSpeed.
snymanr
Posts: 2
Joined: Thu Dec 06, 2007 9:21 am
Location: South Africa

Connection timeout

Post by snymanr » Fri Dec 14, 2007 6:07 am

When I send an sms, and the sms does not go through (because the number does not exist, or there is a comms error), the application does a retry after 60 seconds.

Where do I disable this functionality.
alt
Site Admin
Posts: 988
Joined: Tue Apr 25, 2006 9:45 am

Post by alt » Fri Dec 14, 2007 12:43 pm

I have removed this functionality. You can download version 1.2.7.
Locked