mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
Stasis: Convey transfer information to applications
This fixes a class of issues where Stasis applications were not made aware that their channels were being manipulated or replaced by external entitiessuch as transfers, AMI commands, or dialplan applications such as Bridge(). Inconsistent information such as StasisEnd events with unknown channels as a result of masquerades has also been corrected. To accomplish these fixes, several new fields were added to blind and attended transfer messages as well as StasisStart and BridgeAttendedTransfer Stasis events. ASTERISK-23941 #close Review: https://reviewboard.asterisk.org/r/3865/ Review: https://reviewboard.asterisk.org/r/3857/ Review: https://reviewboard.asterisk.org/r/3852/ Review: https://reviewboard.asterisk.org/r/3816/ Review: https://reviewboard.asterisk.org/r/3731/ Review: https://reviewboard.asterisk.org/r/3729/ Review: https://reviewboard.asterisk.org/r/3728/ ........ Merged revisions 420325 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@420338 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1287,7 +1287,10 @@ ari_validator ast_ari_validate_application_fn(void);
|
||||
* - destination_threeway_channel: Channel
|
||||
* - destination_type: string (required)
|
||||
* - is_external: boolean (required)
|
||||
* - replace_channel: Channel
|
||||
* - result: string (required)
|
||||
* - transfer_target: Channel
|
||||
* - transferee: Channel
|
||||
* - transferer_first_leg: Channel (required)
|
||||
* - transferer_first_leg_bridge: Bridge
|
||||
* - transferer_second_leg: Channel (required)
|
||||
@@ -1302,6 +1305,7 @@ ari_validator ast_ari_validate_application_fn(void);
|
||||
* - exten: string (required)
|
||||
* - is_external: boolean (required)
|
||||
* - result: string (required)
|
||||
* - transferee: Channel
|
||||
* BridgeCreated
|
||||
* - type: string (required)
|
||||
* - application: string (required)
|
||||
@@ -1467,6 +1471,7 @@ ari_validator ast_ari_validate_application_fn(void);
|
||||
* - timestamp: Date
|
||||
* - args: List[string] (required)
|
||||
* - channel: Channel (required)
|
||||
* - replace_channel: Channel
|
||||
* TextMessageReceived
|
||||
* - type: string (required)
|
||||
* - application: string (required)
|
||||
|
Reference in New Issue
Block a user