From 27041dbda846275fa66dd205a7242a93574b0df7 Mon Sep 17 00:00:00 2001
From: Jeremy McNamara <jj@nufone.net>
Date: Thu, 3 Nov 2005 01:30:33 +0000
Subject: [PATCH] document UserByAlias usage

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6949 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 channels/h323/h323.conf.sample | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/channels/h323/h323.conf.sample b/channels/h323/h323.conf.sample
index f6f31677cc..42858ed74d 100755
--- a/channels/h323/h323.conf.sample
+++ b/channels/h323/h323.conf.sample
@@ -53,6 +53,10 @@ allow=gsm		; Always allow GSM, it's cool :)
 ;
 ;AllowGKRouted = yes
 ;
+; Optionally you can determine a user by Source IP versus its H.323 alias.
+; Default behavour is to determine user by H.323 alias.
+;UserByAlias=no
+;
 ; Default context gets used in siutations where you are using 
 ; the GK routed model or no type=user was found. This gives you 
 ; the ability to either play an invalid message or to simply not 
-- 
GitLab