Search found 984 matches

by alt
Wed Oct 08, 2008 8:27 am
Forum: ALT.SMS.SmppClient
Topic: Receiving a No Such Host error message upon connect
Replies: 6
Views: 15928

Please try to new version 2.4.1
http://www.inetlab.ru/Download/SmppClient.zip
by alt
Wed Oct 08, 2008 6:45 am
Forum: ALT.SMS.SmppClient
Topic: I got Error when send sms over the Default 140 character...
Replies: 8
Views: 18490

this packet has User Data Header in the short message field
♣ ♥Z♦♥ means
05 UDH length
00 IEI Concatenated short messages, 8-bit reference number
03 IEI length
5a reference number
04 Maximum number of short messages in the concatenated short message
03 Sequence number of the current short message
by alt
Tue Oct 07, 2008 4:08 pm
Forum: ALT.SMS.SmppClient
Topic: Receiving a No Such Host error message upon connect
Replies: 6
Views: 15928

Do you use Vista or do you have IPv6 enabled?
by alt
Tue Sep 30, 2008 9:05 pm
Forum: Inetlab.MMS.MM7
Topic: When MM7.NET SDK will be available?
Replies: 4
Views: 41983

Hi zed9. Please download last version from http://www.inetlab.ru/Download/MM7.NET.zip and try to connect with following options: MMSC Url: http://172.28.168.10:19091 VASPID: 819003 VASID: 5432 ServiceCode: 321 SenderAddress: 54321 Note that MMSTest default charged pary: Sender. If you want to receiv...
by alt
Tue Sep 30, 2008 8:03 pm
Forum: ALT.SMS.SmppClient
Topic: Long string and SmppClient.SubmitAsync
Replies: 1
Views: 7545

Please download last version.
http://www.inetlab.ru/Download/SmppClient.zip

Changes in the version 2.4.0

- Ability to send concatenated short message asynchronously using methods SubmitTextAsync, PrepareSubmit and SubmitAsync
by alt
Tue Sep 23, 2008 3:33 pm
Forum: ALT.SMS.SmppClient
Topic: Timeout on bind
Replies: 4
Views: 14720

by alt
Fri Sep 19, 2008 10:47 am
Forum: ALT.SMS.SmppClient
Topic: How to retrieve sms message from smsc....
Replies: 2
Views: 8698

SMSC should send DeliverySm packet when mobile phone sends sms to your service.
by alt
Thu Sep 18, 2008 6:59 am
Forum: ALT.SMS.SmppClient
Topic: IndexOutOfRangeException
Replies: 2
Views: 8852

It seems that it is problem of length when SMSC sends wrong packet length.
Can you give me an access to your SMSC?
by alt
Tue Sep 16, 2008 5:39 am
Forum: ALT.SMS.SmppClient
Topic: Shareit.com link down
Replies: 2
Views: 10409

For people who can not order on Share-It, I've created order page on Plimus.
https://www.plimus.com/jsp/buynow.jsp?c ... Id=2047866
by alt
Fri Sep 12, 2008 10:37 am
Forum: ALT.SMS.SmppClient
Topic: Are there any test SMPP servers?
Replies: 4
Views: 18961

This is response from ActiveXperts SMSC 00000011800000090000000d7079e79a000210000134 there are 22 bytes, but length in the first 4 bytes is 17. They send also optional parameter sc_interface_version with value 34. but they did not increase packet length up to 22 bytes. I'll try to fix this somehow, ...
by alt
Wed Aug 27, 2008 7:41 pm
Forum: ALT.SMS.SmppClient
Topic: SmppClient.Query crashes with exception
Replies: 2
Views: 8988

by alt
Mon Aug 04, 2008 6:00 am
Forum: ALT.SMS.SmppClient
Topic: Is this component thread safe?
Replies: 1
Views: 7663

Yes, you can use ALT.SMS.SmppClient in such scenario.
by alt
Mon Aug 04, 2008 5:57 am
Forum: ALT.SMS.SmppClient
Topic: SMS and MMS suport
Replies: 2
Views: 9309

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

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

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...