Retrieves a parked call.
ParkedCall(extension)
Connects the channel to a parked call identified by
. This application is
registered internally so it shouldn't be necessary to add it into the
dialplan, though you should make sure it is enabled in features.conf. You
may include the context with the extensioninclude => parkedcalls
statement.
; retrieve the call parked at 701: exten => 123,1,Answer() exten => 123,n,ParkedCall(701)
|
|
|
Internal help for this application in Asterisk 1.4: -= Info about application 'ParkedCall' =- [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. diff output to internal help in Asterisk 1.2: - none - |
See also. the section called “Park()”, the section called “ParkAndAnnounce()”