Search found 54 matches

by majortargets
Fri Oct 24, 2014 4:45 pm
Forum: Inetlab.SMPP v1.0
Topic: Message Loss while using asynchronous message sending
Replies: 20
Views: 99965

Re: Message Loss while using asynchronous message sending

Hey Koolpit,

Could you share your implementation of the code with us please.

Thanks
by majortargets
Thu Jul 10, 2014 10:34 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: SubmitSmResp with Error Code 1041
Replies: 1
Views: 7358

SubmitSmResp with Error Code 1041

Hi Alt, I keep getting this error message in my log and I don't know what it is about as it is not stated in the SMPP doc. Do you know what it implies and how it can be resolved. 09/07/2014 00:00:21: SubmitSmResp received. Status: 1041, Message Id: , Sequence: 28143 09/07/2014 00:00:22: SubmitSmResp...
by majortargets
Tue Jun 10, 2014 11:00 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: destination address from OnFullMessageReceived
Replies: 3
Views: 9710

Re: destination address from OnFullMessageReceived

Hi Alt,

When I retrieve messageText that is longer than 160 characters from args.Parts(0), the message is truncated. How do I get the full messageText from it.

Regards,
Gbenga
by majortargets
Thu Mar 06, 2014 10:34 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: destination address from OnFullMessageReceived
Replies: 3
Views: 9710

destination address from OnFullMessageReceived

Hi Alt, How do I read destination address from below, is args.Parts(0).DestAddr missing? Private Sub OnFullMessageReceived(ByVal sender As Object, ByVal args As MessageEventHandlerArgs) addtolog(String.Format("Full message received from {0}: {1}", args.Parts(0).SourceAddr, args.Text), _clientID) End...
by majortargets
Tue Feb 11, 2014 10:54 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Sequence Number when sending async
Replies: 1
Views: 7218

Sequence Number when sending async

Hi Support, I am using below code to get sequence number when sending message async to the SMSC but the sequence number that I get back from client_evSubmitComplete is different from the one i get from my code below. Dim pduBuilder As ISubmitSmBuilder = SMS.ForSubmit() pduBuilder.From(srcAdr, srcTon...
by majortargets
Thu Nov 14, 2013 4:43 pm
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Log to a text file
Replies: 0
Views: 18363

Log to a text file

Hi Alt,

Can you please help on how to use TextBoxLogger to write to a text file.

Regards,
Gbenga
by majortargets
Tue May 07, 2013 10:56 pm
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Inetlab.SMPP v.1.1 Beta
Replies: 20
Views: 38579

Re: Inetlab.SMPP v.1.1 Beta

Hi Alt, I have renewed the license and I downloaded a licensed version but I am still having the same issues.The first error message below is from application log while the second came up in windows event. It looks like DLL issue to me. 1. 07/05/2013 23:37:14: SubmitSmResp received. Status: ESME_RSY...
by majortargets
Sun Apr 21, 2013 8:09 pm
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Inetlab.SMPP v.1.1 Beta
Replies: 20
Views: 38579

Re: Inetlab.SMPP v.1.1 Beta

Hi Alt, Yes, I downloaded "Inetlab.SMPP v. 1.1 Release Candidate" from there and It doesn't have 30days evaluation on it. Is there still restriction on it? Does it make the application stop working? I have developers license for version 1.0 how do I pay and download version 1.1. I think you need to ...
by majortargets
Mon Apr 15, 2013 10:39 pm
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Inetlab.SMPP v.1.1 Beta
Replies: 20
Views: 38579

Re: Inetlab.SMPP v.1.1 Beta

Hi Alt,

No, I am running it as a windows service application written in vb.net.

Does version 1.1 have evaluation version? I downloaded it from the general download page. funny enough I don't know if it is developer or evaluation version.

Regards,
Gbenga
by majortargets
Sat Apr 13, 2013 9:44 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Inetlab.SMPP v.1.1 Beta
Replies: 20
Views: 38579

Re: Inetlab.SMPP v.1.1 Beta

Hi Alt,

I will like to know if there is any limitation on using v1.1 RC. I think I am having issue where my application stop working after some time.

Regards,
Gbenga
by majortargets
Tue Mar 26, 2013 7:54 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Inetlab.SMPP v.1.1 Beta
Replies: 20
Views: 38579

Re: Inetlab.SMPP v.1.1 Beta

Hi Alt,

When i register for delivery receipt i do get a response back for all delivered message but how do i trace if a message is pending for delivery or other status when sending asynchrounously.

Regards,
Gbenga
by majortargets
Sat Mar 23, 2013 8:56 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Inetlab.SMPP v.1.1 Beta
Replies: 20
Views: 38579

Re: Inetlab.SMPP v.1.1 Beta

Hi Alt, I am still looking for a way to add a parameter when sending asynchronously and I came across .AddParameter(&H1403, "free") in your example. What does it do and what is the best way to track each SMS when sending asynchronously. How can i send a parameter to the SMSC and I will get it back i...
by majortargets
Thu Jan 17, 2013 11:08 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Inetlab.SMPP v.1.1 Beta
Replies: 20
Views: 38579

Re: Inetlab.SMPP v.1.1 Beta

Hello Alt, I notice few things that I need you to clarify in RC 1. I set _client.SendSpeedLimit = 5 but when I check the server the application sent 100sms/sec to the server. Does the SendSpeedLimit work? 2.Using _Batch I only receive Timeout no matter the amonunt of time i set for_batch.timeout. Li...
by majortargets
Thu Dec 20, 2012 12:37 pm
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Inetlab.SMPP v.1.1 Beta
Replies: 20
Views: 38579

Re: Inetlab.SMPP v.1.1 Beta

Hi Alt,

I need to know the most efficient way of sending text message asynchronously and receiving delivery receipt for every text message using v1.1.

Thanks
by majortargets
Wed Aug 22, 2012 10:45 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Inetlab.SMPP v.1.1 Beta
Replies: 20
Views: 38579

Inetlab.SMPP v.1.1 Beta

Hello Alt, I will appreciate if you can answer questions related to version 1.1 here so that we can have one place for all related questions regarding the beta version. 1. In the SubmitSmResp received from the SmppServerDemo, the Mesage id is not unique i.e it is returning same ID 22/08/2012 00:05:0...