From: Luigi Rizzo Date: Thu, 26 Oct 2006 07:32:00 +0000 (+0000) Subject: document the match_auth_username option X-Git-Tag: 1.6.0-beta1~3^2~4263 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e85d8e98d1a425e13bbd16300a2137859e01c4ba;p=thirdparty%2Fasterisk.git document the match_auth_username option git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46308 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample index 504b7c7c9f..cfbe1dda40 100644 --- a/configs/sip.conf.sample +++ b/configs/sip.conf.sample @@ -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