Skip to main content

park_timeout

Created by Ryan Harris, last modified by livem Chan on 2022.03.03

park_timeout

string When set, a parked call will disconnect after the timeout has occurred. Timeout is specified in seconds. If no park_timeout value is set then the parked call will be held indefinitely or until it is removed with a uuid_transfer.

Usage

<action application="set" data="park_timeout=30"/>
<action application="park"/>

You can also specify which hangup_cause you need when the channel is disconnected by park_timeout.

<action application="set" data="park_timeout=30:MEDIA_TIMEOUT"/>

See Also