Search found 7 matches

by mohdis
Wed Mar 26, 2014 9:42 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: how van i read Message part header
Replies: 6
Views: 13260

Re: how van i read Message part header

thank you . another last Question : is this correct way to send long message by syncmode to check if any part failed and try to send again ? Dim pduBuilder As Inetlab.SMPP.Builders.ISubmitSmBuilder pduBuilder = SMS.ForSubmit() _ .From(srcAdr, srcTon, srcNpi) _ .To(dstAdr, dstTon, dstNpi) _ .Coding(c...
by mohdis
Sat Mar 08, 2014 7:16 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: how van i read Message part header
Replies: 6
Views: 13260

Re: how van i read Message part header

heeeeeeelp !!!! :(
by mohdis
Wed Mar 05, 2014 6:25 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: how van i read Message part header
Replies: 6
Views: 13260

Re: how van i read Message part header

any help ???
by mohdis
Sun Mar 02, 2014 10:41 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: how van i read Message part header
Replies: 6
Views: 13260

Re: how van i read Message part header

i send message in this way Dim resp As IList(Of SubmitSmResp) resp = _client.Submit(SMS.ForSubmit().From(srcAdr, srcTon, srcNpi).To(dstAdr, dstTon, dstNpi).Coding(coding).Text(msg.Message).ExpireIn(TimeSpan.FromDays(1)).DeliveryReceipt()) For Each msg_Status As SubmitSmResp In resp Dim m As New User...
by mohdis
Sun Mar 02, 2014 10:39 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: how van i read Message part header
Replies: 6
Views: 13260

how van i read Message part header

hello

i want to read message part header(UDH) .

and get it in string variable like :
050003CC0201
050003CC0202


how can i do that ?
by mohdis
Thu Jan 23, 2014 10:00 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: SMSC returns Throttling error a bit too often
Replies: 2
Views: 7587

SMSC returns Throttling error a bit too often

i face problem about "Throttling error " too often specially in long messages . EVEN i use Submit NOT SubmitAsync MY Code Dim resp As IList(Of SubmitSmResp) resp = _client.Submit(SMS.ForSubmit().From(srcAdr, srcTon, srcNpi).To(dstAdr, dstTon, dstNpi).Coding(coding).Text(msg.Message).ExpireIn(TimeSpa...