mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
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 9e2179baa1
)
This commit is contained in:
committed by
Asterisk Development Team
parent
a35b2fdbd0
commit
800f11649b
@@ -184,7 +184,6 @@
|
||||
</description>
|
||||
<see-also>
|
||||
<ref type="application">StopMixMonitor</ref>
|
||||
<ref type="function">AUDIOHOOK_INHERIT</ref>
|
||||
</see-also>
|
||||
</application>
|
||||
<application name="StopMixMonitor" language="en_US">
|
||||
|
@@ -200,7 +200,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">
|
||||
@@ -218,7 +218,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>
|
||||
|
Reference in New Issue
Block a user