diff --git a/channels/h323/h323.conf.sample b/channels/h323/h323.conf.sample
index 811647a08fa2e0f347f780e530c4967f8d04b38f..5d5288feb82adebcce49ea8f1149d8932e4e1253 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