[asterisk-users] Queues don't follow dialplan if no members are registered
Andrew Martin
amartin at xes-inc.com
Tue Jul 28 22:51:54 CDT 2015
----- Original Message -----
> From: "John Kiniston" <johnkiniston at gmail.com>
> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users at lists.digium.com>
> Sent: Tuesday, July 28, 2015 12:12:05 PM
> Subject: Re: [asterisk-users] Queues don't follow dialplan if no members are registered
>
> In your queues.conf do you have a leavewhenempty and joinempty set?
>
> in queues.conf
> [myqueue]
> leavewhenempty = strict
> joinempty = strict
> strategy = ringall
> ringinuse = no
>
>
John,
Thanks for the fast reply! I had "joinempty=yes" in queues.conf,
which explains why I was seeing this behavior. It looks like the
"strict" setting is partially-deprecated, so instead I'm using
the following combination:
[myqueue]
musiconhold=default
music=default
strategy=ringall
joinempty=unavailable,invalid,unknown
leavewhenempty=unavailable,invalid,unknown
timeout=18
member => SIP/100
member => SIP/101
Is there any reason that using any of these options would be a
problem, in particular "unknown"? It is not very well defined
what an "unknown" state is exactly.
Thanks,
Andrew
More information about the asterisk-users
mailing list