[Asterisk-Users] Re: Polycom and call waiting again..

Sean A. Newton nester-asterisk at wewt.net
Thu Jan 27 11:02:12 MST 2005


On Thu, 27 Jan 2005, Sean A. Newton wrote:

> On Thu, 27 Jan 2005, Kevin P. Fleming wrote:
> 
> > Adam Goryachev wrote:

Alright.. Just wanted to follow up, for the sake of having this showing up
in google when the next poor sap like me is looking for a solution..

[queue-login]
;tech login
exten => 8100,1,AddQueueMember(support|Local/${CALLERIDNUM}@acd)
exten => 8100,2,Playback(agent-loginok)
exten => 8100,3,Hangup

;tech logoff
exten => 8101,1,RemoveQueueMember(support|Local/${CALLERIDNUM}@acd)
exten => 8101,2,Playback(agent-loggedoff)
exten => 8101,3,Hangup

[acd]
exten => 1151,1,Macro(acd-group,1151)
exten => 1152,1,Macro(acd-group,1152)
exten => 1153,1,Macro(acd-group,1153)
exten => 1154,1,Macro(acd-group,1154)

[macro-acd-group]
exten => s,1,SetGroup(SIP${ARG1})
exten => s,2,CheckGroup(1)
exten => s,3,Dial(SIP/${ARG1},15)
exten => s,104,Busy

Seems to work great.. Only problem I have is the "wrapuptime" thing not
working but that's a much lesser issue. 

--Sean

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 sean a. newton                      nester at wewt.net
 louisville, ky, usa                 http://wewt.net 

 Another day, another convertible and another hotel 
 full of cops.                -- Hunter S. Thompson
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-




More information about the asterisk-users mailing list