<p>Friendly Automation <strong>submitted</strong> this change.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/15709">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  George Joseph: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved
  Friendly Automation: Approved for Submit

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">modules.conf: Fix more differing usages of assignment operators.<br><br>I missed the changes in 18 and master in the previous review.<br><br>ASTERISK-24434 #close<br><br>Change-Id: Ieb132b2a998ce96daa9c9acf26535a974b895876<br>---<br>M configs/samples/modules.conf.sample<br>1 file changed, 4 insertions(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/configs/samples/modules.conf.sample b/configs/samples/modules.conf.sample</span><br><span>index 8d6e75d..56ffe27 100644</span><br><span>--- a/configs/samples/modules.conf.sample</span><br><span>+++ b/configs/samples/modules.conf.sample</span><br><span>@@ -46,11 +46,11 @@</span><br><span> noload = res_hep_rtcp.so</span><br><span> ;</span><br><span> ; Do not load chan_sip by default, it may conflict with res_pjsip.</span><br><span style="color: hsl(0, 100%, 40%);">-noload => chan_sip.so</span><br><span style="color: hsl(120, 100%, 40%);">+noload = chan_sip.so</span><br><span> ;</span><br><span> ; Load one of the voicemail modules as they are mutually exclusive.</span><br><span> ; By default, load app_voicemail only (automatically).</span><br><span> ;</span><br><span style="color: hsl(0, 100%, 40%);">-;noload => app_voicemail.so</span><br><span style="color: hsl(0, 100%, 40%);">-noload => app_voicemail_imap.so</span><br><span style="color: hsl(0, 100%, 40%);">-noload => app_voicemail_odbc.so</span><br><span style="color: hsl(120, 100%, 40%);">+;noload = app_voicemail.so</span><br><span style="color: hsl(120, 100%, 40%);">+noload = app_voicemail_imap.so</span><br><span style="color: hsl(120, 100%, 40%);">+noload = app_voicemail_odbc.so</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/15709">change 15709</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/+/15709"/><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: Ieb132b2a998ce96daa9c9acf26535a974b895876 </div>
<div style="display:none"> Gerrit-Change-Number: 15709 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Sean Bright <sean.bright@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-Reviewer: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@sangoma.com> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>