[asterisk-commits] newtonr: trunk r397481 - /trunk/res/res_pjsip.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Aug 22 16:21:27 CDT 2013


Author: newtonr
Date: Thu Aug 22 16:21:25 2013
New Revision: 397481

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=397481
Log:
Fix missing xml doc configOption 'type' for for both 'system' and 'global' configObjects

(issue ASTERISK-22344)
(closes issue ASTERISK-22344)

Modified:
    trunk/res/res_pjsip.c

Modified: trunk/res/res_pjsip.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_pjsip.c?view=diff&rev=397481&r1=397480&r2=397481
==============================================================================
--- trunk/res/res_pjsip.c (original)
+++ trunk/res/res_pjsip.c Thu Aug 22 16:21:25 2013
@@ -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>




More information about the asterisk-commits mailing list