Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

ParkedCall()

Synopsis

Retrieve a parked call.

Description

Used to retrieve a parked call from a parking lot.

Parking lots automatically create and manage dialplan extensions in the parking lot context. You do not need to explicitly use this application in your dialplan. Instead, all you should do is include the parking lot context in your dialplan.Parking lots automatically create and manage dialplan extensions in the parking lot context. You do not need to explicitly use this application in your dialplan. Instead, all you should do is include the parking lot context in your dialplan.

Syntax

ParkedCall([exten[,parking_lot_name]])
Arguments
  • exten - Parking space extension to retrieve a parked call. If not provided then the first available parked call in the parking lot will be retrieved.
  • parking_lot_name - Specify from which parking lot to retrieve a parked call. The parking lot used is selected in the following order: 1) parking_lot_name option 2) PARKINGLOT variable 3) CHANNEL(parkinglot) function (Possibly preset by the channel driver.) 4) Default parking lot.

See Also

Asterisk 10 Application_Park
Asterisk 10 Application_ParkAndAnnounce

Import Version

This documentation was imported from Asterisk version SVN-branch-10-r340810.

  • No labels