aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/h323.conf.sample
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-14 05:24:39 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-14 05:24:39 +0000
commita19c4ddaa0060fef0e48a6e432615698be8b6d50 (patch)
treeb22f0ed076a028db633b8f539094dafb581fab3b /channels/h323/h323.conf.sample
parent3aec4c7b1cb88881fbf853d157df156c9e348d89 (diff)
document proper usage of Bindaddr and type=peer
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3999 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323/h323.conf.sample')
-rwxr-xr-xchannels/h323/h323.conf.sample10
1 files changed, 9 insertions, 1 deletions
diff --git a/channels/h323/h323.conf.sample b/channels/h323/h323.conf.sample
index 811647a08..5d5288feb 100755
--- a/channels/h323/h323.conf.sample
+++ b/channels/h323/h323.conf.sample
@@ -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