you can find this question in this class org/smslib/Settings.java

1.    3
/**
         * Number of retries for sending a message.
         */
        public int OUTBOUND_RETRIES = 3;
2.   3000
/**
         * Wait time between retries for sending a message (milliseconds).
         */
        public int OUTBOUND_RETRY_WAIT = 3000;
3. not understand your question

On 10/31/09, shadinata <[email protected]> wrote:
>
> hi, i have a number of question about smslib that i couldn't find the
> answer in documentaion
>
> 1. what number is default 'retry count' for outbond message?
> 2. when the next attempt will be executed? (after x seconds of delay?)
> 3. will smslib try to use other out-able gateway (if i not specified
> any gateway)?
>
> thank you
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SMSLib for Java User Group" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/smslib?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to