Park( )
|
Parks the current call
|
Park(exten)
Parks the current call (typically in combination
with a supervised transfer to determine the parking space number).
This application is always registered internally and does not need
to be explicitly added into the dialplan, although you should
include the parkedcalls context. Parking configuration is
set in features.conf.
; park the caller in parking space 701
include => parkedcalls
exten => 123,1,Answer( )
exten => 123,2,Park(701)
See Also
ParkAndAnnounce,
ParkedCall(
)
|