mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 04:16:54 +00:00
Add option to register extensions on IAX or SIP registration
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3746 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -152,6 +152,15 @@ tos=lowdelay
|
||||
;
|
||||
;mailboxdetail=yes
|
||||
;
|
||||
; If regcontext is specified, Asterisk will dynamically
|
||||
; create and destroy a NoOp priority 1 extension for a given
|
||||
; peer who registers or unregisters with us. The actual extension
|
||||
; is the 'regexten' parameter of the registering peer or its
|
||||
; name if 'regexten' is not provided. More than one regexten may be supplied
|
||||
; if they are separated by '&'. Patterns may be used in regexten.
|
||||
;
|
||||
;regcontext=iaxregistrations
|
||||
;
|
||||
; Guest sections for unauthenticated connection attempts. Just
|
||||
; specify an empty secret, or provide no secret section.
|
||||
;
|
||||
@@ -262,6 +271,7 @@ host=216.207.245.47
|
||||
;[marko]
|
||||
;type=friend
|
||||
;host=dynamic
|
||||
;regexten=1234
|
||||
;secret=moofoo
|
||||
;context=default
|
||||
;permit=0.0.0.0/0.0.0.0
|
||||
|
||||
Reference in New Issue
Block a user