Ticket #4512 (closed Bugs: invalid)

Opened 1 year ago

Last modified 1 year ago

can't set "Max Wait Time" queue option

Reported by: spark Assigned to:
Priority: major Milestone: 2.9
Component: Queues Version: 2.8-branch
Keywords: Cc:
Confirmation: Unreviewed SVN Revision (if applicable):
Backend Engine: All Backend Engine Version:

Description

Hello,

I am not able to set "Max Wait Time" queue option in freepbx. It is not being written in /etc/asterisk/queues_additional.conf. I am using FreePBX 2.7.0.5. Please check this.

Change History

08/30/10 12:17:21 changed by mickecarlsson

  • status changed from new to closed.
  • resolution set to invalid.

That is because it is written in the dialplan (extensions_additional.conf), this example shows that I have selected 6 minutes (360 seconds) for queue 2499:

exten => 2499,n,Queue(2499,t,,,360)