From: Corey Farrell Date: Thu, 9 Aug 2018 20:25:41 +0000 (-0400) Subject: Sample configs: Fix pjsip.conf syntax error. X-Git-Tag: 16.0.0-rc2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9c4bce386a461350521f6a9731fbdee9c26b611;p=thirdparty%2Fasterisk.git 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 --- diff --git a/configs/samples/pjsip.conf.sample b/configs/samples/pjsip.conf.sample index c2e2918ae6..e296bc44ba 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