[Asterisk-code-review] modules.conf: Fix differing usage of assignment operators. (asterisk[18])

Joshua Colp asteriskteam at digium.com
Wed Mar 10 04:20:09 CST 2021


Joshua Colp has submitted this change. ( https://gerrit.asterisk.org/c/asterisk/+/15579 )

Change subject: modules.conf: Fix differing usage of assignment operators.
......................................................................

modules.conf: Fix differing usage of assignment operators.

ASTERISK-24434 #close

Change-Id: I0144e8d65d878128da59dcf3df12ca8cee47d6db
---
M configs/samples/modules.conf.sample
1 file changed, 8 insertions(+), 8 deletions(-)

Approvals:
  Joshua Colp: Looks good to me, but someone else must approve; Approved for Submit
  George Joseph: Looks good to me, approved



diff --git a/configs/samples/modules.conf.sample b/configs/samples/modules.conf.sample
index d2291ae..8d6e75d 100644
--- a/configs/samples/modules.conf.sample
+++ b/configs/samples/modules.conf.sample
@@ -18,7 +18,7 @@
 ; map Asterisk core configuration files to Realtime storage.
 ; This is no longer needed.
 ;
-;preload => your_special_module.so
+;preload = your_special_module.so
 ;
 ; If you want Asterisk to fail if a module does not load, then use
 ; the "require" keyword. Asterisk will exit with a status code of 2
@@ -29,21 +29,21 @@
 ; If you want you can combine with preload
 ; preload-require = your_special_module.so
 ;
-;load => res_musiconhold.so
+;load = res_musiconhold.so
 ;
 ; Load one of: chan_oss, alsa, or console (portaudio).
 ; By default, load chan_oss only (automatically).
 ;
-noload => chan_alsa.so
-noload => chan_console.so
-;noload => chan_oss.so
+noload = chan_alsa.so
+noload = chan_console.so
+;noload = chan_oss.so
 ;
 ; Do not load res_hep and kin unless you are using HEP monitoring
 ; <http://sipcapture.org> in your network.
 ;
-noload => res_hep.so
-noload => res_hep_pjsip.so
-noload => res_hep_rtcp.so
+noload = res_hep.so
+noload = res_hep_pjsip.so
+noload = res_hep_rtcp.so
 ;
 ; Do not load chan_sip by default, it may conflict with res_pjsip.
 noload => chan_sip.so

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/15579
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 18
Gerrit-Change-Id: I0144e8d65d878128da59dcf3df12ca8cee47d6db
Gerrit-Change-Number: 15579
Gerrit-PatchSet: 2
Gerrit-Owner: Sean Bright <sean.bright at gmail.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at sangoma.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20210310/a61bf817/attachment.html>


More information about the asterisk-code-review mailing list