mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
res_pjsip: Add DTMF INFO Failback mode
The existing auto dtmf mode reverts to inband if 4733 fails to be negotiated. This patch adds a new mode auto_info which will switch to INFO instead of inband if 4733 is not available. ASTERISK-27066 #close Change-Id: Id185b11e84afd9191a2f269e8443019047765e91
This commit is contained in:
@@ -229,6 +229,9 @@
|
||||
<enum name="auto">
|
||||
<para>DTMF is sent as RFC 4733 if the other side supports it or as INBAND if not.</para>
|
||||
</enum>
|
||||
<enum name="auto_info">
|
||||
<para>DTMF is sent as RFC 4733 if the other side supports it or as SIP INFO if not.</para>
|
||||
</enum>
|
||||
</enumlist>
|
||||
</description>
|
||||
</configOption>
|
||||
|
Reference in New Issue
Block a user