mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +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 be6dee18dc
)
This commit is contained in:
committed by
Asterisk Development Team
parent
d9d47b5535
commit
0b6ad07bca
@@ -153,7 +153,7 @@
|
||||
<see-also>
|
||||
<ref type="application">Congestion</ref>
|
||||
<ref type="application">Progress</ref>
|
||||
<ref type="application">Playtones</ref>
|
||||
<ref type="application">PlayTones</ref>
|
||||
<ref type="application">Hangup</ref>
|
||||
</see-also>
|
||||
</application>
|
||||
@@ -173,7 +173,7 @@
|
||||
<see-also>
|
||||
<ref type="application">Busy</ref>
|
||||
<ref type="application">Progress</ref>
|
||||
<ref type="application">Playtones</ref>
|
||||
<ref type="application">PlayTones</ref>
|
||||
<ref type="application">Hangup</ref>
|
||||
</see-also>
|
||||
</application>
|
||||
@@ -414,7 +414,7 @@
|
||||
<ref type="application">Busy</ref>
|
||||
<ref type="application">Congestion</ref>
|
||||
<ref type="application">Ringing</ref>
|
||||
<ref type="application">Playtones</ref>
|
||||
<ref type="application">PlayTones</ref>
|
||||
</see-also>
|
||||
</application>
|
||||
<application name="RaiseException" language="en_US">
|
||||
@@ -429,7 +429,7 @@
|
||||
dialplan function EXCEPTION(). If the <literal>e</literal> extension does not exist, the call will hangup.</para>
|
||||
</description>
|
||||
<see-also>
|
||||
<ref type="function">Exception</ref>
|
||||
<ref type="function">EXCEPTION</ref>
|
||||
</see-also>
|
||||
</application>
|
||||
<application name="Ringing" language="en_US">
|
||||
@@ -444,7 +444,7 @@
|
||||
<ref type="application">Busy</ref>
|
||||
<ref type="application">Congestion</ref>
|
||||
<ref type="application">Progress</ref>
|
||||
<ref type="application">Playtones</ref>
|
||||
<ref type="application">PlayTones</ref>
|
||||
</see-also>
|
||||
</application>
|
||||
<application name="SayAlpha" language="en_US">
|
||||
|
Reference in New Issue
Block a user