Hi sir ,
my code is
resp = sroute.Submit(SMS.ForSubmit()
.From(srcAdr, srcTon, srcNpi)
.To(dstAdr, dstTon, dstNpi)
.Coding(coding)
.Text(row["sms_text"].ToString())
.ExpireIn(TimeSpan.FromDays(2))
.DeliveryReceipt()
.Set(delegate (SubmitSm sm) { sm.EsmClass = 0x40; })
.Set(delegate ...
Search found 3 matches
- Tue Sep 26, 2017 5:35 am
- Forum: Inetlab.SMPP v1.1 & v1.2
- Topic: Adding a UDH?
- Replies: 2
- Views: 104070
- Sat Jul 30, 2016 10:37 am
- Forum: Inetlab.SMPP v1.0
- Topic: Returned only a part of MsgID in DeliverSm PDU
- Replies: 6
- Views: 184530
Re: Returned only a part of MsgID in DeliverSm PDU
hi sir ,
i have the same issue , how you solve it ?
thanks
i have the same issue , how you solve it ?
thanks
- Sat Jul 30, 2016 10:36 am
- Forum: Inetlab.SMPP v1.0
- Topic: Wich version use SMPP v1.1 or 1.0?
- Replies: 3
- Views: 120539
Re: Wich version use SMPP v1.1 or 1.0?
hi sir ,
how i can update my version from 1.0 to 1.1 ?
thanks
how i can update my version from 1.0 to 1.1 ?
thanks