[asterisk-users] Can a BLF show busy only if all devices are busy?

2013-08-09 Thread Carlos Alvarez
We all know you can monitor multiple devices in one hint, and it shows busy
if any device in the group is busy.  This is good for a user with multiple
devices, but not useful for teams where any person could take a call, like
a customer service group.  Does anyone know if it's possible to have a hint
with multiple devices which only shows busy if every device is busy?

-- 
Carlos Alvarez
TelEvolve
602-889-3003
--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] Can a BLF show busy only if all devices are busy?

2013-08-09 Thread Alec Davis
Sounds like you are using queues, you may be able to use the following;
 
exten = 8501,hint,Queue:markq_avail
Note: the suffix '_avail' after the queuename.
Reports 'InUse' for no logged in agents or no free agents.
Reports 'Idle' when an agent is free.

markq is the queuename.
 
Alec Davis
 


  _  

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Carlos Alvarez
Sent: Saturday, 10 August 2013 8:09 a.m.
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Can a BLF show busy only if all devices are busy?


We all know you can monitor multiple devices in one hint, and it shows busy
if any device in the group is busy.  This is good for a user with multiple
devices, but not useful for teams where any person could take a call, like a
customer service group.  Does anyone know if it's possible to have a hint
with multiple devices which only shows busy if every device is busy? 

-- 

Carlos Alvarez
TelEvolve
602-889-3003


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] Can a BLF show busy only if all devices are busy?

2013-08-09 Thread Carlos Alvarez
On Fri, Aug 9, 2013 at 2:32 PM, Alec Davis siva...@paradise.net.nz wrote:

 **
 Sounds like you are using queues, you may be able to use the following;


In the cases I'm thinking of, we aren't using queues.  It's just 2-4 phones
and they don't want a queue specifically, so I've just done a multi-device
dial to keep things simple.  I think I could probably move them to a queue
instead.  Unless someone else has an idea.


-- 
Carlos Alvarez
TelEvolve
602-889-3003
--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] Can a BLF show busy only if all devices are busy?

2013-08-09 Thread Alec Davis
 
 In the cases I'm thinking of, we aren't using queues.  It's 
 just 2-4 phones and they don't want a queue specifically, so 
 I've just done a multi-device dial to keep things simple.  I 
 think I could probably move them to a queue instead.  Unless 
 someone else has an idea.
 

You could define a queue with permanent agents, but not use the queue in the
dial plan.
Then you can monitor the queuename_avail hint.

Untested, YMMV

Alec


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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