[Asterisk-doc] docs/volume-one vm1chp4-channelconfig.xml,1.17,1.18

jimvanm cvs at sohoskyway.net
Sun Mar 6 13:03:06 CST 2005


Comments:
Update of /cvsroot/asterisk/docs/volume-one
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17129/volume-one

Modified Files:
	vm1chp4-channelconfig.xml 
Log Message:
A few more fixes
Index: vm1chp4-channelconfig.xml
===================================================================
RCS file: /cvsroot/asterisk/docs/volume-one/vm1chp4-channelconfig.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** vm1chp4-channelconfig.xml	6 Mar 2005 17:26:55 -0000	1.17
--- vm1chp4-channelconfig.xml	6 Mar 2005 19:02:59 -0000	1.18
***************
*** 173,183 ****
  <informalexample>
  <programlisting>
- 
  		[general]
! 		port=5036	       ; What port to use
! 		bindaddr=10.78.1.90    ; What IP address to bind to
! 		allow=all              ; Allow the use of all audio <glossterm>
! codecs</glossterm>
! 
  		</programlisting>
  </informalexample>
--- 173,190 ----
  <informalexample>
  <programlisting>
  		[general]
! 		port=4569	       	; What port to bind to (4569 is the default for IAX2)
! 		bindaddr=0.0.0.0	; Which IP address on your server to bind to (if 
! 							; you have multiple NICs on your sever, you can 
! 							; restrict IAX2 to only one of them. 0.0.0.0 will
! 							; allow it to work on all NICs in your system.
! 		deny=all            ; You want to disallow the use of all audio 
! 							; <glossterm>codecs</glossterm> to ensure that
! 							; your system won't tell the far end that it can
! 							; support just any codec. Then, you specifically ALLOW
! 							; the codecs that your system supports.
! 		allow=ulaw			; The North American standard companding for G.711
! 		allow=alaw			; The rest of the world's companding standard for G.711
! 		allow=gsm			; A compressed codec, popular with Asterisk
  		</programlisting>
  </informalexample>


More information about the Asterisk-Doc mailing list