Detail type=peer a bit

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3972 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jeremy McNamara
2004-10-10 12:45:13 +00:00
parent 67cdd39162
commit a3b0b2d6a0

View File

@@ -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.