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 ...
Search found 7 matches
- 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: 28769
- 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: 28769
Re: how van i read Message part header
heeeeeeelp !!!! 

- 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: 28769
Re: how van i read Message part header
any help ???
- 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: 28769
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 ...
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 ...
- 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: 28769
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 ?
i want to read message part header(UDH) .
and get it in string variable like :
050003CC0201
050003CC0202
how can i do that ?
- Sun Jan 26, 2014 7:11 am
- Forum: Inetlab.SMPP v1.1 & v1.2
- Topic: SMSC returns Throttling error a bit too often
- Replies: 2
- Views: 14301
- 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: 14301
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 ...
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 ...