Search found 54 matches

by majortargets
Wed Feb 29, 2012 3:19 pm
Forum: Inetlab.SMPP v1.0
Topic: Message Loss while using asynchronous message sending
Replies: 20
Views: 128397

Re: Message Loss while using asynchronous message sending

Hello Alexey,

I will work with that.

Thanks
by majortargets
Wed Feb 29, 2012 2:37 pm
Forum: Inetlab.SMPP v1.0
Topic: Message Loss while using asynchronous message sending
Replies: 20
Views: 128397

Re: Message Loss while using asynchronous message sending

Hello Nick, Can you tell me how many sms/sec you have been able to send using synchronous method. I really need speed of about 50 sms/sec which sync method cant deliver. The last time i tested I was only able to send 2sms/sec using sync method.Is there anyway i can optimize my code to do better? Spe...
by majortargets
Wed Feb 29, 2012 1:53 pm
Forum: Inetlab.SMPP v1.0
Topic: Message Loss while using asynchronous message sending
Replies: 20
Views: 128397

Re: Message Loss while using asynchronous message sending

Hello Nick,

Its like you are talking about sync method sending which will return ID but I actually sent through async method which doesn't generate give me an ID as at the time of sending.
by majortargets
Wed Feb 29, 2012 11:56 am
Forum: Inetlab.SMPP v1.0
Topic: Message Loss while using asynchronous message sending
Replies: 20
Views: 128397

Re: Message Loss while using asynchronous message sending

Hello Alt, Some of the messages I am sending to SMSC using the async method id returning throttled error message. I have been looking for a best way to pick throttled message out of the bulk i sent to the SMSC but since I cant assign an ID to it when sending. Please how to i trace each message so th...
by majortargets
Fri Feb 24, 2012 10:42 am
Forum: Inetlab.SMPP v1.0
Topic: Reconnection Problem after some days of running application
Replies: 6
Views: 56186

Re: Reconnection Problem after some days of running applicat

Sorry for just replying this message. I have multiple binds to one server i.e same IP and same port
by majortargets
Thu Feb 09, 2012 12:39 pm
Forum: Inetlab.SMPP v1.0
Topic: Message Loss while using asynchronous message sending
Replies: 20
Views: 128397

Re: Message Loss while using asynchronous message sending

Hello,

How can I implement SubmitSpeed in my code to throttle messages per seconds e.g 20sms/second. From the documentation, it is given per minute i.e "Number of submits per minute used in the methods SubmitText and AdvancedSubmit. "
by majortargets
Thu Feb 02, 2012 12:24 pm
Forum: Inetlab.SMPP v1.0
Topic: Message Loss while using asynchronous message sending
Replies: 20
Views: 128397

Re: Message Loss while using asynchronous message sending

I just confirmed from the SMSC that they have throttling policy of 200 sms per 10 minute. But the problem is that the application still keeps sending sms without any error message. From the SMS side they only received my first 200 SMS and other ones didnt get to them. They claim that their applicati...
by majortargets
Fri Jan 27, 2012 6:48 am
Forum: Inetlab.SMPP v1.0
Topic: Message Loss while using asynchronous message sending
Replies: 20
Views: 128397

Re: Message Loss while using asynchronous message sending

Sorry I made a mistake in the code, it is asynchronous sending not synchronous. Here is the code segment Private Sub sendAsyncMessages_DoWork(ByVal sender As Object, ByVal e As DoWorkEventArgs) Dim db As New clientDataContext 'db.Connection.ConnectionString = MyConnectionString Try Dim textInfo As I...
by majortargets
Thu Jan 26, 2012 10:52 am
Forum: Inetlab.SMPP v1.0
Topic: Message Loss while using asynchronous message sending
Replies: 20
Views: 128397

Message Loss while using asynchronous message sending

Hello Alt, I discovered that the number of messages that are not transmitted are more than those that got delivered. I have ran series of test and I don't know if the issue is from operator side or the application. I sent 500 sms with using the code segment below. The code checks if client.Status = ...
by majortargets
Mon Aug 22, 2011 4:39 am
Forum: Inetlab.SMPP v1.0
Topic: Reconnection Problem after some days of running application
Replies: 6
Views: 56186

Re: Reconnection Problem after some days of running applicat

Hi alt, below is the log before the one i sent. Normal log without error should display first for lines repeatedly. ............................................client_evDisconnected code Private Sub client_evDisconnected(ByVal sender As Object) AddToLog("SmppClient disconnected") Reconnect() End Sub...
by majortargets
Sun Aug 21, 2011 12:21 pm
Forum: Inetlab.SMPP v1.0
Topic: Reconnection Problem after some days of running application
Replies: 6
Views: 56186

Reconnection Problem after some days of running application

Hi Alt, I do get below error when the application runs for some time. I do have to stop and restart the application before it could work again. 8/19/2011 6:33:44 PM: reconnect... 8/19/2011 6:33:44 PM: reconnect... 8/19/2011 6:33:44 PM: SmppClient disconnected 8/19/2011 6:33:44 PM: SmppClient connect...
by majortargets
Wed Aug 10, 2011 3:43 pm
Forum: Inetlab.SMPP v1.0
Topic: Could not display new line on phone
Replies: 3
Views: 8805

Re: Could not display new line on phone

I am using same datacoding used in the sample code. It doesn't display any character on the phone. It skips the character.
by majortargets
Mon Jul 25, 2011 3:49 pm
Forum: Inetlab.SMPP v1.0
Topic: Could not display new line on phone
Replies: 3
Views: 8805

Could not display new line on phone

Hello Alt,

I sent some messages with inetlap smpp but new lines are not displayed on the mobile phone. I checked the database and it has new line appended to the message.

thanks
by majortargets
Mon May 16, 2011 3:45 pm
Forum: Inetlab.SMPP v1.0
Topic: Unknown packet received Error
Replies: 10
Views: 18618

Re: Unknown packet received Error

Ok. Thanks
by majortargets
Mon May 16, 2011 10:48 am
Forum: Inetlab.SMPP v1.0
Topic: Unknown packet received Error
Replies: 10
Views: 18618

Re: Unknown packet received Error

Hi,
I am using Version 1.0.9.1 (vb.net)