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