mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-11 07:13:20 +00:00
res_tonedetect: Fix formatting of XML documentation.
Fix the indentation in the documentation for the variable list. Resolves: #1507
This commit is contained in:
@@ -85,14 +85,14 @@
|
|||||||
<description>
|
<description>
|
||||||
<para>Waits for a single-frequency tone to be detected before dialplan execution continues.</para>
|
<para>Waits for a single-frequency tone to be detected before dialplan execution continues.</para>
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<variable name="WAITFORTONESTATUS">
|
<variable name="WAITFORTONESTATUS">
|
||||||
<para>This indicates the result of the wait.</para>
|
<para>This indicates the result of the wait.</para>
|
||||||
<value name="SUCCESS"/>
|
<value name="SUCCESS"/>
|
||||||
<value name="ERROR"/>
|
<value name="ERROR"/>
|
||||||
<value name="TIMEOUT"/>
|
<value name="TIMEOUT"/>
|
||||||
<value name="HANGUP"/>
|
<value name="HANGUP"/>
|
||||||
</variable>
|
</variable>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
</description>
|
</description>
|
||||||
<see-also>
|
<see-also>
|
||||||
<ref type="application">PlayTones</ref>
|
<ref type="application">PlayTones</ref>
|
||||||
@@ -136,43 +136,43 @@
|
|||||||
Unlike a conventional scanner, this is not currently capable of
|
Unlike a conventional scanner, this is not currently capable of
|
||||||
scanning for modem carriers.</para>
|
scanning for modem carriers.</para>
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<variable name="TONESCANSTATUS">
|
<variable name="TONESCANSTATUS">
|
||||||
This indicates the result of the scan.
|
This indicates the result of the scan.
|
||||||
<value name="RINGING">
|
<value name="RINGING">
|
||||||
Audible ringback tone
|
Audible ringback tone
|
||||||
</value>
|
</value>
|
||||||
<value name="BUSY">
|
<value name="BUSY">
|
||||||
Busy tone
|
Busy tone
|
||||||
</value>
|
</value>
|
||||||
<value name="SIT">
|
<value name="SIT">
|
||||||
Special Information Tones
|
Special Information Tones
|
||||||
</value>
|
</value>
|
||||||
<value name="VOICE">
|
<value name="VOICE">
|
||||||
Human voice detected
|
Human voice detected
|
||||||
</value>
|
</value>
|
||||||
<value name="DTMF">
|
<value name="DTMF">
|
||||||
DTMF digit
|
DTMF digit
|
||||||
</value>
|
</value>
|
||||||
<value name="FAX">
|
<value name="FAX">
|
||||||
Fax (answering)
|
Fax (answering)
|
||||||
</value>
|
</value>
|
||||||
<value name="MODEM">
|
<value name="MODEM">
|
||||||
Modem (answering)
|
Modem (answering)
|
||||||
</value>
|
</value>
|
||||||
<value name="DIALTONE">
|
<value name="DIALTONE">
|
||||||
Dial tone
|
Dial tone
|
||||||
</value>
|
</value>
|
||||||
<value name="NUT">
|
<value name="NUT">
|
||||||
UK Number Unobtainable tone
|
UK Number Unobtainable tone
|
||||||
</value>
|
</value>
|
||||||
<value name="TIMEOUT">
|
<value name="TIMEOUT">
|
||||||
Timeout reached before any positive detection
|
Timeout reached before any positive detection
|
||||||
</value>
|
</value>
|
||||||
<value name="HANGUP">
|
<value name="HANGUP">
|
||||||
Caller hung up before any positive detection
|
Caller hung up before any positive detection
|
||||||
</value>
|
</value>
|
||||||
</variable>
|
</variable>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
</description>
|
</description>
|
||||||
<see-also>
|
<see-also>
|
||||||
<ref type="application">WaitForTone</ref>
|
<ref type="application">WaitForTone</ref>
|
||||||
|
Reference in New Issue
Block a user