[Asterisk-cvs] asterisk/configs sip.conf.sample,1.60,1.61
markster at lists.digium.com
markster at lists.digium.com
Thu Mar 24 17:12:02 CST 2005
Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv32234/configs
Modified Files:
sip.conf.sample
Log Message:
Add SIP real authentication (bug #3782)
Index: sip.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/sip.conf.sample,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- sip.conf.sample 17 Mar 2005 15:56:55 -0000 1.60
+++ sip.conf.sample 24 Mar 2005 23:06:21 -0000 1.61
@@ -172,6 +172,23 @@
; same as the registration interval
+[authentication]
+; Global credentials for outbound calls, i.e. when a proxy challenges your
+; Asterisk server for authentication. These credentials override
+; any credentials in peer/register definition if realm is matched.
+;
+; This way, Asterisk can authenticate for outbound calls to other
+; realms. We match realm on the proxy challenge and pick an set of
+; credentials from this list
+; Syntax:
+; auth = <user>:<secret>@<realm>
+; auth = <user>#<md5secret>@<realm>
+; Example:
+;auth=mark:topsecret at digium.com
+;
+; You may also add auth= statements to [peer] definitions
+; Peer auth= override all other authentication settings if we match on realm
+
;-----------------------------------------------------------------------------------
; Users and peers have different settings available. Friends have all settings,
; since a friend is both a peer and a user
More information about the svn-commits
mailing list