[Asterisk-cvs] asterisk/configs sip.conf.sample,1.19.2.1,1.19.2.2

markster at lists.digium.com markster at lists.digium.com
Thu Mar 25 15:50:42 CST 2004


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

Modified Files:
      Tag: v1-0_stable
	sip.conf.sample 
Log Message:
Update sip sample config


Index: sip.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/sip.conf.sample,v
retrieving revision 1.19.2.1
retrieving revision 1.19.2.2
diff -u -d -r1.19.2.1 -r1.19.2.2
--- sip.conf.sample	19 Mar 2004 21:28:33 -0000	1.19.2.1
+++ sip.conf.sample	25 Mar 2004 20:47:44 -0000	1.19.2.2
@@ -39,11 +39,27 @@
 ;allow=ulaw			; Allow codecs in order of preference
 ;allow=ilbc
 
+; Asterisk can register as a SIP user agent to a SIP proxy (provider)
+; Format for the register statement is:
+;       register => user[:secret[:authuser]]@host[:port][/extension]
+;
+; If no extension is given, the 's' extension is used. The extension
+; needs to be defined in extensions.conf to be able to accept calls
+; from this SIP proxy (provider)
+;
+; host is either a host name defined in DNS or the name of a 
+; section defined below.
+;
+; Examples:
+,
 ;register => 1234:password at mysipprovider.com
-;Register with a SIP provider
-
+;    Will call to the 's' extension
+;
 ;register => 2345 at mysipprovider.com/1234 
-;Register 2345 at sip provider.  Calls from this provider connect to local extension 1234 in extensions.conf.
+;
+;    Register 2345 at sip provider.  Calls from this provider connect to local 
+;    extension 1234 in extensions.conf default context, unless you define 
+;    [mysipprovider.com] in a section below, and configure a context
 
 ;externip = 200.201.202.203	; Address that we're going to put in outbound SIP messages
 				; if we're behind a NAT




More information about the svn-commits mailing list