[Asterisk-Users] Asterisk QUEUES ACD Call Back
Tim Karl
tkarl at imminc.com
Tue Aug 16 07:42:15 MST 2005
Fernando Patzlaff wrote:
> Hi all!
>
> I have 2 queues and 6 agents.
> I don't like use the 6 agents in two queues at the same time.
> I like use the following way:
> The user select what queue s/he goes to participate.
> Anybody can help me ?
>
> Fernando Patzlaff
> patzlaff at via-rs.net <mailto:patzlaff at via-rs.net>
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Asterisk-Users mailing list
>Asterisk-Users at lists.digium.com
>http://lists.digium.com/mailman/listinfo/asterisk-users
>To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
Fernando,
Have you tried AddQueueMember(queuename[|interface[|penalty]]) ?
examples: AddQueueMember(myqueue|SIP/6689) , AddQueueMember(myqueue)
It is used to dynamically add an interface to an existing queue. If the
interface is already part of the queue, the app will jump to n+101.
--Tim
More information about the asterisk-users
mailing list