Search found 54 matches

by majortargets
Thu Aug 16, 2012 5:16 pm
Forum: Inetlab.SMPP v1.0
Topic: Blank SMS received from a particular bnd
Replies: 10
Views: 82039

Re: Blank SMS received from a particular bnd

Hello Alt,

It worked. Thanks for your help.

One last issue that I have is that messages more than 160 characters are not concatenated they come in as 2 different messages.

I will try out version 1.1 ASAP.

Thanks once more
by majortargets
Thu Aug 16, 2012 9:57 am
Forum: Inetlab.SMPP v1.0
Topic: Blank SMS received from a particular bnd
Replies: 10
Views: 82039

Re: Blank SMS received from a particular bnd

Sorry for disturbing you in need to verify following.

The code will be inside client_evDeliverSm right?
How do I test if the text is in optional parameter before executing the code?

Thanks
by majortargets
Thu Aug 16, 2012 9:18 am
Forum: Inetlab.SMPP v1.0
Topic: Blank SMS received from a particular bnd
Replies: 10
Views: 82039

Re: Blank SMS received from a particular bnd

Hello Alt,

Do you have a code segment I can use to get this text message using version 1.0? since 1.1 is still in beta stage.

Please I need this urgently, I need to sort it out ASAP as it is delaying a lot of things.
Thanks
by majortargets
Wed Aug 15, 2012 5:01 pm
Forum: Inetlab.SMPP v1.0
Topic: Blank SMS received from a particular bnd
Replies: 10
Views: 82039

Re: Blank SMS received from a particular bnd

Hello Alt, I got the blank text at the server application level i.e receiving from the SMSC. There is no ThrottleTime in my application but I noticed it has in one application we were using before i move to Inetlab.SMPP No, this occur at the point of receiving message from the smsc Your immedate res...
by majortargets
Mon Aug 13, 2012 9:30 am
Forum: Inetlab.SMPP v1.0
Topic: Blank SMS received from a particular bnd
Replies: 10
Views: 82039

Re: Blank SMS received from a particular bnd

Please I need your response. Here is the log 8/13/2012 10:08:52 AM: Sending Data: 000000230000000900000000197bc96a6d786d616e75006d786d406e75000034000000 8/13/2012 10:08:52 AM: Received Data: 000000268000000900000000197bc96a4d6f62696c655f586365746572615f32000210000134 8/13/2012 10:08:53 AM: Received ...
by majortargets
Sat Aug 11, 2012 2:40 pm
Forum: Inetlab.SMPP v1.0
Topic: Blank SMS received from a particular bnd
Replies: 10
Views: 82039

Blank SMS received from a particular bnd

Hello Alt, I connected the application to a particular bind but any time I send message to it, The text message is always blank and other parameters are ok. What could be responsible for this. I compared with the one that is working and the only thing that is different in the application i am moving...
by majortargets
Thu Aug 02, 2012 1:14 am
Forum: Inetlab.SMPP v1.0
Topic: Reconnection Problem after some days of running application
Replies: 6
Views: 56206

Re: Reconnection Problem after some days of running applicat

Use .bind instead of asyn bind. It might help
by majortargets
Tue Jul 03, 2012 4:13 pm
Forum: Inetlab.SMPP v1.0
Topic: SubmitText and delivery
Replies: 5
Views: 51738

Re: SubmitText and delivery

Hi,

Thanks, It worked.
by majortargets
Tue Jul 03, 2012 8:55 am
Forum: Inetlab.SMPP v1.0
Topic: SubmitText and delivery
Replies: 5
Views: 51738

Re: SubmitText and delivery

Ok, i will try it.
by majortargets
Tue Jul 03, 2012 7:17 am
Forum: Inetlab.SMPP v1.0
Topic: SubmitText and delivery
Replies: 5
Views: 51738

Re: SubmitText and delivery

Hello Alt,

I am having this same issue, the ID that I get through resp(0).MessageId id different from what i received when I queried
Dim messageId As String = data.Receipt.MessageId in client_evDeliverSm
by majortargets
Sat Jun 30, 2012 9:44 am
Forum: Inetlab.SMPP v1.0
Topic: Delivery Receipt Error Code
Replies: 1
Views: 31372

Delivery Receipt Error Code

Hi Alt, I received below delivery status from the SMSC and I will like to know what exactly the error code means. Is it the same as CommandStatus? id:0997089122 sub:001 dlvrd:000 submit date:1206300800 done date:1206300800 stat:UNDELIV err:001 text:Hello id:1635171048 sub:001 dlvrd:001 submit date:1...
by majortargets
Thu Jun 14, 2012 9:29 am
Forum: Inetlab.SMPP v1.0
Topic: Message delivery to a specific phone port
Replies: 0
Views: 32529

Message delivery to a specific phone port

Hello Alt,

I have a project which will require sending Text Message to a specific phone port. I read something online about using TLV, I will like to know if it is possible with your dll.

Thanks
by majortargets
Sat Jun 02, 2012 6:16 pm
Forum: Inetlab.SMPP v1.0
Topic: WAP PUSH MESSAGE
Replies: 3
Views: 55057

Re: WAP PUSH MESSAGE

Hello,

I have tried it again and it is working now.

Thanks
by majortargets
Wed May 30, 2012 9:07 pm
Forum: Inetlab.SMPP v1.0
Topic: WAP PUSH MESSAGE
Replies: 3
Views: 55057

Re: WAP PUSH MESSAGE

Hi Alt,

Thanks for your reply.

I got an error message which is related to the first parameter Byte.Parse("1"). I will update you with the exact error message.

The parameter text message is a url string, not a text
by majortargets
Thu May 24, 2012 3:35 pm
Forum: Inetlab.SMPP v1.0
Topic: WAP PUSH MESSAGE
Replies: 3
Views: 55057

WAP PUSH MESSAGE

Hello Alt, I tried to send wap push message with your dll but it is complaining about the first parameter i.e transaction ID. what am i suppose to add there. see may code below. Kindly share with me a working sample if you have it. Public Sub WapPushSubmit(ByVal originator As String, ByVal destinati...