Search found 7 matches
- Wed May 28, 2014 2:28 pm
- Forum: Inetlab.SMPP v1.1 & v1.2
- Topic: Help for SmppClient.Submit()
- Replies: 3
- Views: 23328
Re: Help for SmppClient.Submit()
I have in the meanwhile figured out that I should be using SubmityAsync instead... Also I was getting timeouts because I set the timeout value to 120 and then I see it is in milliseconds, not seconds.
- Tue May 27, 2014 8:02 am
- Forum: Inetlab.SMPP v1.1 & v1.2
- Topic: Help for SmppClient.Submit()
- Replies: 3
- Views: 23328
Re: Help for SmppClient.Submit()
I went through all the possible values of Inetlab.SMPP.Common.CommandStatus and I think that I will need to retry to send the messages in the following cases:
ESME_RTHROTTLED: The message was only rejected because it was sent too fast, so it needs to be sent again later.
ESME_RINVBNDSTS: The ...
ESME_RTHROTTLED: The message was only rejected because it was sent too fast, so it needs to be sent again later.
ESME_RINVBNDSTS: The ...
- Mon May 26, 2014 8:21 am
- Forum: Inetlab.SMPP v1.1 & v1.2
- Topic: Help for SmppClient.Submit()
- Replies: 3
- Views: 23328
Help for SmppClient.Submit()
Hi, where can I find a list of ALL the possible values for the Submit Response Status which can be returned by Submit()?
The reason why I am asking this is because in some cases, a message needs to be submitted again, for example when I got a status of ESME_RTHROTTLED, or SMPPCLIENT_RCVTIMEOUT, but ...
The reason why I am asking this is because in some cases, a message needs to be submitted again, for example when I got a status of ESME_RTHROTTLED, or SMPPCLIENT_RCVTIMEOUT, but ...
- Thu Mar 27, 2014 7:12 am
- Forum: Inetlab.SMPP v1.1 & v1.2
- Topic: How to send messages with tags?
- Replies: 1
- Views: 16623
Re: How to send messages with tags?
I found the answer to this in the meanwhile.
It is as easy as appending the TAG to the Source Address...
It is as easy as appending the TAG to the Source Address...
- Fri Mar 21, 2014 9:54 am
- Forum: Inetlab.SMPP v1.1 & v1.2
- Topic: How to send messages with tags?
- Replies: 1
- Views: 16623
How to send messages with tags?
How can I add "TAGS" to a message? For example:
Server (source): +27830000000
Phone (destination): +27831111111
Without TAG:
Send from server to phone, on the phone message is received from +27830000000.
Reply from phone to server, on the server message is received from +27831111111.
WITH TAG ...
Server (source): +27830000000
Phone (destination): +27831111111
Without TAG:
Send from server to phone, on the phone message is received from +27830000000.
Reply from phone to server, on the server message is received from +27831111111.
WITH TAG ...
- Sun Oct 20, 2013 12:42 pm
- Forum: Inetlab.SMPP v1.1 & v1.2
- Topic: Can't receive all delivery reports:
- Replies: 2
- Views: 22396
Re: Can't receive all delivery reports:
Hi, did you get an answer to this problem?
- Sun Oct 20, 2013 12:38 pm
- Forum: Inetlab.SMPP v1.1 & v1.2
- Topic: Delivery Report works with some providers & not with others
- Replies: 3
- Views: 26214
Re: Delivery Report works with some providers & not with oth
I am busy evaluating this product. This seems like a show stopper as delivery reports are crucial to our clients. Have you managed to solve the problem in the meanwhile?