From 361a16f3160506b1d5f32c9bdd10fd31cfc4e81f Mon Sep 17 00:00:00 2001 From: Matt Jordan Date: Sat, 14 May 2016 21:48:56 -0500 Subject: configs/samples/pjsip.conf.sample: Fix typo A ':' is not a valid token for starting a comment. Change-Id: I123592d93a83d1bdde3e352822881eb9da85e5ad --- configs/samples/pjsip.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs') 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 -- cgit v1.2.3