From: Corey Farrell Date: Thu, 30 Apr 2015 20:54:24 +0000 (-0400) Subject: Sample Configs: Fix syntax error in pjsip.conf X-Git-Tag: 14.0.0-beta1~1006 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fchanges%2F25%2F325%2F1;p=thirdparty%2Fasterisk.git Sample Configs: Fix syntax error in pjsip.conf The sample pjsip.conf has a few comment lines that are missing the semicolons at the start of the comment, causing the config to fail load. Change-Id: I776a38c916a7df7ee3e072fd0b21dbf4cc457352 --- diff --git a/configs/samples/pjsip.conf.sample b/configs/samples/pjsip.conf.sample index 0f95d19e00..5e37571757 100644 --- a/configs/samples/pjsip.conf.sample +++ b/configs/samples/pjsip.conf.sample @@ -870,9 +870,9 @@ ; Identifier names are derived from res_pjsip_endpoint_identifier_* ; modules. (default: ip,username,anonymous) ;max_initial_qualify_time=4 ; The maximum amount of time (in seconds) from - startup that qualifies should be attempted on all - contacts. If greater than the qualify_frequency - for an aor, qualify_frequency will be used instead. + ; startup that qualifies should be attempted on all + ; contacts. If greater than the qualify_frequency + ; for an aor, qualify_frequency will be used instead. ; MODULE PROVIDING BELOW SECTION(S): res_pjsip_acl ;==========================ACL SECTION OPTIONS=========================