[Asterisk-cvs] asterisk-addons/asterisk-ooh323c h323.conf.sample,
1.4, 1.5
vphirke
vphirke
Wed Aug 3 14:53:12 CDT 2005
Update of /usr/cvsroot/asterisk-addons/asterisk-ooh323c
In directory mongoose.digium.com:/tmp/cvs-serv26731
Modified Files:
h323.conf.sample
Log Message:
Updated
Index: h323.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk-addons/asterisk-ooh323c/h323.conf.sample,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- h323.conf.sample 2 Aug 2005 18:54:53 -0000 1.4
+++ h323.conf.sample 3 Aug 2005 18:57:23 -0000 1.5
@@ -40,7 +40,7 @@
;The dotted IP address asterisk should listen on for incoming H323
;connections
;Default - tries to find out local ip address on it's own
-bindaddr=0.0.0.0 ;UPDATE this to proper ip address of your asterisk box
+bindaddr=0.0.0.0
;Whether asterisk should use fast-start and tunneling for H323 connections.
;Default - yes
@@ -106,7 +106,6 @@
; User config options Peer config options
; ------------------ -------------------
; context
-; incominglimit outgoinglimit
; disallow disallow
; allow allow
; accountcode accountcode
@@ -130,7 +129,7 @@
disallow=all
allow=gsm
allow=ulaw ; only ulaw and gsm supported as of now
-incominglimit=4
+
[mypeer1]
@@ -138,7 +137,6 @@
context=context2
ip=a.b.c.d ; UPDATE with appropriate ip address
port=1720 ; UPDATE with appropriate port
-outgoinglimit=4
e164=101
@@ -150,8 +148,6 @@
port=1820 ; UPDATE with appropriate port
disallow=all
allow=ulaw
-outgoinglimit=4
-incominglimit=4
e164=12345
rtptimeout=60
dtmfmode=rfc2833
More information about the svn-commits
mailing list