manager: Add <see-also> links between related events

This patch adds some see-also references between related AMI events. It
focuses primarily on those events that are guaranteed to come in pairs,
such as DTMFBegin/DTMFEnd, as well as those that occur during the life
cycle of an Asterisk channel, such as Newchannel/Hangup.

Change-Id: Iaab600477052018d0f8c03d0c624c0856e9ff1f3
This commit is contained in:
Matt Jordan
2016-08-12 13:53:41 -05:00
parent 8b1e919ae4
commit a19f4affe8
2 changed files with 60 additions and 2 deletions

View File

@@ -102,6 +102,9 @@
and sending this report.</para>
</parameter>
</syntax>
<see-also>
<ref type="managerEvent">RTCPReceived</ref>
</see-also>
</managerEventInstance>
</managerEvent>
<managerEvent language="en_US" name="RTCPReceived">
@@ -131,6 +134,9 @@
<xi:include xpointer="xpointer(/docs/managerEvent[@name='RTCPSent']/managerEventInstance/syntax/parameter[@name='SentOctets'])" />
<xi:include xpointer="xpointer(/docs/managerEvent[@name='RTCPSent']/managerEventInstance/syntax/parameter[contains(@name, 'ReportX')])" />
</syntax>
<see-also>
<ref type="managerEvent">RTCPSent</ref>
</see-also>
</managerEventInstance>
</managerEvent>
***/