Hi,
I wanted to use the same extensions for Pausing and UnPausing queue members.
Is that a variable that is set up with the agent status (on call, available, not
logged, paused) so that I could use it to make some logic in this extension?
exten => 111,1,Set(AGENTEPARADESLOGAR=${$[AGENTBYCALLERID_${CALLERIDNUM}]})
exten => 111,2,PauseQueueMember(|Agent/${AGENTEPARADESLOGAR})
exten => 111,3,Hangup
Or the only way out is to have different extensions for pausing and unpausing?
Thank you
Dov
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20060406/c7db233d/attachment.htm
There isn't one that behaves the same. I resorted to storing stuff in astdb so that I could use that to make the pause/unpause toggle. --johann Dov Bigio wrote:> Hi, > > I wanted to use the same extensions for Pausing and UnPausing queue members. > > Is that a variable that is set up with the agent status (on call, > available, not logged, paused) so that I could use it to make some logic > in this extension? > > exten => 111,1,Set(AGENTEPARADESLOGAR=${$[AGENTBYCALLERID_${CALLERIDNUM}]}) > exten => 111,2,PauseQueueMember(|Agent/${AGENTEPARADESLOGAR}) > exten => 111,3,Hangup > Or the only way out is to have different extensions for pausing and > unpausing? > > Thank you > Dov > > > ------------------------------------------------------------------------ > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users