mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-11 07:13:20 +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:
@@ -363,6 +363,8 @@ enum ast_sip_dtmf_mode {
|
||||
AST_SIP_DTMF_INFO,
|
||||
/*! Use SIP 4733 if supported by the other side or INBAND if not */
|
||||
AST_SIP_DTMF_AUTO,
|
||||
/*! Use SIP 4733 if supported by the other side or INFO DTMF (blech) if not */
|
||||
AST_SIP_DTMF_AUTO_INFO,
|
||||
};
|
||||
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user