[Asterisk-code-review] Parking: Add documentation for AMI ParkedCallSwap event. (asterisk[master])
Matt Jordan
asteriskteam at digium.com
Tue Jun 16 11:40:34 CDT 2015
Matt Jordan has submitted this change and it was merged.
Change subject: Parking: Add documentation for AMI ParkedCallSwap event.
......................................................................
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
---
M res/parking/parking_manager.c
1 file changed, 16 insertions(+), 0 deletions(-)
Approvals:
Richard Mudgett: Looks good to me, but someone else must approve
Matt Jordan: Looks good to me, approved; Verified
diff --git a/res/parking/parking_manager.c b/res/parking/parking_manager.c
index 175ae5f..a560151 100644
--- a/res/parking/parking_manager.c
+++ b/res/parking/parking_manager.c
@@ -156,6 +156,22 @@
</syntax>
</managerEventInstance>
</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 */
--
To view, visit https://gerrit.asterisk.org/665
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I4cfe7777c4b94bbff91c9221c6096a7a02a92eac
Gerrit-PatchSet: 2
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Mark Michelson <mmichelson at digium.com>
Gerrit-Reviewer: Matt Jordan <mjordan at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
More information about the asterisk-code-review
mailing list