summaryrefslogtreecommitdiff
path: root/include/asterisk/parking.h
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2013-08-02 14:13:04 +0000
committerMark Michelson <mmichelson@digium.com>2013-08-02 14:13:04 +0000
commit328e99f41d48d8f15832bf4f6c97beb0ef71fc0c (patch)
treec79646508e9ae44a0728fa38832ae112d02ece45 /include/asterisk/parking.h
parent41d6be2432a77cf9da5dbb3f0590a74340a2c54e (diff)
Make a couple of changes to help AMI events to be more clear in what is occurring.
* BridgeEnter now contains the unique ID of the channel that is to be swapped out, if applicable. * There is a ParkedCallSwap event that is sent when a parked channel has a new channel take its place. (closes issue ASTERISK-22193) reported by Mark Michelson Review: https://reviewboard.asterisk.org/r/2712 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396107 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/parking.h')
-rw-r--r--include/asterisk/parking.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/parking.h b/include/asterisk/parking.h
index b9c80d43c..25149854a 100644
--- a/include/asterisk/parking.h
+++ b/include/asterisk/parking.h
@@ -45,6 +45,7 @@ enum ast_parked_call_event_type {
PARKED_CALL_GIVEUP,
PARKED_CALL_UNPARKED,
PARKED_CALL_FAILED,
+ PARKED_CALL_SWAP,
};
/*!