<p>N A has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/15983">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">sip_to_pjsip: Add missing dtmf_mode case<br><br>Adds the "auto" case which is valid with<br>both chan_sip dtmfmode and chan_pjsip's<br>dtmf_mode.<br><br>ASTERISK-29459<br><br>Change-Id: Ie27d6606efad3591038000e5f3c34fa94730f6f2<br>---<br>M contrib/scripts/sip_to_pjsip/sip_to_pjsip.py<br>1 file changed, 2 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/83/15983/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/contrib/scripts/sip_to_pjsip/sip_to_pjsip.py b/contrib/scripts/sip_to_pjsip/sip_to_pjsip.py</span><br><span>index e0a5e19..c549986 100755</span><br><span>--- a/contrib/scripts/sip_to_pjsip/sip_to_pjsip.py</span><br><span>+++ b/contrib/scripts/sip_to_pjsip/sip_to_pjsip.py</span><br><span>@@ -162,6 +162,8 @@</span><br><span>         set_value(key, val, section, pjsip, nmapped)</span><br><span>     elif val == 'rfc2833':</span><br><span>         set_value(key, 'rfc4733', section, pjsip, nmapped)</span><br><span style="color: hsl(120, 100%, 40%);">+    elif val == 'auto':</span><br><span style="color: hsl(120, 100%, 40%);">+        set_value(key, 'auto', section, pjsip, nmapped)</span><br><span>     else:</span><br><span>         nmapped(section, key, val + " ; did not fully map - set to none")</span><br><span>         set_value(key, 'none', section, pjsip, nmapped)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/15983">change 15983</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/asterisk/+/15983"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ie27d6606efad3591038000e5f3c34fa94730f6f2 </div>
<div style="display:none"> Gerrit-Change-Number: 15983 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: N A <mail@interlinked.x10host.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>