Park() — Parks the current call
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 in to the dialplan, although you should include the
parkedcalls
context. Parking
configuration is set in features.conf
.
; explicitly park the caller
include => parkedcalls
exten => 123,1,Answer()
exten => 123,n,Park()