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

* The AMI version is bumped to 2.8.0.

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 db0521f905
commit 890c923786
5 changed files with 21 additions and 3 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">