[Asterisk-cvs] asterisk/configs iax.conf.sample,1.21,1.22

markster at lists.digium.com markster at lists.digium.com
Wed Jun 2 19:03:15 CDT 2004


Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv24548/configs

Modified Files:
	iax.conf.sample 
Log Message:
Add information for IAX on Free World Dialup


Index: iax.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/iax.conf.sample,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- iax.conf.sample	2 May 2004 06:36:31 -0000	1.21
+++ iax.conf.sample	2 Jun 2004 23:19:36 -0000	1.22
@@ -78,6 +78,25 @@
 ;
 ;register => marko:[torkey]@tormenta.linux-support.net
 ;
+; Sample Registration for iaxtel
+;
+; Visit http://www.iaxtel.com to register with iaxtel.  Replace "user"
+; and "pass" with your username and password for iaxtel.  Incoming 
+; calls arrive at the "s" extension of "default" context.
+;
+;register => user:pass at iaxtel.com
+;
+; Sample Registration for IAX + FWD
+;
+; To register using IAX with FWD, it must be enabled by visiting the URL
+; http://www.fwdnet.net/index.php?section_id=112
+;
+; Note that you need an extension in you default context which matches
+; your free world dialup number.  Please replace "FWDNumber" with your
+; FWD number and "passwd" with your password.
+;
+;register => FWDNumber:passwd at iax.fwdnet.net
+;
 ;
 ; You can disable authentication debugging to reduce the amount of 
 ; debugging traffic.
@@ -111,14 +130,14 @@
 auth=rsa
 inkeys=iaxtel
 
-[iaxtel2]
 ;
-; Backwards compatible entry for IAXtel pre-RSA
+; Trust Caller*ID Coming from iax.fwdnet.net
 ;
+[iaxfwd]
 type=user
 context=default
-deny=0.0.0.0/0.0.0.0
-permit=216.207.245.47/255.255.255.255
+auth=rsa
+inkeys=freeworlddialup
 
 ;
 ; Further user sections may be added, specifying a context and a




More information about the svn-commits mailing list