mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Parking: Add documentation for AMI ParkedCallSwap event.
This event was added some time ago in order to clarify when a channel took the place of another channel in a parking lot. However, there was no XML documentation added for the event. This patch adds the XML documentation. ASTERISK-24900 #close Reported by Rusty Newton Change-Id: I4cfe7777c4b94bbff91c9221c6096a7a02a92eac
This commit is contained in:
committed by
Richard Mudgett
parent
bbeb753e5e
commit
59552c2d08
@@ -156,6 +156,22 @@ ASTERISK_REGISTER_FILE()
|
|||||||
</syntax>
|
</syntax>
|
||||||
</managerEventInstance>
|
</managerEventInstance>
|
||||||
</managerEvent>
|
</managerEvent>
|
||||||
|
<managerEvent language="en_US" name="ParkedCallSwap">
|
||||||
|
<managerEventInstance class="EVENT_FLAG_CALL">
|
||||||
|
<synopsis>Raised when a channel takes the place of a previously parked channel</synopsis>
|
||||||
|
<syntax>
|
||||||
|
<channel_snapshot prefix="Parkee"/>
|
||||||
|
<channel_snapshot prefix="Parker"/>
|
||||||
|
<xi:include xpointer="xpointer(/docs/managerEvent[@name='ParkedCall']/managerEventInstance/syntax/parameter)" />
|
||||||
|
</syntax>
|
||||||
|
<description>
|
||||||
|
<para>This event is raised when a channel initially parked in the parking lot
|
||||||
|
is swapped out with a different channel. The most common case for this is when
|
||||||
|
an attended transfer to a parking lot occurs. The Parkee information in the event
|
||||||
|
will indicate the party that was swapped into the parking lot.</para>
|
||||||
|
</description>
|
||||||
|
</managerEventInstance>
|
||||||
|
</managerEvent>
|
||||||
***/
|
***/
|
||||||
|
|
||||||
/*! \brief subscription to the parking lot topic */
|
/*! \brief subscription to the parking lot topic */
|
||||||
|
Reference in New Issue
Block a user