ParkedCall([parking_lot_name,parking_space])
Full arguments reference
parking_lot_name- Specify from which parking lot to retrieve a parked call.parking_space- Parking space to retrieve a parked call from. If not provided then the first available parked call in the parking lot will be retrieved.
Used to retrieve a parked call from a parking lot.
Note
If a parking lot's parkext option is set, then Parking lots will automatically create and manage dialplanThe core call-routing configuration of Asterisk, written mostly in extensions.conf as contexts, extensions, and priorities that decide how every call is handled. Full definition → extensions in the parking lot contextA named section of the dialplan that groups extensions. Calls enter a specific context and can only reach extensions visible from it, making contexts the basic unit of call routing and security.. If that is the case then you will not need to manage parking extensions yourself, just include the parking context of the parking lot.
parking_lot_name- Specify from which parking lot to retrieve a parked call.parking_space- Parking space to retrieve a parked call from. If not provided then the first available parked call in the parking lot will be retrieved.
User Notes
Know a tip or gotcha for this topic? Share it below and help others.
Contribute a note
Share a tip, gotcha, or practical example. Keep it under 2000 characters. No questions (use the Asterisk community forums for support). Wrap code in backticks.