summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMatt Jordan <mjordan@digium.com>2016-05-14 21:48:56 -0500
committerMatt Jordan <mjordan@digium.com>2016-05-14 21:48:56 -0500
commit361a16f3160506b1d5f32c9bdd10fd31cfc4e81f (patch)
tree4b761dedd3f6c85fb12e85dc30bbc83a7f097045 /configs
parent12db14b9b1f690c7a599d0dea36c5ec64a8f5422 (diff)
configs/samples/pjsip.conf.sample: Fix typo
A ':' is not a valid token for starting a comment. Change-Id: I123592d93a83d1bdde3e352822881eb9da85e5ad
Diffstat (limited to 'configs')
-rw-r--r--configs/samples/pjsip.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/samples/pjsip.conf.sample b/configs/samples/pjsip.conf.sample
index a17dab7a7..3e007e48c 100644
--- a/configs/samples/pjsip.conf.sample
+++ b/configs/samples/pjsip.conf.sample
@@ -624,7 +624,7 @@
; identified.
; "username": Identify by the From or To username and domain
; "auth_username": Identify by the Authorization username and realm
- : In all cases, if an exact match on username and domain/realm fails,
+ ; In all cases, if an exact match on username and domain/realm fails,
; the match will be retried with just the username.
; (default: "username")
;redirect_method=user ; How redirects received from an endpoint are handled