[svn-commits] mjordan: branch 12 r410194 - /branches/12/res/res_pjsip.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Mar 7 15:13:34 CST 2014


Author: mjordan
Date: Fri Mar  7 15:13:31 2014
New Revision: 410194

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=410194
Log:
res_pjsip: Fix documentation for one touch recording see-also links

The one touch recording options have several see-also links between the
various configuration options. These were 'broken' by the snake casing
of those options. This patch corrects the see-also links such that they
reference the correct option names.

Modified:
    branches/12/res/res_pjsip.c

Modified: branches/12/res/res_pjsip.c
URL: http://svnview.digium.com/svn/asterisk/branches/12/res/res_pjsip.c?view=diff&rev=410194&r1=410193&r2=410194
==============================================================================
--- branches/12/res/res_pjsip.c (original)
+++ branches/12/res/res_pjsip.c Fri Mar  7 15:13:31 2014
@@ -515,8 +515,8 @@
 				<configOption name="one_touch_recording" default="no">
 					<synopsis>Determines whether one-touch recording is allowed for this endpoint.</synopsis>
 					<see-also>
-						<ref type="configOption">recordonfeature</ref>
-						<ref type="configOption">recordofffeature</ref>
+						<ref type="configOption">record_on_feature</ref>
+						<ref type="configOption">record_off_feature</ref>
 					</see-also>
 				</configOption>
 				<configOption name="record_on_feature" default="automixmon">
@@ -529,7 +529,7 @@
 					</description>
 					<see-also>
 						<ref type="configOption">one_touch_recording</ref>
-						<ref type="configOption">recordofffeature</ref>
+						<ref type="configOption">record_off_feature</ref>
 					</see-also>
 				</configOption>
 				<configOption name="record_off_feature" default="automixmon">
@@ -542,7 +542,7 @@
 					</description>
 					<see-also>
 						<ref type="configOption">one_touch_recording</ref>
-						<ref type="configOption">recordonfeature</ref>
+						<ref type="configOption">record_on_feature</ref>
 					</see-also>
 				</configOption>
 				<configOption name="rtp_engine" default="asterisk">




More information about the svn-commits mailing list