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: 21690

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: 15257

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: 80057

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 ...
by mobilyws
Tue Jul 03, 2012 8:31 am
Forum: Inetlab.SMPP v1.0
Topic: SubmitText and delivery
Replies: 5
Views: 172742

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 ...
by mobilyws
Mon Apr 02, 2012 8:26 am
Forum: Inetlab.SMPP v1.0
Topic: deleivery for long message
Replies: 7
Views: 45883

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 ...
by mobilyws
Mon Mar 26, 2012 1:46 pm
Forum: Inetlab.SMPP v1.0
Topic: deleivery for long message
Replies: 7
Views: 45883

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 ...
by mobilyws
Mon Mar 26, 2012 9:30 am
Forum: Inetlab.SMPP v1.0
Topic: SubmitText and delivery
Replies: 5
Views: 172742

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 ...
by mobilyws
Sat Mar 24, 2012 12:27 pm
Forum: Inetlab.SMPP v1.0
Topic: deleivery for long message
Replies: 7
Views: 45883

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: 45883

Re: deleivery for long message

dear alt,

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

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 ...
by mobilyws
Tue Mar 06, 2012 1:31 pm
Forum: Inetlab.SMPP v1.0
Topic: multiple receiptient
Replies: 6
Views: 39858

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 ...
by mobilyws
Sat Mar 03, 2012 2:06 pm
Forum: Inetlab.SMPP v1.0
Topic: multiple receiptient
Replies: 6
Views: 39858

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 ...
by mobilyws
Tue Feb 28, 2012 12:58 pm
Forum: Inetlab.SMPP v1.0
Topic: multiple receiptient
Replies: 6
Views: 39858

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 ...
by mobilyws
Wed Feb 15, 2012 1:41 pm
Forum: Inetlab.SMPP v1.0
Topic: multiple receiptient
Replies: 6
Views: 39858

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 ...