Search found 987 matches

by alt
Thu Feb 15, 2007 8:48 pm
Forum: ALT.SMS.SmppClient
Topic: Documentation
Replies: 6
Views: 20241

EnquireLink is used to provide a confidencecheck of the communication path between an ESME and an SMSC. If your SMSC sends this message, ALT.SMS.SmppClient responds immediately. You can track this in the evEnquireLink event. Or you can send your EnquireLink request at any type, use method EnquireLin...
by alt
Thu Feb 15, 2007 10:10 am
Forum: ALT.SMS.SmppClient
Topic: source code
Replies: 10
Views: 28978

Yes, you can use ALT.SMS.SmppClient library free of charge in your commercial applications. There are no restrictions.

Only source code of this library have cost.
by alt
Thu Jan 25, 2007 11:32 am
Forum: ALT.SMS.SmppClient
Topic: Documentation
Replies: 6
Views: 20241

HostName is domain name or ip address of SMSC (short message service center).
You have to ask mobile operator to give you SystemId and Password to bind with SMSC.
by alt
Sat Jan 06, 2007 8:26 pm
Forum: ALT.SMS.SmppClient
Topic: Need Clarification
Replies: 5
Views: 18878

you can use SmppClient.ShortMessageMaxBytes to increase bytes number in message_payload field or in short_message for one part of SubmitSm. Default is 140 bytes.
But maximum length depends on SMSC you connect to.
by alt
Sat Jan 06, 2007 9:09 am
Forum: ALT.SMS.SmppClient
Topic: Need Clarification
Replies: 5
Views: 18878

Version with ASCII encoding now available.

You can download ALT.SMS.SmppClient 1.2 + Demo for .NET 1.1 , 2.0 and Mono

Please test it.
by alt
Thu Jan 04, 2007 11:02 pm
Forum: ALT.SMS.SmppClient
Topic: Need Clarification
Replies: 5
Views: 18878

When you use ShortMessage mode, you send long messages with altered UDHI flag, message parts in short_message field and reference number in its User-Data-Header. When you use Payload mode, you send long messages in the optional parameters message_payload, sar_msg_ref_num, sar_total_segments, sar_seg...
by alt
Fri Dec 08, 2006 2:48 pm
Forum: ALT.SMS.SmppClient
Topic: source code
Replies: 10
Views: 28978

You can buy source codes at ShareIt Order Page
by alt
Fri Dec 01, 2006 6:17 pm
Forum: ALT.SMS.SmppClient
Topic: Sending SMS longer than 256 bytes
Replies: 3
Views: 14020

I have released version 1.1.1 where you can try SubmitText with SubmitMode.Payload
by alt
Fri Dec 01, 2006 1:17 am
Forum: ALT.SMS.SmppClient
Topic: Sending SMS longer than 256 bytes
Replies: 3
Views: 14020

Sorry, it is not implemented yet, but in process... It is known that parameter "message_payload" can contain user data up to 64K, but some servers doesn't allow to send such a big message in one packet. How many bytes in message_payload your server accepts? I have unfinished method SubmitText, which...
by alt
Thu Sep 21, 2006 11:27 am
Forum: ALT.SMS.SmppClient
Topic: source code
Replies: 10
Views: 28978

sorry it is not open source library.
You may use ALT.SMS.SmppClient for free
but source code is not free.

As for SMPP 5, I have no available connection to test this specification.
by alt
Thu Aug 31, 2006 9:28 pm
Forum: ALT.SMS.SmppClient
Topic: Documentation
Replies: 6
Views: 20241

Sorry, documentation in process

You can check Demo application (sources included) at
http://www.inetlab.ru/en/ALT.SMS.SmppClient
by alt
Sat Aug 19, 2006 11:11 am
Forum: ALT.SMS.SmppClient
Topic: This library works with real system
Replies: 0
Views: 8927

This library works with real system

This library is fully tested in real work. It supports most encodings, including Cyrillic. Everyone can use it in any products for free. I have a solution to process SMS messages like HTTP requests. You can create any SMS pages and set any conditions to redirect user to another SMS page. You can add...