Can anyone think of a way to accomplish what I want without using the Queue timeout parameter (when someone's logged in and taking phone calls, calls need to stay in the queue)?
My config details are below:
All phones are Cisco 7960g's running SIP (v. 6.3)
I'm running version: Asterisk CVS-HEAD-09/11/04-15:55:23
queues.conf:
[general]
[sales] music=default strategy=leastrecent timeout=15 retry=5 maxlen=0 announce-frequency=60 announce-holdtime=yes queue-youarenext = queue-youarenext queue-thereare = queue-thereare queue-callswaiting = queue-callswaiting queue-holdtime = queue-holdtime queue-minutes = queue-minutes queue-thankyou = queue-thankyou monitor-format = wav49 monitor-join = yes ; Members of this queue member => Agent/8108 member => Agent/8153
agents.conf:
[agents] ackcall=no autologoff=15
; Sales agent => 8108,8108,agent 1 agent => 8153,8153,agent 2
extensions.conf:
exten => 1,1,SetCIDName(Sales Queue) exten => 1,2,Queue(sales-neospire|t|||)
Anyone have any ideas?
Paul
_______________________________________________ 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
