From dc786aa576cb8919f72dac67d788caa6a28a6ddf Mon Sep 17 00:00:00 2001 From: Corey Farrell Date: Thu, 9 Aug 2018 16:25:41 -0400 Subject: [PATCH] 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 --- configs/samples/pjsip.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/samples/pjsip.conf.sample b/configs/samples/pjsip.conf.sample index e1ccd69b03..7f7878372d 100644 --- a/configs/samples/pjsip.conf.sample +++ b/configs/samples/pjsip.conf.sample @@ -815,7 +815,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 -- 2.47.2