RE: [Asterisk-Users] queue.conf default behavior?

2004-07-22 Thread Kevin Walsh
Paul Zimm [EMAIL PROTECTED] wrote:
> If I don't have any settings defined for these 2 parameters, what are the
> default settings? 
> 
> ; How long do we let the phone ring before we consider this a timeout... ;
> ;timeout = 15
> ;
> ; How long do we wait before trying all the members again? ;
> ;retry = 5
> ;
> 
>From "apps/app_queue.c":

#define DEFAULT_RETRY   5
#define DEFAULT_TIMEOUT 15

-- 
   _/   _/  _/_/_/_/  _/_/  _/_/_/  _/_/
  _/_/_/   _/_/  _/_/_/_/_/  _/   K e v i n   W a l s h
 _/ _/_/  _/ _/ _/_/  _/_/[EMAIL PROTECTED]
_/   _/  _/_/_/_/  _/_/_/_/  _/_/

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] queue.conf default behavior?

2004-07-22 Thread Paul Zimm
If I don't have any settings defined for these 2 parameters, what are 
the default settings?

; How long do we let the phone ring before we consider this a timeout...
;
;timeout = 15
;
; How long do we wait before trying all the members again?
;
;retry = 5
;
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users