[Asterisk-doc] docs/volume-one vm1chp4-channelconfig.xml,1.18,1.19
jimvanm
cvs at sohoskyway.net
Mon Mar 7 10:45:35 CST 2005
Comments:
Update of /cvsroot/asterisk/docs/volume-one
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12298/volume-one
Modified Files:
vm1chp4-channelconfig.xml
Log Message:
More editorial input from Randy Resnick
Index: vm1chp4-channelconfig.xml
===================================================================
RCS file: /cvsroot/asterisk/docs/volume-one/vm1chp4-channelconfig.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** vm1chp4-channelconfig.xml 6 Mar 2005 19:02:59 -0000 1.18
--- vm1chp4-channelconfig.xml 7 Mar 2005 16:45:28 -0000 1.19
***************
*** 190,194 ****
</informalexample>
<para>
! The example above is very minimal and only sets up the basic settings to listen for connections and create them. The same way that Apache listens for http requests on port 80, Asterisk will listen for IAX requests on port 5036.</para>
</sect2>
<sect2>
--- 190,194 ----
</informalexample>
<para>
! The example above is very minimal and only sets up the basic settings to listen for connections and create them. The same way that Apache listens for http requests on port 80, Asterisk will listen for IAX requests on port 4569.</para>
</sect2>
<sect2>
***************
*** 209,221 ****
[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 codecs
! register => username:secret at iaxtel.com
[iaxtel-out]
type=peer ; Allow connections out
! username=username ; The IAXTel username
! secret=password ; The secret password
deny=0.0.0.0/0.0.0.0 ; Not just anyone can be IAXTel
permit=216.207.245.47/255.255.255.255 ; This is a server at IAXTel
--- 209,221 ----
[general]
! port=4569 ; What port to use
! bindaddr=0.0.0.0 ; What IP address to bind to
allow=all ; Allow the use of all audio codecs
! register => username:secret at iaxtel.com ;replace username:secret with your credentials, i.e. bugsbunny:c4rr0ts at iaxtel.com
[iaxtel-out]
type=peer ; Allow connections out
! username=username ; TYour IAXTel username
! secret=password ; Your secret password
deny=0.0.0.0/0.0.0.0 ; Not just anyone can be IAXTel
permit=216.207.245.47/255.255.255.255 ; This is a server at IAXTel
More information about the Asterisk-Doc
mailing list