Fix incorrect application and function documentation references

There were a few references in the embedded documentation XML
where the case didn't match or where the referenced app or function
simply didn't exist any more.  These were causing 404 responses
in docs.asterisk.org.

(cherry picked from commit 0e0a56a0ca)
This commit is contained in:
George Joseph
2024-04-01 06:30:54 -06:00
committed by Asterisk Development Team
parent 06e319b15a
commit 4dcdded687
5 changed files with 12 additions and 16 deletions

View File

@@ -177,7 +177,6 @@
<ref type="application">StopMixMonitor</ref>
<ref type="application">PauseMonitor</ref>
<ref type="application">UnpauseMonitor</ref>
<ref type="function">AUDIOHOOK_INHERIT</ref>
</see-also>
</application>
<application name="StopMixMonitor" language="en_US">

View File

@@ -202,7 +202,7 @@
returning to the dialplan with execution of a Return().</para>
</description>
<see-also>
<ref type="application">GoSub</ref>
<ref type="application">Gosub</ref>
</see-also>
</agi>
<managerEvent language="en_US" name="VarSet">
@@ -220,7 +220,7 @@
</parameter>
</syntax>
<see-also>
<ref type="application">GoSub</ref>
<ref type="application">Gosub</ref>
<ref type="agi">gosub</ref>
<ref type="function">LOCAL</ref>
<ref type="function">LOCAL_PEEK</ref>