Search found 987 matches

by alt
Mon Aug 04, 2008 5:57 am
Forum: ALT.SMS.SmppClient
Topic: SMS and MMS suport
Replies: 2
Views: 9369

ALT.SMS.SmppClient support only SMS processing.

You can try MMS messaging over MM7 protocol
by alt
Mon Aug 04, 2008 5:54 am
Forum: ALT.SMS.SmppClient
Topic: Reading SMS and sending at the same time
Replies: 1
Views: 7554

I think you have to use threads in your application. Main thread will receive sms messages and second will send sms from your database.

With an evDeliverSmComplete event, You could avoid read/write process from the DB and just do a write once the message is processed.
by alt
Fri Jul 18, 2008 6:29 am
Forum: ALT.SMS.SmppClient
Topic: Object Reference not set to an instance (ServiceType)
Replies: 4
Views: 49209

The registered_delivery parameter of the submit_sm PDU is used to request an SMSC delivery receipt and/or SME originated acknowledgements. This parameter does not affect the Unbind function. In the last version Unbind timeout was fixed. If this problem still exists for you, please send me your log w...
by alt
Thu Jul 17, 2008 5:46 am
Forum: ALT.SMS.SmppClient
Topic: Object Reference not set to an instance (ServiceType)
Replies: 4
Views: 49209

Fixed. Please download last version.
by alt
Wed Jul 16, 2008 6:23 pm
Forum: ALT.SMS.SmppClient
Topic: Bind returns Status Code 9
Replies: 3
Views: 12098

Hello.

Status 9 is Reserved value in the SMPP specification. I think you need to ask your SMPP provider about meaning of this status code.

Who is vendor of this SMSC?
by alt
Tue Jul 15, 2008 10:59 am
Forum: ALT.SMS.SmppClient
Topic: SubmitSpeed Not Working
Replies: 7
Views: 19119

Hi Steve,

You can use sequence number when you send SubmitSm object using SubmitAsync and check its response in the event evSubmitComplete by this number. You need to add a hash into you program where the key will be a sequence number and the value will be a SubmitSm object.
by alt
Mon Jul 14, 2008 6:11 am
Forum: ALT.SMS.SmppClient
Topic: Downloading Trial
Replies: 1
Views: 7331

Thank you for your message.
I turned security level to MEDIUM.
Please try to download once again.
by alt
Fri Jun 27, 2008 6:16 am
Forum: ALT.SMS.SmppClient
Topic: Service type
Replies: 2
Views: 9495

ServiceType property has been added.
Please download http://www.inetlab.ru/Download/SmppClient.zip
by alt
Sun Jun 15, 2008 4:18 pm
Forum: ALT.SMS.SmppClient
Topic: SubmitSpeed Not Working
Replies: 7
Views: 19119

I didn't measure the speed. I think it depends on SMSC only.
by alt
Wed Jun 11, 2008 7:29 am
Forum: ALT.SMS.SmppClient
Topic: The method or operation is not implemented.
Replies: 1
Views: 7968

When did you get this message?
Can you send me log file?
by alt
Wed Jun 11, 2008 7:26 am
Forum: ALT.SMS.SmppClient
Topic: SubmitSpeed Not Working
Replies: 7
Views: 19119

Please try version 1.3.0.
I've added method SubmitAsync.
by alt
Wed May 07, 2008 8:24 pm
Forum: Inetlab.MMS.MM7
Topic: When MM7.NET SDK will be available?
Replies: 4
Views: 52602

MMSTest application now available at
http://www.inetlab.ru/Download/MM7.NET.0.1.Eval.zip

With this application you can try to send MMS over MM7 protocol.

Regards,
Alexey
by alt
Mon Apr 14, 2008 7:45 am
Forum: ALT.SMS.SmppClient
Topic: Shareit.com link down
Replies: 2
Views: 10466

I've just checked the link http://www.shareit.com/product.html?car ... =300131821
and it works.
Could you check above link once again? Otherwise I can try to place this product at Plimus.
by alt
Sun Apr 06, 2008 7:57 am
Forum: ALT.SMS.SmppClient
Topic: broken connection
Replies: 4
Views: 11993

try this code
EnquireLinkResp res = client.EnquireLink();
if (res.Status != CommandStatus.ESME_ROK)
{
// reconnect with SMSC
}
by alt
Sun Apr 06, 2008 7:52 am
Forum: ALT.SMS.SmppClient
Topic: No Information with evdeliverSM
Replies: 6
Views: 17901

could you send me whole log like in SmppClientDemo. I need to check bytes received with DeliverySM