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-26 10:34:31 -0500
commitc2d48a2a28825046d9f52ceefc82c157d7595b6b (patch)
treec49ce306680cffefd326da459a02b4c1f0a814b5 /doc
parent3f1fe83633e644be8a9983df50ce2213f63a5f9a (diff)
AMI: Add Linkedid to the standard channel snapshot AMI event headers.
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">