From: Sean Bright Date: Thu, 7 Mar 2019 22:05:42 +0000 (-0500) Subject: samples: Fix comment typo in pjsip.conf.sample X-Git-Tag: 17.0.0-rc1~154^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b02a9617c4679283797e9e97402adc654d6029c;p=thirdparty%2Fasterisk.git samples: Fix comment typo in pjsip.conf.sample Change-Id: I84a45c3d9fd26ca61aca99927eec83b57f1de857 --- diff --git a/configs/samples/pjsip.conf.sample b/configs/samples/pjsip.conf.sample index 29f53a5e51..6beb52bd7e 100644 --- a/configs/samples/pjsip.conf.sample +++ b/configs/samples/pjsip.conf.sample @@ -1154,7 +1154,7 @@ ; taskprocessor overloads. When triggered, the distributor ; will not accept any new requests until the overload has ; cleared. - : "global": (default) Any taskprocessor overload will trigger. + ; "global": (default) Any taskprocessor overload will trigger. ; "pjsip_only": Only pjsip taskprocessor overloads will trigger. ; "none": No overload detection will be performed. ; WARNING: The "none" and "pjsip_only" options should be used