Search found 987 matches

by alt
Tue May 08, 2007 2:07 pm
Forum: ALT.SMS.SmppClient
Topic: submit vs AdvancedSubmit / Throughput
Replies: 3
Views: 12580

Some SMSC has limits on message throughput. In ALT.SMS.SmppClient you can specify SubmitSpeed value (messages per minute).
AdvancedSubmit checks SubmitSpeed value and limits repeated submits in order to avoid ESME_RTHROTTLED status.
by alt
Mon May 07, 2007 7:56 am
Forum: ALT.SMS.SmppClient
Topic: Detail about SubmitSmResp[]
Replies: 1
Views: 8947

SubmitText method supports concatenated messages, if message longer then one SubmitSm packet it returns an array of responses from SMSC.
You should check status of all responses in array to make sure that all packets was sent correctly.
by alt
Sun May 06, 2007 12:35 pm
Forum: ALT.SMS.SmppClient
Topic: source code
Replies: 10
Views: 29077

Yes, all upgrades are free
by alt
Wed May 02, 2007 9:25 pm
Forum: ALT.SMS.SmppClient
Topic: TLV
Replies: 1
Views: 9363

Hello, Steve.

Yes, you can use SubmitSm.Optional property.
by alt
Wed Apr 25, 2007 11:54 am
Forum: ALT.SMS.SmppClient
Topic: Two more issues found
Replies: 7
Views: 19125

I've released version 1.2.2
I hope I solved these two issues.
by alt
Mon Apr 23, 2007 10:52 pm
Forum: ALT.SMS.SmppClient
Topic: Two more issues found
Replies: 7
Views: 19125

Strange, this pdu has both UDHI and Reply Path flags, but User Data Header
has incorrect UDHL length = 30 (48 dec).
What do you expect in this user data?
by alt
Mon Apr 23, 2007 4:46 pm
Forum: ALT.SMS.SmppClient
Topic: Two more issues found
Replies: 7
Views: 19125

It looks like ordinary SMS message.
Can you check if client raises evDeliverSm and evSendData events after evReceiveData event?
by alt
Mon Apr 23, 2007 1:32 pm
Forum: ALT.SMS.SmppClient
Topic: Two more issues found
Replies: 7
Views: 19125

Could you send me a hex dump of such message?

Second issue will be fixed in the next version.
by alt
Mon Apr 16, 2007 9:01 pm
Forum: ALT.SMS.SmppClient
Topic: Invalid Source or Destination Address has 60 second timeout
Replies: 5
Views: 17097

Thank you a lot. :D
I've sent you source code.
Let me know if it works for you now.
by alt
Mon Apr 16, 2007 8:09 pm
Forum: ALT.SMS.SmppClient
Topic: Unsolicited AlertNotification handling
Replies: 2
Views: 10339

Please try version 1.2.1. I've added support of AlertNotification message.
Sorry for long delay.
by alt
Mon Apr 16, 2007 7:55 pm
Forum: ALT.SMS.SmppClient
Topic: Invalid Source or Destination Address has 60 second timeout
Replies: 5
Views: 17097

I've turned off this sleep. Try version 1.2.1.
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: 9808

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

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

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

It looks like everything correct.
Any problems?