Search found 20 matches
- Tue Feb 15, 2011 12:01 pm
- Forum: ALT.SMS.SmppClient
- Topic: Special characters
- Replies: 2
- Views: 66166
Re: Special characters
Hello! If i send a message "How r u ?" , i do not receive question mark on mobile. Instead it gives A and pound sign. I am using default encodong. Rest of the special characters come properly after using the GSMEncode function. The problem is only with ? Please help The GSMEncode function is as foll...
- Tue Feb 15, 2011 9:36 am
- Forum: ALT.SMS.SmppClient
- Topic: Special characters
- Replies: 2
- Views: 66166
Special characters
Hello Alt!
When we send special characters in messages, they do not come properly. Ex: ? appears as some other alphabets. Please help me to solve this problem
Thanks!
When we send special characters in messages, they do not come properly. Ex: ? appears as some other alphabets. Please help me to solve this problem
Thanks!
- Fri Jan 28, 2011 7:31 am
- Forum: ALT.SMS.SmppClient
- Topic: Multiple SMSCs and multiple binds
- Replies: 2
- Views: 68757
Re: Multiple SMSCs and multiple binds
I got a solution to this problem. I have made separate application for all smscs and in each application , i have a global variable (called as isbind). It is set to false, by default, and on successful binding it si set to true. Bind the gateway only when isbind is false. In that way, the gateway wo...
- Sat Jan 08, 2011 11:14 am
- Forum: ALT.SMS.SmppClient
- Topic: set throttling limits
- Replies: 0
- Views: 56237
set throttling limits
Hello ALt!
I need to set throttling limits in my application. How could i do so using ALT library.
Please reply soon!
Thanks!
I need to set throttling limits in my application. How could i do so using ALT library.
Please reply soon!
Thanks!
- Wed Jan 05, 2011 8:39 am
- Forum: ALT.SMS.SmppClient
- Topic: Multiple SMSCs and multiple binds
- Replies: 2
- Views: 68757
Multiple SMSCs and multiple binds
Hello All! I am also using the ALT library and after lot of struggle was able to send messages through it. But i want to connect to several smscs with multiple binds. I connect one smsc , bind it, send message and disconnect it. This whole process goes in loop for all smscs. But as i disconnect afte...
- Fri Dec 31, 2010 9:01 am
- Forum: ALT.SMS.SmppClient
- Topic: Default RegisteredDelivery value and PriorityDelivery value
- Replies: 1
- Views: 53598
Default RegisteredDelivery value and PriorityDelivery value
We are using client DLL and when we are binding to a smpp gateway it is by default passing value RegisteredDelivery=0 - and PriorityDelivery=0 we have not passed this value from our application. Can you confirm default values being passed when SMPP is bind..? Also suggest how can we disable passing ...
- Tue Nov 30, 2010 10:35 am
- Forum: ALT.SMS.SmppClient
- Topic: How to use EnquireLink class to check SMSC connection status
- Replies: 1
- Views: 60185
How to use EnquireLink class to check SMSC connection status
Hello everyone! The method i am using to send messages is connecting gateway, binding it, sending messages through submitAsync and disconnecting gateway. Since i use multiple operators, i follow the same process for all the operators. I have created a windows service that handles all this and go on ...
- Tue Nov 09, 2010 6:09 am
- Forum: ALT.SMS.SmppClient
- Topic: VCard SMS & Picture SMS
- Replies: 0
- Views: 56030
VCard SMS & Picture SMS
Hello!
How can i sent picture messages and VCard SMS using Alt library?
Any code snippet in these regards will be of more help.
Thanks
How can i sent picture messages and VCard SMS using Alt library?
Any code snippet in these regards will be of more help.
Thanks
- Thu Oct 28, 2010 8:20 am
- Forum: ALT.SMS.SmppClient
- Topic: Bind Problem
- Replies: 2
- Views: 66512
- Tue Oct 12, 2010 10:55 am
- Forum: ALT.SMS.SmppClient
- Topic: Bind Problem
- Replies: 2
- Views: 66512
Bind Problem
I do get error while binding but it does not come regularly. If i send messages through a particular operator, it gives me bind as ESME_ROK and at the same time, as i try it again with same set of values and same operator, I get error as invalid systemId. This issue troubles me a lot when i send bul...
- Fri Oct 08, 2010 10:20 am
- Forum: ALT.SMS.SmppClient
- Topic: Increase TPS
- Replies: 3
- Views: 95922
Hello SIr, I really appreciate for the wonderful work done by you on smpp and for your quick support and co-operation. I have used async with the same code as given by you, but it sends same message twice at same destination. I feel, it sends once through PrepareSubmit and secondly through SubmitAsy...
- Thu Oct 07, 2010 1:43 pm
- Forum: ALT.SMS.SmppClient
- Topic: Increase TPS
- Replies: 3
- Views: 95922
Increase TPS
Hello there, I am using the ALT library for my mobile sms applications but i am able to send just 1 sms/second whereas my gateways throughput is 80 to 100 sms/sec. I have used PrepareSubmit to send messages. Can anyoune guide me on how to increase the throughput of my service? Can submitasync help m...
- Sat Sep 25, 2010 9:50 am
- Forum: ALT.SMS.SmppClient
- Topic: SubmitMulti
- Replies: 1
- Views: 53954
SubmitMulti
Hello everyone, I am interested in getting an example of how to use submitmulti. Also, i want to know how does it gives the delivery status of bulk messages. Is there any limit for destination addresses in submit multi? How much time does it take in an average to send about 10,000 messages? Please r...
- Sat Aug 07, 2010 2:50 pm
- Forum: ALT.SMS.SmppClient
- Topic: find delivery status of message
- Replies: 0
- Views: 55019
find delivery status of message
I get the following log while sending the message: 07-08-2010 08:04:57Sending Data: 0000002c00000009000000004b2565b55032413257444e44007032613277005032413257444e440034010000 07-08-2010 08:04:57Received Data: 0000002080000009000000004b2565b553425f39375f32333437000210000134 07-08-2010 08:04:57Sending D...
- Fri Jul 23, 2010 11:19 am
- Forum: ALT.SMS.SmppClient
- Topic: How to get delivery status of a message
- Replies: 5
- Views: 111816