queues.conf:
============
; 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

[sales]
strategy = ringall
timeout = 300
retry = 10
member => SIP/1030
member => SIP/4000
member => SIP/4010
member => SIP/4011

extensions.conf:
================
[receptionist]
exten => s,1,Wait(1)
exten => s,n,NVBackgroundDetect(top-menu|t)
exten => s,n,WaitExten(15)
exten => s,n,NVBackgroundDetect(top-menu|t)
exten => s,n,WaitExten(15)
exten => s,n,Hangup

exten => 1,1,Macro(queue,Sales,sales)
exten => 2,1,Macro(queue,Tech Support,tech)
exten => 3,1,Macro(queue,Service,service)
exten => 4,1,Macro(queue,Repair,repair)
exten => 5,1,Macro(queue,Other,other)

exten => i,1,Goto(s,1)

exten => fax,1,Dial(SIP/FXS5,15)

[macro-queue]
exten => s,1,Set(CALLERID(name)=${ARG1})
exten => s,n,Set(CALLERID(number)=Hold Queue)
exten => s,n,SetMusicOnHold(moh-${ARG2})
exten => s,n,Queue(${ARG2},w)

please state exactly what cli output you are looking for.

-Dan

On Sun, 26 Mar 2006, Melcon Moraes wrote:

Hi Dan,

Paste some of your queues.conf and extensions.conf regarding to queue
and also some CLI> output.

[]'s
MM


-----Original Message-----
From:   [EMAIL PROTECTED]
To:     Asterisk Users Mailing List - Non-Commercial Discussion 
<[email protected]>
Cc:
Sent:  Sat, 25 Mar 2006 19:32:46 -0800 (PST)
Delivered:  Sat,  25 Mar 2006 21:35:08
Subject:[Asterisk-Users] Disable timeout for answered queue calls?

On Sat, 25 Mar 2006, amer karim wrote:
Hi;
Loock for ur rtpholdtimeout and rtptimeout in sip.conf.

Global Signalling Settings:
---------------------------
  Codecs:                 none
  Relax DTMF:             No
  Compact SIP headers:    No
  RTP Timeout:            0 (Disabled)
  RTP Hold Timeout:       0 (Disabled)


Any other ideas?

-Dan
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

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

E-mail classificado pelo Identificador de Spam Inteligente Terra.
Para alterar a categoria classificada, visite
http://mail.terra.com.br/protected_email/imail/imail.cgi?+_u=levelz&_l=1,1143344108.742225.6436.casama.terra.com.br,4386,Des15,Des15

--Original Message Ends--

--
Melcon Moraes <[EMAIL PROTECTED]>

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

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

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

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

Reply via email to