Name

ParkedCall() — Answers a parked call

Synopsis

ParkedCall(parkingslot)

Connects the caller to the parked call in the parking space identified by parkingslot. This application is always registered internally and does not need to be explicitly added in to the dialplan, although you should include the parkedcalls context.

; pick up the call parked in parking space 701
exten => 123,1,Answer()
exten => 123,2,ParkedCall(701)

Get Asterisk: The Future of Telephony, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.