[svn-commits] oej: trunk r277028 - /trunk/configs/sip.conf.sample

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Jul 16 07:13:49 CDT 2010


Author: oej
Date: Fri Jul 16 07:13:45 2010
New Revision: 277028

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=277028
Log:
Clarify syntax changes

Modified:
    trunk/configs/sip.conf.sample

Modified: trunk/configs/sip.conf.sample
URL: http://svnview.digium.com/svn/asterisk/trunk/configs/sip.conf.sample?view=diff&rev=277028&r1=277027&r2=277028
==============================================================================
--- trunk/configs/sip.conf.sample (original)
+++ trunk/configs/sip.conf.sample Fri Jul 16 07:13:45 2010
@@ -7,6 +7,7 @@
 ;	IP address connected to the Internet, you will want to learn
 ;	about the various security settings BEFORE you start
 ;	Asterisk. 
+;
 ;	Especially note the following settings:
 ;		- allowguest (default enabled)
 ;		- permit/deny - IP address filters
@@ -21,6 +22,8 @@
 ;        SIP/username at domain   (SIP uri)
 ;        SIP/username[:password[:md5secret[:authname[:transport]]]]@host[:port]
 ;        SIP/devicename/extension
+;        SIP/devicename/extension/IPorHost
+;        SIP/username at domain//IPorHost
 ;
 ;
 ; Devicename
@@ -45,6 +48,9 @@
 ;        SIP/sales:topsecret::account02 at domain.com:5062
 ;        SIP/12345678::bc53f0ba8ceb1ded2b70e05c3f91de4f:myname at 192.168.0.1
 ;
+; IPorHost
+;        The next server for this call regardless of domain/peer
+;
 ; All of these dial strings specify the SIP request URI.
 ; In addition, you can specify a specific To: header by adding an
 ; exclamation mark after the dial string, like
@@ -67,7 +73,8 @@
 ;
 ;   sip set debug on             Show all SIP messages
 ;
-;   module reload chan_sip.so    Reload configuration file
+;   sip reload                   Reload configuration file
+;   sip show settings            Show the current channel configuration
 ;
 ;------- Naming devices ------------------------------------------------------
 ;




More information about the svn-commits mailing list