Fix missing xml doc configOption 'type' for for both 'system' and 'global' configObjects
authorRusty Newton <rnewton@digium.com>
Thu, 22 Aug 2013 21:21:25 +0000 (21:21 +0000)
committerRusty Newton <rnewton@digium.com>
Thu, 22 Aug 2013 21:21:25 +0000 (21:21 +0000)
(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

index d2ce7f2..33bf320 100644 (file)
                                        <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>
                                <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>