[Amportal-devel] Agents and dynamic agents in queues

[quote]I put that into the 2.2 version of the module. Hover over the static agents section to see the help. This will simply allow an agent to be created as Agent/xxx instead of the Local channel. You will have to manually create agents in the agents.conf file, as well as add the necessary dialplan to allow such agents to login since there are different asterisk functions then what is used for the current dialplan.

p

Message: 1
Date: Wed, 27 Sep 2006 21:48:17 +1000
From: ajl119
Subject: [Amportal-devel] Agents and dynamic agents in queues
To: [email protected]
Message-ID: [email protected]

Is there any chance support can be included to select dynamic agent queue members as well as static ones?

Would need an Agent module to set up agents in agents.conf
agent => XXX,YYYY,ZZZZZZ
XXX = SIP extenstion for example
YYYY = password
ZZZZZZ = name

Dynamic members in queues:
I.e. in queues.conf
add a dynamic member with:
member => Agent/XXX

as well as static members with:
member=Local/255@from-internal/n,0

-------------------- m2f --------------------

Sent using Mail2Forum (http://www.mail2forum.com).

Read this topic online here:
http://www.freepbx.org/forums/viewtopic.php?p=1486#1486

-------------------- m2f --------------------



Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net’s Techsay panel and you’ll get the chance to share your
opinions on IT & business topics through brief surveys – and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV



Amportal-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-devel

End of Amportal-devel Digest, Vol 5, Issue 32


[/quote]

	Yahoo! Messenger with Voice. [url=http://us.rd.yahoo.com/mail_us/taglines/postman1/*http://us.rd.yahoo.com/evt=39663/*http://voice.yahoo.com]Make PC-to-Phone Calls[/url] to the US (and 30+ countries) for 2¢/min or less. 

Post generated using Mail2Forum (http://www.mail2forum.com)

Great, that is exactly what i want :smiley:
Thank you

Version 2.2???
However I only have version 1.0.5 of the queues module and version 2.1.2 of freePBX.
As far as i know, these are the latest versions. Where can i get 2.2 from???

I had to update the macro-agent-add and macro-agent-del macros and swap the line
exten => s,9,AddQueueMember(${ARG1}|Local/${CALLBACKNUM}@from-internal/n)
for
exten => s,9,AgentCallbackLogin(${CALLERIDNUM}||${CALLERIDNUM}@from-internal)

and update agents.conf manually, to allow dynamic agents.

Thanks again