mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user