From: Mark Michelson Date: Tue, 16 Jun 2015 16:13:20 +0000 (-0500) Subject: Parking: Add documentation for AMI ParkedCallSwap event. X-Git-Tag: 13.5.0-rc1~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=723a9d4225d78391e91d9554b5df65424eed5969;p=thirdparty%2Fasterisk.git 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 --- diff --git a/res/parking/parking_manager.c b/res/parking/parking_manager.c index b9e46c7d50..435200b1ee 100644 --- a/res/parking/parking_manager.c +++ b/res/parking/parking_manager.c @@ -156,6 +156,22 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") + + + Raised when a channel takes the place of a previously parked channel + + + + + + + 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. + + + ***/ /*! \brief subscription to the parking lot topic */