SMSC returns Throttling error a bit too often

.NET library for SMPP protocol
Locked
mohdis
Posts: 7
Joined: Thu Jan 23, 2014 9:27 am

SMSC returns Throttling error a bit too often

Post by mohdis » Thu Jan 23, 2014 10:00 am

i face problem about "Throttling error " too often specially in long messages .

EVEN i use Submit NOT SubmitAsync

MY Code

Code: Select all

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)))
how can i control the messages flow in submit method in long messages ? the library do segmentation automatically !
mohdis
Posts: 7
Joined: Thu Jan 23, 2014 9:27 am

Re: SMSC returns Throttling error a bit too often

Post by mohdis » Sun Jan 26, 2014 7:11 am

any help ?? :cry:
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: SMSC returns Throttling error a bit too often

Post by alt » Thu Jan 30, 2014 11:58 am

Locked