summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2015-06-23 14:34:29 -0500
committerRichard Mudgett <rmudgett@digium.com>2015-06-25 11:17:09 -0500
commit890c92378649b99cc5281494914ec719d2bf0284 (patch)
tree8460c4b890981308e96190f35e94ef538789bbbe /doc
parentdb0521f905ad6f2624990f8476522c6778c18725 (diff)
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
Diffstat (limited to 'doc')
-rw-r--r--doc/appdocsxml.xslt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/appdocsxml.xslt b/doc/appdocsxml.xslt
index 8cbeaa3a5..6e4c5ac50 100644
--- a/doc/appdocsxml.xslt
+++ b/doc/appdocsxml.xslt
@@ -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">