Search found 991 matches

by alt
Thu Mar 29, 2007 3:19 pm
Forum: ALT.SMS.SmppClient
Topic: Code for sending smart SMS ringtones and logos
Replies: 1
Views: 16101

Sorry I have no ready to use code.
You have to prepare User Data your self. Refer to 3GPP TS 23.040 http://www.3gpp.org/ftp/Specs/archive/2 ... 40-660.zip
Read chapter 9.2.3.24. There is a description how to create EMS messages.
by alt
Tue Feb 27, 2007 12:48 pm
Forum: ALT.SMS.SmppClient
Topic: Sending Binary messages
Replies: 4
Views: 29923

Could you show me the values of the following variables:
orgTon, orgNpi, destination, desTon, desNpi, msisdn, msgBody
by alt
Sun Feb 25, 2007 8:45 am
Forum: ALT.SMS.SmppClient
Topic: delivery receipt
Replies: 2
Views: 26058

yes, you can detect it by checking property MessageType in a DataSm or DeliverySm opertaions.
by alt
Wed Feb 21, 2007 11:17 am
Forum: ALT.SMS.SmppClient
Topic: Sending Binary messages
Replies: 4
Views: 29923

It looks like everything correct.
Any problems?
by alt
Thu Feb 15, 2007 8:48 pm
Forum: ALT.SMS.SmppClient
Topic: Documentation
Replies: 6
Views: 52990

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 ...
by alt
Thu Feb 15, 2007 10:10 am
Forum: ALT.SMS.SmppClient
Topic: source code
Replies: 10
Views: 84619

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: 52990

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: 39539

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: 39539

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: 39539

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 ...
by alt
Fri Dec 08, 2006 2:48 pm
Forum: ALT.SMS.SmppClient
Topic: source code
Replies: 10
Views: 84619

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: 27609

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: 27609

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 ...
by alt
Thu Sep 21, 2006 11:27 am
Forum: ALT.SMS.SmppClient
Topic: source code
Replies: 10
Views: 84619

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: 52990

Sorry, documentation in process

You can check Demo application (sources included) at
http://www.inetlab.ru/en/ALT.SMS.SmppClient