From 22801a06ee26993db9ad26b39b83315de29410cb Mon Sep 17 00:00:00 2001 From: Daniel Journo Date: Sun, 10 Jan 2016 22:22:12 +0000 Subject: 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 --- res/res_pjsip.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'res/res_pjsip.c') diff --git a/res/res_pjsip.c b/res/res_pjsip.c index 8e99c55d4..8740ae84d 100644 --- a/res/res_pjsip.c +++ b/res/res_pjsip.c @@ -1271,6 +1271,10 @@ Value used in User-Agent header for SIP requests and Server header for SIP responses. + + When set, Asterisk will dynamically create and destroy a NoOp priority 1 extension for a given + peer who registers or unregisters with us. + Endpoint to use when sending an outbound request to a URI without a specified endpoint. -- cgit v1.2.3