Changing Parking Prompts

When a user places a call in the parking lot, is it possible to have it reply back with “Line 1”, “Line 2”, etc) instead of the extension name like 701, 702?

You can replace prompt by others with the same name but it will apply globally to any other app using these sounds

The ParkAndAnnounce() application might help you, particularly the announce_template for specifying different files to play back and the PARKED key word for saying the position number. Also the /etc/asterisk/res_parking.conf configuration file lets you create new parking lots, which could for example, be 1-9 instead of 701-709, in a new dial plan context created for this purpose.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.