Smpp v3.4 client
Moderator: alt
-
gordsh
- Posts: 3
- Joined: Fri Oct 17, 2008 4:21 am
Post
by gordsh »
Hello, does anyone know how to adjust the 'Enquire Link' Interval?
My SMS provider says that I am currently sending enquire links every 63 - 64 seconds instead of 57 - 60 seconds which is what they recommend.
Thanks
-
alt
- Site Admin
- Posts: 992
- Joined: Tue Apr 25, 2006 9:45 am
Post
by alt »
You can try to set property
client.EnquireInterval = 55;
-
gordsh
- Posts: 3
- Joined: Fri Oct 17, 2008 4:21 am
Post
by gordsh »
Hi Alt, thanks for that information.
I have made the change and it seems to be working fine.
Thanks again...
-
gordsh
- Posts: 3
- Joined: Fri Oct 17, 2008 4:21 am
Post
by gordsh »
Hi Alt:
My service pivider is reporting back that even though I have made the change to the client.EnquireInterval = 51 they still receive it at 63 seconds.
Is it possible that even though I am setting client.EnquireInterval = 51 it is getting over written in the dll code.
Thanks
-
alt
- Site Admin
- Posts: 992
- Joined: Tue Apr 25, 2006 9:45 am
Post
by alt »
I've rewritten EnquireLink sending procedure.
Please try to download last version.