dect
/
asterisk
Archived
13
0
Fork 0

document proper usage of Bindaddr and type=peer

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3999 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
jeremy 2004-10-14 05:24:39 +00:00
parent 3aec4c7b1c
commit a19c4ddaa0
1 changed files with 9 additions and 1 deletions

View File

@ -3,7 +3,7 @@
;
[general]
port = 1720
bindaddr = 0.0.0.0
bindaddr = 1.2.3.4 ; this SHALL contain a single, valid IP address
;tos=lowdelay
;
; You may specify a global default AMA flag for iaxtel calls. It must be
@ -99,6 +99,14 @@ allow=gsm ; Always allow GSM, it's cool :)
;host=192.168.1.1
;context=incoming
;incominglimit=4
;
;
; Outbound H.323 call to Larry using SlowStart
;
[Larry]
type=peer
host=192.168.2.1
noFastStart=yes