<p>Florian Floimair <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.asterisk.org/7201">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Fix realtime mapping of yesno boolean types<br><br>In a realtime database scenario with push configuration<br>(using ARI) boolean values that are supposed to match to<br>an Enum in the database with "yes"/"no" values are not<br>transferred to the database. This in turn causes<br>Asterisk to use default values for all affected entries.<br><br>The reason for this is that they use the type OPT_BOOL_T<br>in sorcery which translates to "true"/"false" when transformed<br>into strings.<br><br>This fix therefore changes all affected values to use the<br>OPT_YESNO_T type which correctly translates into "yes"/"no"<br>and is therefore correctly inserted into the database.<br><br>ASTERISK-27407 #close<br><br>Change-Id: Ia2e8e0ae90ce518a3b940ff1ce427a5696e560f2<br>---<br>M res/res_pjsip/config_transport.c<br>M res/res_pjsip/location.c<br>M res/res_pjsip/pjsip_configuration.c<br>M res/res_pjsip_endpoint_identifier_ip.c<br>M res/res_pjsip_outbound_registration.c<br>M res/res_pjsip_publish_asterisk.c<br>6 files changed, 46 insertions(+), 47 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/01/7201/2</pre><p>To view, visit <a href="https://gerrit.asterisk.org/7201">change 7201</a>. To unsubscribe, 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/7201"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: Ia2e8e0ae90ce518a3b940ff1ce427a5696e560f2 </div>
<div style="display:none"> Gerrit-Change-Number: 7201 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Florian Floimair <f.floimair@commend.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@digium.com> </div>