Displaying 1 result from an estimated 1 matches for "somebody1".
Did you mean:
somebody
2007 Jan 29
3
Pickup() ringing extension and call waiting
...9;m using Asterisk 1.2.14 under openSuSE 10.2 with kernel 2.6.18. I have
Wildcard TDM400P card and D-Link DPH-120S and DPH-140S SIP phones. I would
like to be able to pickup ringing extention from any SIP phone using Pickup()
application.
from my dial plan:
[incoming]
exten => s,1,Dial(SIP/somebody1|60|tTrR)
[internal]
include => outbound-local
include => parkedcalls
exten => 200,1,Dial(SIP/somebody1|20|tTrR)
exten => 201,1,Dial(SIP/somebody2|20|tTrR)
exten => 202,1,Dial(SIP/somebody3|20|tTrR)
exten => _8.,1,Pickup(${EXTEN:1})
[outbound-local]
ignorepat => 9
exten =&g...