Enquire link issue

.NET library for SMPP protocol
Locked
rdb
Posts: 3
Joined: Wed Jul 01, 2009 9:55 am

Enquire link issue

Post by rdb » Wed Jun 03, 2015 10:42 am

Been using the library very successfully.

Having a problem with one supplier now.

The library is always sending the enquire link with a sequence number of 0.
They are responding with a different number and then it disconnects.

The supplier says that it is not according to the SMPP standard and that we should be sending a number greater than 0.
From 1 and increasing.

Are they correct?
Is there a way I can change the behaviour?
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: Enquire link issue

Post by alt » Fri Jun 05, 2015 8:27 pm

Hi rdb,

What version do you use?

They are correct.
Library shouldn't send enquiry link with a sequence number of 0.
Do you use another SequenceGenerator ?
Internal generator checks and sets the sequence number before sending when it is equal to 0.
rdb
Posts: 3
Joined: Wed Jul 01, 2009 9:55 am

Re: Enquire link issue

Post by rdb » Mon Jun 08, 2015 8:00 am

Hi alt,

I am using version 1.1.11.1

I am not using a different sequence generator.

Tested it in the demo project as well just to make sure.
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: Enquire link issue

Post by alt » Mon Jun 08, 2015 1:47 pm

This version has a bug in EnquiryLink. You need to upgrade to latest version.
Please send me by email or using "Contact Us" form your purchase number.
Locked