[asterisk-commits] rizzo: trunk r46308 -
	/trunk/configs/sip.conf.sample
    asterisk-commits at lists.digium.com 
    asterisk-commits at lists.digium.com
       
    Thu Oct 26 00:32:01 MST 2006
    
    
  
Author: rizzo
Date: Thu Oct 26 02:32:00 2006
New Revision: 46308
URL: http://svn.digium.com/view/asterisk?rev=46308&view=rev
Log:
document the match_auth_username option
Modified:
    trunk/configs/sip.conf.sample
Modified: trunk/configs/sip.conf.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/sip.conf.sample?rev=46308&r1=46307&r2=46308&view=diff
==============================================================================
--- trunk/configs/sip.conf.sample (original)
+++ trunk/configs/sip.conf.sample Thu Oct 26 02:32:00 2006
@@ -26,6 +26,10 @@
 [general]
 context=default			; Default context for incoming calls
 ;allowguest=no			; Allow or reject guest calls (default is yes)
+;match_auth_username=yes	; if available, match user entry using the
+				; 'username' field from the authentication line
+				; instead of the From: field.
+				
 allowoverlap=no			; Disable overlap dialing support. (Default is yes)
 ;allowtransfer=no		; Disable all transfers (unless enabled in peers or users)
 				; Default is enabled
    
    
More information about the asterisk-commits
mailing list