If i have a Queue named: ‘Sales’ in that queue i have SIP/206, How can i pickup 206 if is this queue is ringing?
I try using this
; TO SET THE MEMBER
exten=>1,1,Answer()
exten=>1,2,Set(__PICKUPMARK=SIP/206)
exten=>1,3,Queue(Sales)
; TO PICKUP THE MEMBER I WANT
exten=>2,1,Set(__PICKUPMARK=206)
exten=>2,2,Pickup(206)
exten=>2,3,Congestion(2)
I have this in all my SIP devices in sip.conf
callgroup=1
pickupgroup=1
When i want to pickup a Phone in my same group i just dial 8 because i configured in features.conf
but if i want to pickup a direct extension using the example on top?
Thanks ianplain, I was testing and is working fine… but i don’t made a full test because i have to go to the University right now, but thanks, tomorrown i’m going to test very well and give you a feed back! Thanks again.