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

Joshua Colp asteriskteam at digium.com
Fri Aug 10 05:53:37 CDT 2018


Joshua Colp has submitted this change and it was merged. ( https://gerrit.asterisk.org/9850 )

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; Approved for Submit



diff --git a/configs/samples/pjsip.conf.sample b/configs/samples/pjsip.conf.sample
index 6969aa0..fa16557 100644
--- a/configs/samples/pjsip.conf.sample
+++ b/configs/samples/pjsip.conf.sample
@@ -835,7 +835,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/9850
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 15
Gerrit-MessageType: merged
Gerrit-Change-Id: Icf3b0d69b4ecb6e935eecd43c99ed8b32a5a1cf6
Gerrit-Change-Number: 9850
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/5c4f6b47/attachment-0001.html>


More information about the asterisk-code-review mailing list