summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2015-04-30 16:54:24 -0400
committerCorey Farrell <git@cfware.com>2015-04-30 16:54:24 -0400
commit3efe0df044c9e186205b16aa5b1ea8f9cc0ed92b (patch)
tree4f0dc5ee3ced1cc3995d3bdfbf67a50bd86ad7b3
parent415a0d0745f8ecb0c05e993e0b28b9e79f982cdf (diff)
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
-rw-r--r--configs/samples/pjsip.conf.sample6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/samples/pjsip.conf.sample b/configs/samples/pjsip.conf.sample
index de055f919..ef25a5729 100644
--- a/configs/samples/pjsip.conf.sample
+++ b/configs/samples/pjsip.conf.sample
@@ -868,9 +868,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=========================