From dd603ca96fb8f3ef545b75228ba11554f85725e5 Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Fri, 7 Mar 2014 21:28:12 +0000 Subject: [PATCH] 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 --- res/res_pjsip.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/res/res_pjsip.c b/res/res_pjsip.c index ef6c5b2734..4578e10474 100644 --- a/res/res_pjsip.c +++ b/res/res_pjsip.c @@ -515,8 +515,8 @@ Determines whether one-touch recording is allowed for this endpoint. - recordonfeature - recordofffeature + record_on_feature + record_off_feature @@ -529,7 +529,7 @@ one_touch_recording - recordofffeature + record_off_feature @@ -542,7 +542,7 @@ one_touch_recording - recordonfeature + record_on_feature -- 2.47.2