[Asterisk-code-review] modules.conf: Fix more differing usages of assignment operators. (asterisk[18])
Friendly Automation
asteriskteam at digium.com
Tue Mar 30 04:39:48 CDT 2021
Friendly Automation has submitted this change. ( https://gerrit.asterisk.org/c/asterisk/+/15698 )
Change subject: modules.conf: Fix more differing usages of assignment operators.
......................................................................
modules.conf: Fix more differing usages of assignment operators.
I missed the changes in 18 and master in the previous review.
ASTERISK-24434 #close
Change-Id: Ieb132b2a998ce96daa9c9acf26535a974b895876
---
M configs/samples/modules.conf.sample
1 file changed, 4 insertions(+), 4 deletions(-)
Approvals:
George Joseph: Looks good to me, but someone else must approve
Joshua Colp: Looks good to me, approved
Friendly Automation: Approved for Submit
diff --git a/configs/samples/modules.conf.sample b/configs/samples/modules.conf.sample
index 8d6e75d..56ffe27 100644
--- a/configs/samples/modules.conf.sample
+++ b/configs/samples/modules.conf.sample
@@ -46,11 +46,11 @@
noload = res_hep_rtcp.so
;
; Do not load chan_sip by default, it may conflict with res_pjsip.
-noload => chan_sip.so
+noload = chan_sip.so
;
; Load one of the voicemail modules as they are mutually exclusive.
; By default, load app_voicemail only (automatically).
;
-;noload => app_voicemail.so
-noload => app_voicemail_imap.so
-noload => app_voicemail_odbc.so
+;noload = app_voicemail.so
+noload = app_voicemail_imap.so
+noload = app_voicemail_odbc.so
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/15698
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 18
Gerrit-Change-Id: Ieb132b2a998ce96daa9c9acf26535a974b895876
Gerrit-Change-Number: 15698
Gerrit-PatchSet: 1
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/20210330/45f8164a/attachment.html>
More information about the asterisk-code-review
mailing list