Merge "pjsip: Add option global/regcontext" into 13

This commit is contained in:
Joshua Colp
2016-01-14 06:32:04 -06:00
committed by Gerrit Code Review
7 changed files with 91 additions and 0 deletions

View File

@@ -1279,6 +1279,10 @@
<configOption name="user_agent" default="Asterisk &lt;Asterisk Version&gt;">
<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>