AMI: Add Linkedid to the standard channel snapshot AMI event headers.

ASTERISK-25189 #close
Reported by: John Hardin

Change-Id: I2b1778c3fdc1dca0ed55db4e3a639eddfb16c2ac
This commit is contained in:
Richard Mudgett
2015-06-23 14:34:29 -05:00
parent 3f1fe83633
commit c2d48a2a28
3 changed files with 13 additions and 2 deletions

View File

@@ -98,6 +98,12 @@
<xsl:value-of select="concat(@prefix,'Uniqueid')"/>
</xsl:attribute>
</xsl:element>
<xsl:element name="parameter">
<xsl:attribute name="name">
<xsl:value-of select="concat(@prefix,'Linkedid')"/>
</xsl:attribute>
<para>Uniqueid of the oldest channel associated with this channel.</para>
</xsl:element>
</xsl:template>
<xsl:template match="bridge_snapshot">