Search found 7 matches

by ali513
Fri Dec 11, 2015 1:48 pm
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: client.SubmitAsync vs client.Submit
Replies: 9
Views: 16490

Re: client.SubmitAsync vs client.Submit

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) { sm....
by ali513
Sun Dec 06, 2015 5:27 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: client.SubmitAsync vs client.Submit
Replies: 9
Views: 16490

Re: client.SubmitAsync vs client.Submit

already assign ... however if i send a msg with 2 parts ..

the 2 parts will have same sequence
by ali513
Sat Dec 05, 2015 7:00 pm
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: SMPPCLIENT_RCVTIMEOUT
Replies: 3
Views: 8244

Re: SMPPCLIENT_RCVTIMEOUT

1.1.21.4
by ali513
Sat Dec 05, 2015 3:17 pm
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: SMPPCLIENT_RCVTIMEOUT
Replies: 3
Views: 8244

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 in ...
by ali513
Mon Nov 23, 2015 7:47 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: client.SubmitAsync vs client.Submit
Replies: 9
Views: 16490

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: 0000003580000004000000000000000163386...
by ali513
Mon Nov 23, 2015 7:24 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: client.SubmitAsync vs client.Submit
Replies: 9
Views: 16490

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 builder = SMS.ForSu...
by ali513
Sun Nov 22, 2015 12:23 pm
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: client.SubmitAsync vs client.Submit
Replies: 9
Views: 16490

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 ?