[Asterisk-code-review] configs/samples/pjsip.conf.sample: Fix typo (asterisk[13])

Anonymous Coward asteriskteam at digium.com
Mon May 16 13:53:02 CDT 2016


Anonymous Coward #1000019 has submitted this change and it was merged.

Change subject: configs/samples/pjsip.conf.sample: Fix typo
......................................................................


configs/samples/pjsip.conf.sample: Fix typo

A ':' is not a valid token for starting a comment.

Change-Id: I123592d93a83d1bdde3e352822881eb9da85e5ad
---
M configs/samples/pjsip.conf.sample
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Richard Mudgett: Looks good to me, but someone else must approve
  Anonymous Coward #1000019: Verified
  Joshua Colp: Looks good to me, approved



diff --git a/configs/samples/pjsip.conf.sample b/configs/samples/pjsip.conf.sample
index a17dab7..3e007e4 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

-- 
To view, visit https://gerrit.asterisk.org/2836
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I123592d93a83d1bdde3e352822881eb9da85e5ad
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Matt Jordan <mjordan at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>



More information about the asterisk-code-review mailing list