summaryrefslogtreecommitdiff
path: root/res/res_pjsip.c
diff options
context:
space:
mode:
authorRusty Newton <rnewton@digium.com>2013-08-22 21:21:25 +0000
committerRusty Newton <rnewton@digium.com>2013-08-22 21:21:25 +0000
commit9520df86fd805bf5a77b5cbf02010e3d35265656 (patch)
tree5dad3ee07ac0ae635054b6629cbb4ce1b37cd329 /res/res_pjsip.c
parent477dea46616c0a6b79706f10349aaf9a87832e0e (diff)
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
Diffstat (limited to 'res/res_pjsip.c')
-rw-r--r--res/res_pjsip.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/res_pjsip.c b/res/res_pjsip.c
index d2ce7f285..33bf32080 100644
--- a/res/res_pjsip.c
+++ b/res/res_pjsip.c
@@ -971,6 +971,8 @@
<synopsis>Maximum number of threads in the res_pjsip threadpool.
A value of 0 indicates no maximum.</synopsis>
</configOption>
+ <configOption name="type">
+ <synopsis>Must be of type 'system'.</synopsis>
</configObject>
<configObject name="global">
<synopsis>Options that apply globally to all SIP communications</synopsis>
@@ -984,6 +986,8 @@
<configOption name="useragent" 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="type">
+ <synopsis>Must be of type 'global'.</synopsis>
</configObject>
</configFile>
</configInfo>