[asterisk-addons-commits] objsys: branch 1.2 r326 - /branches/1.2/asterisk-ooh323c/h323.conf.sample

asterisk-addons-commits at lists.digium.com asterisk-addons-commits at lists.digium.com
Thu Jan 18 16:14:28 MST 2007


Author: objsys
Date: Thu Jan 18 17:14:28 2007
New Revision: 326

URL: http://svn.digium.com/view/asterisk-addons?view=rev&rev=326
Log:
update for config file

Modified:
    branches/1.2/asterisk-ooh323c/h323.conf.sample

Modified: branches/1.2/asterisk-ooh323c/h323.conf.sample
URL: http://svn.digium.com/view/asterisk-addons/branches/1.2/asterisk-ooh323c/h323.conf.sample?view=diff&rev=326&r1=325&r2=326
==============================================================================
--- branches/1.2/asterisk-ooh323c/h323.conf.sample (original)
+++ branches/1.2/asterisk-ooh323c/h323.conf.sample Thu Jan 18 17:14:28 2007
@@ -31,42 +31,47 @@
 
 
 [general]
-;Define the asetrisk server h323 endpoint
+;Define the asterisk server h323 endpoint
 
 ;The port asterisk should listen for incoming H323 connections.
 ;Default - 1720
 ;port=1720
 
-;The dotted IP address asterisk should listen on for incoming H323
+;The IP address, asterisk should listen on for incoming H323
 ;connections
-;Default - tries to find out local ip address on it's own
+;Default - 0.0.0.0: tries to find out local ip address on it's own
 bindaddr=0.0.0.0    
+
+;Alias address for for asterisk server
+;Default - "Asterisk PBX"
+h323id=ObjSysAsterisk 
+e164=100
+
+;CallerID for the asterisk originated calls
+;Default - Same as h323id
+callerid=asterisk
+
 
 ;This parameter indicates whether channel driver should register with 
 ;gatekeeper as a gateway or an endpoint.
 ;Default - no
 ;gateway=no
 
-;Whether asterisk should use fast-start and tunneling for H323 connections.
-;Default - yes
-;faststart=no
-;h245tunneling=no
-
-
-;H323-ID to be used for asterisk server
-;Default - Asterisk PBX
-h323id=ObjSysAsterisk 
-e164=100
-
-;CallerID to use for calls
-;Default - Same as h323id
-callerid=asterisk
-
 ;Whether this asterisk server will use gatekeeper.
 ;Default - DISABLE
 ;gatekeeper = DISCOVER
 ;gatekeeper = a.b.c.d
 gatekeeper = DISABLE
+
+
+;Whether asterisk should use fast-start and tunneling for H323 connections.
+;Default - yes
+;faststart=yes
+;h245tunneling=yes
+
+;Whether media wait for connect for fast start call
+;Default - no
+;mediawaitforconnect=no
 
 ;Location for H323 log file
 ;Default - /var/log/asterisk/h323_log
@@ -116,14 +121,14 @@
 ; accountcode                            accountcode
 ; amaflags                               amaflags
 ; dtmfmode                               dtmfmode
-; rtptimeout                             ip
+; rtptimeout                             rtptimeout
+;                                        ip
 ;                                        port
 ;                                        h323id
 ;                                        email
 ;                                        url
 ;                                        e164
-;                                        rtptimeout
-
+;                                        
 ;
 
 ;Define users here
@@ -149,8 +154,8 @@
 [myfriend1]
 type=friend
 context=default
-ip=10.0.0.82   ; UPDATE with appropriate ip address
-port=1820    ; UPDATE with appropriate port
+ip=a.b.c.d		; UPDATE with appropriate ip address
+port=1720		; UPDATE with appropriate port
 disallow=all
 allow=ulaw
 e164=12345



More information about the asterisk-addons-commits mailing list