mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-23 16:05:30 -07:00
res_pjsip: Document 'none' option for 'dtmf_mode'.
The 'none' value can be used to disable DSP processing for DTMF on PJSIP channels and is sometimes necessary for this reason, and already exists in the code, but is not documented. Add it to the documentation enum. Resolves: #2026
This commit is contained in:
@@ -533,6 +533,9 @@
|
||||
<enum name="inband">
|
||||
<para>DTMF is sent as part of audio stream.</para>
|
||||
</enum>
|
||||
<enum name="none">
|
||||
<para>DTMF is not sent or received.</para>
|
||||
</enum>
|
||||
<enum name="info">
|
||||
<para>DTMF is sent as SIP INFO packets.</para>
|
||||
</enum>
|
||||
|
||||
Reference in New Issue
Block a user