Search found 14 matches

by mobilyws
Wed Jul 15, 2015 1:02 pm
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: resubmit message part on throttling
Replies: 2
Views: 8009

resubmit message part on throttling

hi alt

some time i got throttling error on a message part

is there is any way to resubmit this message part when i got throttling?

regards
by mobilyws
Sun Apr 07, 2013 3:43 pm
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: RaiseEventsInMainThread
Replies: 1
Views: 5799

RaiseEventsInMainThread

dear alt,

could please explain to me the use of "RaiseEventsInMainThread"

best regards
by mobilyws
Sun Nov 25, 2012 9:43 am
Forum: Inetlab.SMPP v1.0
Topic: check user information when binding
Replies: 1
Views: 20912

check user information when binding

Dear ALT, hope you are doing well,, currently i want to develop an smpp server that accepts connections from customer, i want to know how i can return to the customer that your user name is wrong or your password is long and just check the information server_evbind or there is another event best reg...
by mobilyws
Tue Jul 03, 2012 8:31 am
Forum: Inetlab.SMPP v1.0
Topic: SubmitText and delivery
Replies: 5
Views: 39512

Re: SubmitText and delivery

dear majortargets when i ask SMSC technician and found that they retun it optional parameter, try this code (ALT supported me with it) string messageId = client.GetMessageText(data.Optional[OptionalTags.ReceiptedMessageId], data.DataCoding); and check if they return it in optional parameter as my SMSC
by mobilyws
Mon Apr 02, 2012 8:26 am
Forum: Inetlab.SMPP v1.0
Topic: deleivery for long message
Replies: 7
Views: 17282

Re: deleivery for long message

Dear alt, i use the last version 1.0.12.3 and i try from the demo sample http://www.mobilylabs.com/daoud/err/smpp.png and here is the log 10:46:37 ص: QuerySm for message 5fe24547 10:46:37 ص: Sending Data: 000000ce00000004000000006b4b682000050164616f756400010139363635333531363833323700400000003132303...
by mobilyws
Mon Mar 26, 2012 1:46 pm
Forum: Inetlab.SMPP v1.0
Topic: deleivery for long message
Replies: 7
Views: 17282

Re: deleivery for long message

Dear alt, this the log that appear in it Invalid DELIVER_SM packet, i send a long message using 04:30:34 م: Sending Data: 4162000000d000000004000000002b62c42e0005014164766963653200010139363635333531363833323700400000003132303332383034333033343030302b00010008008c050003e0030106480627064406440647002006...
by mobilyws
Mon Mar 26, 2012 9:30 am
Forum: Inetlab.SMPP v1.0
Topic: SubmitText and delivery
Replies: 5
Views: 39512

SubmitText and delivery

Dear alt, 1- how could i set RegisteredDelivery when sending using SubmitText to be able to handle the delivery for long message? 2- my SMSC send DLR message for delivery messages, i attach evDeliverSm to handle it but i could not handle the message id. it come differnent that i have using SubmitSmR...
by mobilyws
Sat Mar 24, 2012 12:27 pm
Forum: Inetlab.SMPP v1.0
Topic: deleivery for long message
Replies: 7
Views: 17282

Re: deleivery for long message

Dear alt,

it appear one time

best regards
daoud
by mobilyws
Sun Mar 18, 2012 10:33 am
Forum: Inetlab.SMPP v1.0
Topic: deleivery for long message
Replies: 7
Views: 17282

Re: deleivery for long message

dear alt, i also receive an error 01:28:17 م: Received Data: 000000c6000000050000000000000004000101393636353530313330303634000500556e61797a616854565443000400000000000000007269643a31343939313030323234207375623a30303120646c7672643a303031207375626d697420646174653a3132303331373038323020646f6e65206461746...
by mobilyws
Sun Mar 18, 2012 10:12 am
Forum: Inetlab.SMPP v1.0
Topic: deleivery for long message
Replies: 7
Views: 17282

deleivery for long message

dear alt, i am facing a problem when query for long messags using submit or submittext, i receive ESME_RQUERYFAIL here is the log 12:55:20 م: SmppClient connected 12:55:20 م: Binding SmppClient for SystemId: Bulk 12:55:20 م: Sending Data: 0000002d00000009000000006b15b38342756c6b373137313700505037313...
by mobilyws
Tue Mar 06, 2012 1:31 pm
Forum: Inetlab.SMPP v1.0
Topic: multiple receiptient
Replies: 6
Views: 14936

Re: multiple receiptient

Dear alt, how could i query message status when i send using SubmitMulti like this Dim req As List(Of SubmitMulti) = client.PrepareSubmit(mode, Byte.Parse(tbSrcAdrTON.Text), Byte.Parse(tbSrcAdrNPI.Text), "daoud", a, coding, "testwwwww") Dim resp As List(Of SubmitMultiResp) = client.Submit(req) i try...
by mobilyws
Sat Mar 03, 2012 2:06 pm
Forum: Inetlab.SMPP v1.0
Topic: multiple receiptient
Replies: 6
Views: 14936

Re: multiple receiptient

dear alt, i have changed the desttype to DestinationAddressType.SMEAddress and still i donot receive any thing this the log 05:01:49 م: SmppClient connected 05:01:49 م: Binding SmppClient for SystemId: Bulk 05:01:49 م: Sending Data: 9020000002d0000000900000000583a485542756c6b373137313700505037313770...
by mobilyws
Tue Feb 28, 2012 12:58 pm
Forum: Inetlab.SMPP v1.0
Topic: multiple receiptient
Replies: 6
Views: 14936

Re: multiple receiptient

Dear alt, thanks for your answer my smpp server support multi i try to send to multireciepient using the last code and this is the response 03:28:05 م: SmppClient connected 03:28:05 م: Binding SmppClient for SystemId: Bulk 03:28:05 م: Sending Data: 9020000002d0000000900000000246fd29842756c6b37313731...
by mobilyws
Wed Feb 15, 2012 1:41 pm
Forum: Inetlab.SMPP v1.0
Topic: multiple receiptient
Replies: 6
Views: 14936

multiple receiptient

I try to send multi messages using SubmitMulti but it did not work correctly My code Dim coding As DataCodings = GetDataCoding() Dim mode As SubmitMode = GetSubmitMode() Dim a As List(Of DestinationAddress) = New List(Of DestinationAddress) Dim ab As DestinationAddress ab = New DestinationAddress ab...