Hello Everyone,
I am trying to configure the pickup application on Asterisk 1.2 I see there is a Pickup Application for Asterisk 1.4
exten => _7.,1,Pickup(${EXTEN:1}@default)
But is there a similar application for 1.2
Thanks for the help in advance.
Hi, You should to update version asterisk 1.2 to 1.4 or later. Because old version have any error and use not flexible. This is idea of me. Regard!
Hi If you mean call pickup. then its core to asterisk, set your pickupcode in the features.conf and the groups in the extensions sip / zap / iax conf files .
for directed pickup its
exten => _*66xxxx,1,Pickup(${EXTEN:3}) for example
Ian