Skip to main content

pickup ringing extention from a queue

Posted by ophirr on Sun, 08/26/2012

Hi

Is there anyway to pickup ringing extention from a queue if I'm not in that queue?


Submitted by ophirr on Thu, 08/30/2012 Permalink

I am running 1.8,
should I write a script and assign feature code in order to use it?
I didn't find any script for pickupchan in the scripts library

Submitted by eeman on Thu, 08/30/2012 Permalink

clone the tl-directed-call-pickup script...

remov the @PICKUPMARK option, replace Pickup with PickupChan and make sure you preceed the info with SIP/ to declare the channel

Submitted by ophirr on Thu, 08/30/2012 Permalink

cloned and changed

exten => s,1,PickupChan(${MACRO_EXTEN:${ARG1}}${TL_DASH}${tenant})
exten => s,n,Playback(privacy-incorrect)
exten => s,n,Hangup

now how can I use it?
featurecode + queue number?

what is the SIP/ info?