v1.1.28.0 of client not issuing EnquireLink when configured

.NET library for SMPP protocol
Locked
NickAskew
Posts: 60
Joined: Tue Oct 07, 2008 1:35 pm

v1.1.28.0 of client not issuing EnquireLink when configured

Post by NickAskew » Thu Jan 26, 2017 5:36 pm

Hi Alt,

I have integrated v1.1.28.0 of the source code you sent me (thank you) but it appears the EnquireLink functionality is broken in this version - it never sends an EnquireLink to the SMSC regardless of NeedEnquireLink=True.

Regards
Nick
ProcessFlows UK Ltd
http://www.processflows.co.uk/
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: v1.1.28.0 of client not issuing EnquireLink when configu

Post by alt » Thu Jan 26, 2017 8:00 pm

Hi Nick,

I have just tested the connection of SmppClientDemo with SmppServerDemo. EnquiryLink works as it should.
Can you tell me how can I reproduce this issue?

Regards,
Alexey
NickAskew
Posts: 60
Joined: Tue Oct 07, 2008 1:35 pm

Re: v1.1.28.0 of client not issuing EnquireLink when configu

Post by NickAskew » Thu Jan 26, 2017 9:06 pm

Hi Alt,

I was referencing the VB.NET project and EnquireLink does not work within that. I have now referenced the C# version and EnquireLink DOES work in that version so I'll stick with that, thank you.

I'm not that great with C# and the C# project is throwing up the following warnings which I guess are safe to ignore?
Warning 1 'Inetlab.SMPP.PDU.EnquireLinkResp.Request' hides inherited member 'Inetlab.SMPP.PDU.SmppResponse<Inetlab.SMPP.PDU.EnquireLink>.Request'. Use the new keyword if hiding was intended. E:\Home\My Documents\Visual Studio 2013\Projects\Azure\SlickSMS\Inetlab.SMPP.Source v1.1.28.0\Source\CS\PDU\EnquireLinkResp.cs 12 25 Inetlab.SMPP.4.5
Warning 2 'Inetlab.SMPP.PDU.SubmitSmResp.Request' hides inherited member 'Inetlab.SMPP.PDU.SmppResponse<Inetlab.SMPP.PDU.SubmitSm>.Request'. Use the new keyword if hiding was intended. E:\Home\My Documents\Visual Studio 2013\Projects\Azure\SlickSMS\Inetlab.SMPP.Source v1.1.28.0\Source\CS\PDU\SubmitSmResp.cs 23 22 Inetlab.SMPP.4.5
Warning 3 'Inetlab.SMPP.Common.DataCodings.DefaultFlashSMS' is obsolete: 'Use Class0FlashMessage instead.' E:\Home\My Documents\Visual Studio 2013\Projects\Azure\SlickSMS\Inetlab.SMPP.Source v1.1.28.0\Source\CS\Encodings\EncodingDetector.cs 38 34 Inetlab.SMPP.4.5
Warning 4 'Inetlab.SMPP.PDU.QuerySmResp.Request' hides inherited member 'Inetlab.SMPP.PDU.SmppResponse<Inetlab.SMPP.PDU.QuerySm>.Request'. Use the new keyword if hiding was intended. E:\Home\My Documents\Visual Studio 2013\Projects\Azure\SlickSMS\Inetlab.SMPP.Source v1.1.28.0\Source\CS\PDU\QuerySmResp.cs 52 21 Inetlab.SMPP.4.5
Warning 5 'Inetlab.SMPP.PDU.DeliverSm.Response' hides inherited member 'Inetlab.SMPP.PDU.SmppRequest<Inetlab.SMPP.PDU.DeliverSmResp>.Response'. Use the new keyword if hiding was intended. E:\Home\My Documents\Visual Studio 2013\Projects\Azure\SlickSMS\Inetlab.SMPP.Source v1.1.28.0\Source\CS\PDU\DeliverSm.cs 227 30 Inetlab.SMPP.4.5
Warning 6 'Inetlab.SMPP.PDU.SubmitSm.Response' hides inherited member 'Inetlab.SMPP.PDU.SmppRequest<Inetlab.SMPP.PDU.SubmitSmResp>.Response'. Use the new keyword if hiding was intended. E:\Home\My Documents\Visual Studio 2013\Projects\Azure\SlickSMS\Inetlab.SMPP.Source v1.1.28.0\Source\CS\PDU\SubmitSm.cs 231 29 Inetlab.SMPP.4.5
Warning 7 The variable 'ex' is declared but never used E:\Home\My Documents\Visual Studio 2013\Projects\Azure\SlickSMS\Inetlab.SMPP.Source v1.1.28.0\Source\CS\SmppServer.cs 253 48 Inetlab.SMPP.4.5

Regards
Nick
ProcessFlows UK Ltd
http://www.processflows.co.uk/
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: v1.1.28.0 of client not issuing EnquireLink when configu

Post by alt » Fri Jan 27, 2017 8:18 am

Nick,
Thank you for information. I will check VB.NET version.
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: v1.1.28.0 of client not issuing EnquireLink when configu

Post by alt » Fri Jan 27, 2017 2:27 pm

Hi Nick,

I have fixed VB.NET code in the version 1.1.29
Locked