summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2014-03-07 21:28:12 +0000
committerMatthew Jordan <mjordan@digium.com>2014-03-07 21:28:12 +0000
commitdd603ca96fb8f3ef545b75228ba11554f85725e5 (patch)
treecbc8a4421446ed038f1d6f5f46bb19430705fb0d
parentc162101d6937babbccc6ec49f8d6ff85d51af9f9 (diff)
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
-rw-r--r--res/res_pjsip.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/res_pjsip.c b/res/res_pjsip.c
index ef6c5b273..4578e1047 100644
--- a/res/res_pjsip.c
+++ b/res/res_pjsip.c
@@ -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">