summaryrefslogtreecommitdiff
path: root/channels/h323/README
diff options
context:
space:
mode:
authorJeremy McNamara <jj@nufone.net>2004-10-10 12:45:13 +0000
committerJeremy McNamara <jj@nufone.net>2004-10-10 12:45:13 +0000
commita3b0b2d6a0291fe48a0333749023fb2955717ec5 (patch)
treee5a2472ee536d44f6368d51b0cc65ca7575d389c /channels/h323/README
parent67cdd39162b77fb0a5d495e49099577e62482e9e (diff)
Detail type=peer a bit
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3972 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/h323/README')
-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.