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

Corey Farrell asteriskteam at digium.com
Thu Aug 9 16:40:27 CDT 2018


Corey Farrell has uploaded this change for review. ( https://gerrit.asterisk.org/9848


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(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/48/9848/1

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/9848
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Icf3b0d69b4ecb6e935eecd43c99ed8b32a5a1cf6
Gerrit-Change-Number: 9848
Gerrit-PatchSet: 1
Gerrit-Owner: Corey Farrell <git at cfware.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180809/9c9b5429/attachment-0001.html>


More information about the asterisk-code-review mailing list