Search found 6 matches

by Jabberwok
Wed Oct 28, 2009 2:48 pm
Forum: ALT.SMS.SmppClient
Topic: Change log for 2.7.1
Replies: 1
Views: 13088

Change log for 2.7.1

Version of binaries availible for download is 2.7.1, but last entry in "ALT.SMS.SmppClient Change Log" is about 2.6.2. Could you please update it? I am very interested in changes done btw those versions!

Please comment this.
by Jabberwok
Fri Oct 09, 2009 12:00 pm
Forum: ALT.SMS.SmppClient
Topic: SubmitSm.ValidityPeriod is DateTime or TimeSpan?
Replies: 0
Views: 11624

SubmitSm.ValidityPeriod is DateTime or TimeSpan?

Hi again!

I am big fan of your lib!

I have a question, SubmitSm.ValidityPeriod is kind of DateTime or TimeSpan? It holds a datetime until sms is valid or it holds timespan that tells how much sms will be valid from now?
by Jabberwok
Mon Sep 07, 2009 1:11 pm
Forum: ALT.SMS.SmppClient
Topic: Bug report: Confusing exception text on SubmitSm.DestAddr
Replies: 1
Views: 12919

Bug report: Confusing exception text on SubmitSm.DestAddr

tells that ServiceType's lenght is too long. I spend some time to find where i could set ServiceType :)
by Jabberwok
Tue Aug 11, 2009 10:02 am
Forum: ALT.SMS.SmppClient
Topic: Bug report: NRE on Bind when SystemType is not set up
Replies: 1
Views: 12879

Bug report: NRE on Bind when SystemType is not set up

Hi there!

Now i have sources and can point exact lines in files where there are errors :)

Steps to reproduce:

smppClient.Connect(config.HostName, config.Port);
pduBindResp bindResp = smppClient.Bind(config.SystemId, config.Password);


and SystemType is not set up.

in bindResp there will be ...
by Jabberwok
Wed Aug 05, 2009 2:21 pm
Forum: ALT.SMS.SmppClient
Topic: Incorrect handling of Generic_nack
Replies: 3
Views: 20833

it works great! thanks!
by Jabberwok
Tue Aug 04, 2009 3:47 pm
Forum: ALT.SMS.SmppClient
Topic: Incorrect handling of Generic_nack
Replies: 3
Views: 20833

Incorrect handling of Generic_nack

Hi there!

I encountered strange behavior of ALT.SMS.SmppClient while recieving generick_nack response.

Scenario:

1) do SmppClient.Query
2) long pause happens
3) QuerySmResp states timeout

I was very surprised by this behavior and was unable to explain it. Then i decided to check what kind of ...