Title: Message
Could you post to the list,so we could take look just in case mark has a
plate load of items to merge ??
 
-----Original Message-----
From: Benjamin Miller <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: June 26, 2003 11:45 AM
Subject: RE: [Asterisk-Users] dynamic queue channels

Nice work! :-)  Thanks
Cant wait to see it in cvs.
-----Original Message-----
From: Paulo Mannheimer [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 26, 2003 11:23 AM
To: [EMAIL PROTECTED]
Subject: RE: [Asterisk-Users] dynamic queue channels

Just posted a patch do Mark implementing this.

 

There are two new commands:

 

-          AddQueueMember(queuename[|interface])

-          RemoveQueueMember(queuename[|interface])

 

An example would be

 

AddQueueMember(techsupport|Zap/3-1)

 

Hope you find it useful

 

PauloHM

 

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Benjamin Miller
Sent:
June 24, 2003 11:41 AM
To: [EMAIL PROTECTED]
Subject: RE: [Asterisk-Users] dynamic queue channels

 

There may be some trickiness that can be done with "chan_local" as agents of the call queue.  However, a much more elegant way to do this would be to create an app_addagent and app_removeagent that allows the dynamic addition and removal of extensions from the agent pool for a given queue. addagent(${CHANNEL}, techsupport) or something like that.

Ben

-----Original Message-----
From: Paulo Mannheimer [mailto:[EMAIL PROTECTED]
Sent:
Monday, June 23, 2003 6:36 PM
To: [EMAIL PROTECTED]
Subject: [Asterisk-Users] dynamic queue channels

Hi, I’m trying to build a call center application that allows attendants to come in the morning and dial a certain extension to make their extension available.

 

I wouldn’t like to use the AgentLogin app because their line would need to stay off-hook (is this correct?)

 

Is there any SET channel status command that would allow me to do something like this?

 

PauloHM

 

Reply via email to