[asterisk-commits] mjordan: trunk r410208 - in /trunk: ./ res/res_pjsip.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Mar 7 15:28:14 CST 2014
Author: mjordan
Date: Fri Mar 7 15:28:12 2014
New Revision: 410208
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=410208
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.
........
Merged revisions 410194 from http://svn.asterisk.org/svn/asterisk/branches/12
Modified:
trunk/ (props changed)
trunk/res/res_pjsip.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-12-merged' - no diff available.
Modified: trunk/res/res_pjsip.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_pjsip.c?view=diff&rev=410208&r1=410207&r2=410208
==============================================================================
--- trunk/res/res_pjsip.c (original)
+++ trunk/res/res_pjsip.c Fri Mar 7 15:28:12 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 asterisk-commits
mailing list