aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-10 12:45:13 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-10 12:45:13 +0000
commit76812f0aee99e57e14c02dd008bd223319ee5083 (patch)
treee5a2472ee536d44f6368d51b0cc65ca7575d389c /channels/h323
parent49a9be5ea10769dcf714d5fd35566e27af1b6414 (diff)
Detail type=peer a bit
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3972 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323')
-rwxr-xr-xchannels/h323/README12
1 files changed, 9 insertions, 3 deletions
diff --git a/channels/h323/README b/channels/h323/README
index ea03fcc01..b85fc5f6f 100755
--- a/channels/h323/README
+++ b/channels/h323/README
@@ -85,16 +85,22 @@ will ensure a sane build.
Dialing an H.323 channel
------------------------
Without a gatekeeper:
-
exten => _1NXXNXXXXXX,1,Dial,H323/${EXTEN}@peer
or
exten => _1NXXNXXXXXX,1,Dial,H323/${EXTEN}@ip.or.hostname
-Using a gatekeeper:
+'peer' is defined in h323.conf as:
+[peer]
+type=peer
+host=1.2.3.4
+disallow=all
+allow=ulaw
+
+Using a gatekeeper:
exten => _1NXXNXXXXXX,1,Dial,H323/${EXTEN}
-Notice: When using a gatekeeper you cannot utilize the type=peer features,
+When using a gatekeeper you cannot utilize the type=peer features,
since the H.323 spec states that when a Gatekeeper is part of an H.323 network,
the Gatekeeper shall be used for all communication.