[Asterisk-code-review] Sample configs: Fix pjsip.conf syntax error. (asterisk[16.0])

Jenkins2 asteriskteam at digium.com
Fri Aug 10 05:09:18 CDT 2018


Jenkins2 has submitted this change and it was merged. ( https://gerrit.asterisk.org/9852 )

Change subject: Sample configs: Fix pjsip.conf syntax error.
......................................................................

Sample configs: Fix pjsip.conf syntax error.

It is valid for a config file to be empty or contain only comments, but
not valid for a config value to be set when no uncommented context
exists.  This caused an error to be loged numerous times during start
when loading the default pjsip.conf.

Change-Id: Icf3b0d69b4ecb6e935eecd43c99ed8b32a5a1cf6
---
M configs/samples/pjsip.conf.sample
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Richard Mudgett: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved
  Jenkins2: Approved for Submit



diff --git a/configs/samples/pjsip.conf.sample b/configs/samples/pjsip.conf.sample
index c2e2918..e296bc4 100644
--- a/configs/samples/pjsip.conf.sample
+++ b/configs/samples/pjsip.conf.sample
@@ -830,7 +830,7 @@
                            ; This option must also be enabled in the system
                            ; section.
                            ; (default: no)
-suppress_q850_reason_headers =
+;suppress_q850_reason_headers =
                            ; Suppress Q.850 Reason headers for this endpoint.
                            ; Some devices can't accept multiple Reason headers
                            ; and get confused when both 'SIP' and 'Q.850' Reason

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

Gerrit-Project: asterisk
Gerrit-Branch: 16.0
Gerrit-MessageType: merged
Gerrit-Change-Id: Icf3b0d69b4ecb6e935eecd43c99ed8b32a5a1cf6
Gerrit-Change-Number: 9852
Gerrit-PatchSet: 1
Gerrit-Owner: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180810/9f943756/attachment.html>


More information about the asterisk-code-review mailing list