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

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">modules.conf: Fix differing usage of assignment operators.<br><br>ASTERISK-24434 #close<br><br>Change-Id: I0144e8d65d878128da59dcf3df12ca8cee47d6db<br>---<br>M configs/samples/modules.conf.sample<br>1 file changed, 8 insertions(+), 8 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 d2291ae..8d6e75d 100644</span><br><span>--- a/configs/samples/modules.conf.sample</span><br><span>+++ b/configs/samples/modules.conf.sample</span><br><span>@@ -18,7 +18,7 @@</span><br><span> ; map Asterisk core configuration files to Realtime storage.</span><br><span> ; This is no longer needed.</span><br><span> ;</span><br><span style="color: hsl(0, 100%, 40%);">-;preload => your_special_module.so</span><br><span style="color: hsl(120, 100%, 40%);">+;preload = your_special_module.so</span><br><span> ;</span><br><span> ; If you want Asterisk to fail if a module does not load, then use</span><br><span> ; the "require" keyword. Asterisk will exit with a status code of 2</span><br><span>@@ -29,21 +29,21 @@</span><br><span> ; If you want you can combine with preload</span><br><span> ; preload-require = your_special_module.so</span><br><span> ;</span><br><span style="color: hsl(0, 100%, 40%);">-;load => res_musiconhold.so</span><br><span style="color: hsl(120, 100%, 40%);">+;load = res_musiconhold.so</span><br><span> ;</span><br><span> ; Load one of: chan_oss, alsa, or console (portaudio).</span><br><span> ; By default, load chan_oss only (automatically).</span><br><span> ;</span><br><span style="color: hsl(0, 100%, 40%);">-noload => chan_alsa.so</span><br><span style="color: hsl(0, 100%, 40%);">-noload => chan_console.so</span><br><span style="color: hsl(0, 100%, 40%);">-;noload => chan_oss.so</span><br><span style="color: hsl(120, 100%, 40%);">+noload = chan_alsa.so</span><br><span style="color: hsl(120, 100%, 40%);">+noload = chan_console.so</span><br><span style="color: hsl(120, 100%, 40%);">+;noload = chan_oss.so</span><br><span> ;</span><br><span> ; Do not load res_hep and kin unless you are using HEP monitoring</span><br><span> ; <http://sipcapture.org> in your network.</span><br><span> ;</span><br><span style="color: hsl(0, 100%, 40%);">-noload => res_hep.so</span><br><span style="color: hsl(0, 100%, 40%);">-noload => res_hep_pjsip.so</span><br><span style="color: hsl(0, 100%, 40%);">-noload => res_hep_rtcp.so</span><br><span style="color: hsl(120, 100%, 40%);">+noload = res_hep.so</span><br><span style="color: hsl(120, 100%, 40%);">+noload = res_hep_pjsip.so</span><br><span style="color: hsl(120, 100%, 40%);">+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> noload => chan_sip.so</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/15580">change 15580</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/+/15580"/><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: I0144e8d65d878128da59dcf3df12ca8cee47d6db </div>
<div style="display:none"> Gerrit-Change-Number: 15580 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </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>