Synopsis
Answer a parked call
Description
ParkedCall(exten)
Used to connect to a parked call. This Application is always registered internally and does not need to be explicitly added into the dialplan, although you should include the ‘parkedcalls’ context.
Example: Callpark indication (Asterisk 1.4 and newer):
include => parkedcalls
exten => 701,1,ParkedCall(701)
exten => 701,hint,park:701@parkedcalls
See also
Asterisk | Applications | Functions | Variables | Expressions | Asterisk FAQ