mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
Fix transfer AMI event parameter naming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@393429 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -160,11 +160,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
</parameter>
|
||||
<parameter name="OrigTransfererUniqueid">
|
||||
</parameter>
|
||||
<parameter name="BridgeUniqueidOrig">
|
||||
<parameter name="OrigBridgeUniqueid">
|
||||
<para>The ID of the bridge where the Transferer performed the transfer</para>
|
||||
<note><para>This header will not be present if the original transferer was not in a bridge.</para></note>
|
||||
</parameter>
|
||||
<parameter name="BridgeTypeOrig">
|
||||
<parameter name="OrigBridgeType">
|
||||
<para>The type of the bridge where the Transferer performed the transfer</para>
|
||||
<note><para>This header will not be present if the original transferer was not in a bridge.</para></note>
|
||||
</parameter>
|
||||
@@ -207,11 +207,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
</parameter>
|
||||
<parameter name="SecondTransfererUniqueid">
|
||||
</parameter>
|
||||
<parameter name="BridgeUniqueidSecond">
|
||||
<parameter name="SecondBridgeUniqueid">
|
||||
<para>The unique ID of the bridge that the second transferer channel was in, or <literal>None</literal> if the second transferer channel was not bridged</para>
|
||||
<note><para>This header will not be present if the second transferer was not in a bridge.</para></note>
|
||||
</parameter>
|
||||
<parameter name="BridgeTypeSecond">
|
||||
<parameter name="SecondBridgeType">
|
||||
<para>The type of the bridge where the Transferer performed the transfer</para>
|
||||
<note><para>This header will not be present if the second transferer was not in a bridge.</para></note>
|
||||
</parameter>
|
||||
|
Reference in New Issue
Block a user