mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
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 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@410208 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user