From 9520df86fd805bf5a77b5cbf02010e3d35265656 Mon Sep 17 00:00:00 2001 From: Rusty Newton Date: Thu, 22 Aug 2013 21:21:25 +0000 Subject: [PATCH] Fix missing xml doc configOption 'type' for for both 'system' and 'global' configObjects (issue ASTERISK-22344) (closes issue ASTERISK-22344) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@397481 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_pjsip.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/res/res_pjsip.c b/res/res_pjsip.c index d2ce7f285d..33bf32080f 100644 --- a/res/res_pjsip.c +++ b/res/res_pjsip.c @@ -971,6 +971,8 @@ Maximum number of threads in the res_pjsip threadpool. A value of 0 indicates no maximum. + + Must be of type 'system'. Options that apply globally to all SIP communications @@ -984,6 +986,8 @@ Value used in User-Agent header for SIP requests and Server header for SIP responses. + + Must be of type 'global'.