From 29aeb9d959700463ccf776aaaef7d3af4369385c Mon Sep 17 00:00:00 2001 From: Jeremy McNamara Date: Sat, 12 Jul 2003 17:53:50 +0000 Subject: update sample config with valid info git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1177 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/h323/h323.conf.sample | 41 ++++++++++------------------------------- 1 file changed, 10 insertions(+), 31 deletions(-) diff --git a/channels/h323/h323.conf.sample b/channels/h323/h323.conf.sample index 49a15257d..d1a285528 100755 --- a/channels/h323/h323.conf.sample +++ b/channels/h323/h323.conf.sample @@ -25,6 +25,11 @@ bindaddr = 0.0.0.0 ;allow=gsm ; Always allow GSM, it's cool :) ;allow=ulaw ; +; Options for broken H.323 stacks +;noFastStart = no +;noH245Tunneling = no +;noSilenceSuppression = no +; ; User-Input Mode (DTMF) ; ; valid entries are: rfc2833, inband @@ -88,43 +93,17 @@ bindaddr = 0.0.0.0 ; ; ; Inbound H.323 calls from BillyBob would land in the incoming -; context with a maximum of 4 concurrent incoming calls -; using a password of 'supersecret' -; -; Note: If keywords 'outgoinglimit' or 'incominglimit' are omitted -; Asterisk will not enforce any maximum number of concurrent calls. +; context with a maximum of 4 concurrent incoming calls +; ; -; If you wish to use Authentication you need to set the approprate -; auth keyword above. +; Note: If keyword 'incominglimit' are omitted Asterisk will not +; enforce any maximum number of concurrent calls. ; ;[BillyBob] ;type=user -;secret=supersecret +;host=192.168.1.1 ;context=incoming ;incominglimit=4 -; -; Asterisk would allow 2 concurrent outgoing calls to JoeSmow -; using 192.168.1.15 as his IP and will use the context outbound -; -;[JoeSmo] -;type=peer -;host=192.168.1.15 -;context=outgoing -;outgoinglimit=2 -; -; Asterisk would allow 6 concurrent incoming calls to be -; recieved from and 4 concurrent outgoing calls to be placed -; to SouthOffice using 192.168.0.2 as his IP and -; 'securepassword' has the password and lands in the -; default context -; -;[SouthOffice] -;type=friend -;host=192.168.0.2 -;secret=securepassword -;context=default -;incominglimit=6 -;outgoinglimit=4 -- cgit v1.2.3