mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-28 23:15:59 +00:00
Merged revisions 289336 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ................ r289336 | lmadsen | 2010-09-29 15:27:25 -0500 (Wed, 29 Sep 2010) | 9 lines Merged revisions 289334 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.6.2 ........ r289334 | lmadsen | 2010-09-29 15:24:47 -0500 (Wed, 29 Sep 2010) | 1 line Update sample documentation to note md5secret requirements. ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@289337 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -83,7 +83,8 @@ fullcontact = gecos
|
|||||||
host = AstAccountHost
|
host = AstAccountHost
|
||||||
insecure = AstAccountInsecure
|
insecure = AstAccountInsecure
|
||||||
mailbox = AstAccountMailbox
|
mailbox = AstAccountMailbox
|
||||||
md5secret = realmedPassword
|
md5secret = realmedPassword ; Must be an MD5 hash. Field value can start with
|
||||||
|
; {md5} but it is not required.
|
||||||
nat = AstAccountNAT
|
nat = AstAccountNAT
|
||||||
deny = AstAccountDeny
|
deny = AstAccountDeny
|
||||||
permit = AstAccountPermit
|
permit = AstAccountPermit
|
||||||
@@ -118,7 +119,8 @@ fullcontact = AstAccountFullContact
|
|||||||
fullcontact = gecos
|
fullcontact = gecos
|
||||||
host = AstAccountHost
|
host = AstAccountHost
|
||||||
mailbox = AstAccountMailbox
|
mailbox = AstAccountMailbox
|
||||||
md5secret = realmedPassword
|
md5secret = realmedPassword ; Must be an MD5 hash. Field value can start with
|
||||||
|
; {md5} but it is not required.
|
||||||
deny = AstAccountDeny
|
deny = AstAccountDeny
|
||||||
permit = AstAccountPermit
|
permit = AstAccountPermit
|
||||||
port = AstAccountPort
|
port = AstAccountPort
|
||||||
@@ -154,7 +156,8 @@ fullcontact = gecos
|
|||||||
host = AstAccountHost
|
host = AstAccountHost
|
||||||
insecure = AstAccountInsecure
|
insecure = AstAccountInsecure
|
||||||
mailbox = AstAccountMailbox
|
mailbox = AstAccountMailbox
|
||||||
md5secret = realmedPassword
|
md5secret = realmedPassword ; Must be an MD5 hash. Field value can start with
|
||||||
|
; {md5} but it is not required.
|
||||||
nat = AstAccountNAT
|
nat = AstAccountNAT
|
||||||
deny = AstAccountDeny
|
deny = AstAccountDeny
|
||||||
permit = AstAccountPermit
|
permit = AstAccountPermit
|
||||||
|
|||||||
Reference in New Issue
Block a user