login | register
Tue 02 of Dec, 2008 [03:22 UTC]

voip-info.org

Discuss [0] History

Asterisk cmd ParkedCall

Created by: oej,Last modification on Fri 21 of Dec, 2007 [12:58 UTC] by JustRumours

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


Comments