Skip to content
Snippets Groups Projects
Commit 6b208d8c authored by Corey Farrell's avatar Corey Farrell
Browse files

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
parent 22d9ac0a
No related branches found
No related tags found
No related merge requests found
...@@ -870,9 +870,9 @@ ...@@ -870,9 +870,9 @@
; Identifier names are derived from res_pjsip_endpoint_identifier_* ; Identifier names are derived from res_pjsip_endpoint_identifier_*
; modules. (default: ip,username,anonymous) ; modules. (default: ip,username,anonymous)
;max_initial_qualify_time=4 ; The maximum amount of time (in seconds) from ;max_initial_qualify_time=4 ; The maximum amount of time (in seconds) from
startup that qualifies should be attempted on all ; startup that qualifies should be attempted on all
contacts. If greater than the qualify_frequency ; contacts. If greater than the qualify_frequency
for an aor, qualify_frequency will be used instead. ; for an aor, qualify_frequency will be used instead.
; MODULE PROVIDING BELOW SECTION(S): res_pjsip_acl ; MODULE PROVIDING BELOW SECTION(S): res_pjsip_acl
;==========================ACL SECTION OPTIONS========================= ;==========================ACL SECTION OPTIONS=========================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment