Search found 20 matches

by mrudula
Tue Feb 15, 2011 12:01 pm
Forum: ALT.SMS.SmppClient
Topic: Special characters
Replies: 2
Views: 27790

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...
by mrudula
Tue Feb 15, 2011 9:36 am
Forum: ALT.SMS.SmppClient
Topic: Special characters
Replies: 2
Views: 27790

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!
by mrudula
Fri Jan 28, 2011 7:31 am
Forum: ALT.SMS.SmppClient
Topic: Multiple SMSCs and multiple binds
Replies: 2
Views: 30044

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...
by mrudula
Sat Jan 08, 2011 11:14 am
Forum: ALT.SMS.SmppClient
Topic: set throttling limits
Replies: 0
Views: 30662

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!
by mrudula
Wed Jan 05, 2011 8:39 am
Forum: ALT.SMS.SmppClient
Topic: Multiple SMSCs and multiple binds
Replies: 2
Views: 30044

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...
by mrudula
Fri Dec 31, 2010 9:01 am
Forum: ALT.SMS.SmppClient
Topic: Default RegisteredDelivery value and PriorityDelivery value
Replies: 1
Views: 23532

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 ...
by mrudula
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: 29968

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 ...
by mrudula
Tue Nov 09, 2010 6:09 am
Forum: ALT.SMS.SmppClient
Topic: VCard SMS & Picture SMS
Replies: 0
Views: 30215

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
by mrudula
Thu Oct 28, 2010 8:20 am
Forum: ALT.SMS.SmppClient
Topic: Bind Problem
Replies: 2
Views: 27404

Thanks Alt for your response.

But please help me to know what is inactivity timeout and how could i set it?

Thanks in advance!
by mrudula
Tue Oct 12, 2010 10:55 am
Forum: ALT.SMS.SmppClient
Topic: Bind Problem
Replies: 2
Views: 27404

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...
by mrudula
Fri Oct 08, 2010 10:20 am
Forum: ALT.SMS.SmppClient
Topic: Increase TPS
Replies: 3
Views: 32482

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...
by mrudula
Thu Oct 07, 2010 1:43 pm
Forum: ALT.SMS.SmppClient
Topic: Increase TPS
Replies: 3
Views: 32482

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...
by mrudula
Sat Sep 25, 2010 9:50 am
Forum: ALT.SMS.SmppClient
Topic: SubmitMulti
Replies: 1
Views: 23254

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...
by mrudula
Sat Aug 07, 2010 2:50 pm
Forum: ALT.SMS.SmppClient
Topic: find delivery status of message
Replies: 0
Views: 29260

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...
by mrudula
Fri Jul 23, 2010 11:19 am
Forum: ALT.SMS.SmppClient
Topic: How to get delivery status of a message
Replies: 5
Views: 42097

I went through those links just now. Might be some connectivity issue. One more thing i would like to know is querysm always give me status as "enroute" though the message is delivered. Please help why is it so or the condition when it would return delivered.