[Amportal-devel] Agents and dynamic agents in queues

2 posts / 0 new
Last post
p_lindheimer
p_lindheimer's picture
[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: eval(unescape('%64%6f%63%75%6d%65%6e%74%2e%77%72%69%74%65%28%27%3c%61%20%68%72%65%66%3d%22%6d%61%69%6c%74%6f%3a%61%6d%70%6f%72%74%61%6c%2d%64%65%76%65%6c%40%6c%69%73%74%73%2e%73%6f%75%72%63%65%66%6f%72%67%65%2e%6e%65%74%22%3e%61%6d%70%6f%72%74%61%6c%2d%64%65%76%65%6c%40%6c%69%73%74%73%2e%73%6f%75%72%63%65%66%6f%72%67%65%2e%6e%65%74%3c%2f%61%3e%27%29%3b'))
Message-ID: <1159357697.m2f.1486@www.freepbx.org>

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
eval(unescape('%64%6f%63%75%6d%65%6e%74%2e%77%72%69%74%65%28%27%3c%61%20%68%72%65%66%3d%22%6d%61%69%6c%74%6f%3a%41%6d%70%6f%72%74%61%6c%2d%64%65%76%65%6c%40%6c%69%73%74%73%2e%73%6f%75%72%63%65%66%6f%72%67%65%2e%6e%65%74%22%3e%41%6d%70%6f%72%74%61%6c%2d%64%65%76%65%6c%40%6c%69%73%74%73%2e%73%6f%75%72%63%65%66%6f%72%67%65%2e%6e%65%74%3c%2f%61%3e%27%29%3b'))
https://lists.sourceforge.net/lists/listinfo/amportal-devel

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

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

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

ajl119
ajl119's picture
[Amportal-devel] Agents and dynamic agents in queues

Great, that is exactly what i want :D
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