From 59552c2d0848fab1207e5b5e815c4b31eb010aef Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Tue, 16 Jun 2015 11:13:20 -0500 Subject: [PATCH] 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 --- res/parking/parking_manager.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/res/parking/parking_manager.c b/res/parking/parking_manager.c index 175ae5f8bb..a560151ab2 100644 --- a/res/parking/parking_manager.c +++ b/res/parking/parking_manager.c @@ -156,6 +156,22 @@ ASTERISK_REGISTER_FILE() + + + 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 */