mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 20:33:53 +00:00
pjsip: Add option global/regcontext
Added new global option (regcontext) to pjsip. When set, Asterisk will dynamically create and destroy a NoOp priority 1 extension for a given endpoint who registers or unregisters with us. ASTERISK-25670 #close Reported-by: Daniel Journo Change-Id: Ib1530c5b45340625805c057f8ff1fb240a43ea62
This commit is contained in:
@@ -896,6 +896,10 @@
|
||||
; startup that qualifies should be attempted on all
|
||||
; contacts. If greater than the qualify_frequency
|
||||
; for an aor, qualify_frequency will be used instead.
|
||||
; If regcontext is specified, Asterisk will dynamically create and destroy a
|
||||
; NoOp priority 1 extension for a given endpoint who registers or unregisters
|
||||
; with us. The extension added is the name of the endpoint.
|
||||
;regcontext=sipregistrations
|
||||
|
||||
; MODULE PROVIDING BELOW SECTION(S): res_pjsip_acl
|
||||
;==========================ACL SECTION OPTIONS=========================
|
||||
|
||||
Reference in New Issue
Block a user