how can we do this
because i used ISubmitSmBuilder code:
==============
ISubmitSmBuilder builder = SMS.ForSubmit().Text(message.MessageData).To(message.DestinationAddress).From(message.SourceAddress).Coding(Utils.ParseDataCodings(message.DataCoding)).DeliveryReceipt().Set(delegate(SubmitSm sm ...
Search found 7 matches
- Fri Dec 11, 2015 1:48 pm
- Forum: Inetlab.SMPP v1.1 & v1.2
- Topic: client.SubmitAsync vs client.Submit
- Replies: 9
- Views: 39245
- Sun Dec 06, 2015 5:27 am
- Forum: Inetlab.SMPP v1.1 & v1.2
- Topic: client.SubmitAsync vs client.Submit
- Replies: 9
- Views: 39245
Re: client.SubmitAsync vs client.Submit
already assign ... however if i send a msg with 2 parts ..
the 2 parts will have same sequence
the 2 parts will have same sequence
- Sat Dec 05, 2015 7:00 pm
- Forum: Inetlab.SMPP v1.1 & v1.2
- Topic: SMPPCLIENT_RCVTIMEOUT
- Replies: 3
- Views: 17797
Re: SMPPCLIENT_RCVTIMEOUT
1.1.21.4
- Sat Dec 05, 2015 3:17 pm
- Forum: Inetlab.SMPP v1.1 & v1.2
- Topic: SMPPCLIENT_RCVTIMEOUT
- Replies: 3
- Views: 17797
SMPPCLIENT_RCVTIMEOUT
Dear ALT,,
we have an issue when send mutipart-sms .. using sendasync ..
sometimes we got : SMPPCLIENT_RCVTIMEOUT in client_evSubmitComplete
we use sendasync and then wait client_evSubmitComplete ... however the library generate the error client_evSubmitComplete .. how can we increase the timout ...
we have an issue when send mutipart-sms .. using sendasync ..
sometimes we got : SMPPCLIENT_RCVTIMEOUT in client_evSubmitComplete
we use sendasync and then wait client_evSubmitComplete ... however the library generate the error client_evSubmitComplete .. how can we increase the timout ...
- Mon Nov 23, 2015 7:47 am
- Forum: Inetlab.SMPP v1.1 & v1.2
- Topic: client.SubmitAsync vs client.Submit
- Replies: 9
- Views: 39245
Re: client.SubmitAsync vs client.Submit
and here is the smpp server log :
10:43:59: DEBUG: 7: (SmppServerClient) Sending PDU: SubmitSmResp, Length: 16, Status: ESME_ROK, Sequence: 1, MessageId: c8b06f21-b717-4401-b021-e19277e541fa
10:43:59: TRACE: 7: (hRsPwpE8SrLKTVd6UY) Socket #6044116: Sending data ...
10:43:59: DEBUG: 7: (SmppServerClient) Sending PDU: SubmitSmResp, Length: 16, Status: ESME_ROK, Sequence: 1, MessageId: c8b06f21-b717-4401-b021-e19277e541fa
10:43:59: TRACE: 7: (hRsPwpE8SrLKTVd6UY) Socket #6044116: Sending data ...
- Mon Nov 23, 2015 7:24 am
- Forum: Inetlab.SMPP v1.1 & v1.2
- Topic: client.SubmitAsync vs client.Submit
- Replies: 9
- Views: 39245
Re: client.SubmitAsync vs client.Submit
Thanks for reply ,,
but sometimes when i used this service i got the response as :
[Reference: 1, Total: 2, Sequence: 2]
[Reference:1 , Total: 2, Sequence: 2]
both parts has same sequence !! .. any idea ? is the problem from smpp server demo app ?
my send code is
ISubmitSmBuilder ...
but sometimes when i used this service i got the response as :
[Reference: 1, Total: 2, Sequence: 2]
[Reference:1 , Total: 2, Sequence: 2]
both parts has same sequence !! .. any idea ? is the problem from smpp server demo app ?
my send code is
ISubmitSmBuilder ...
- Sun Nov 22, 2015 12:23 pm
- Forum: Inetlab.SMPP v1.1 & v1.2
- Topic: client.SubmitAsync vs client.Submit
- Replies: 9
- Views: 39245
client.SubmitAsync vs client.Submit
Dears,
I am using client.Submit to submit my msgs with single part only and client.Submit for multipart msgs ...
however the performance of client.Submit is very low compared with client.SubmitAsync
is there any way to increase it ?
can i use client.SubmitAsync to send multiparts ?
I am using client.Submit to submit my msgs with single part only and client.Submit for multipart msgs ...
however the performance of client.Submit is very low compared with client.SubmitAsync
is there any way to increase it ?
can i use client.SubmitAsync to send multiparts ?