mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +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:
@@ -1271,6 +1271,10 @@
|
||||
<configOption name="user_agent" default="Asterisk <Asterisk Version>">
|
||||
<synopsis>Value used in User-Agent header for SIP requests and Server header for SIP responses.</synopsis>
|
||||
</configOption>
|
||||
<configOption name="regcontext" default="">
|
||||
<synopsis>When set, Asterisk will dynamically create and destroy a NoOp priority 1 extension for a given
|
||||
peer who registers or unregisters with us.</synopsis>
|
||||
</configOption>
|
||||
<configOption name="default_outbound_endpoint" default="default_outbound_endpoint">
|
||||
<synopsis>Endpoint to use when sending an outbound request to a URI without a specified endpoint.</synopsis>
|
||||
</configOption>
|
||||
|
Reference in New Issue
Block a user