Skip to content

Commit 5474d49

Browse files
rtpengine: update doc for rtpengine_pause_recording function
1 parent 253ac1d commit 5474d49

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

modules/rtpengine/doc/rtpengine_admin.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,13 +1026,15 @@ rtpengine_stop_recording();
10261026
</example>
10271027
</section>
10281028

1029-
<section id="func_rtpengine_stop_recording" xreflabel="rtpengine_pause_recording()">
1029+
<section id="func_rtpengine_pause_recording" xreflabel="rtpengine_pause_recording()">
10301030
<title>
10311031
<function moreinfo="none">rtpengine_pause_recording([flags [, sock_var]])</function>
10321032
</title>
10331033
<para>
10341034
This function will send a signal to the &rtp; proxy to pause
1035-
recording the RTP stream on the &rtp; proxy.
1035+
recording the RTP stream on the &rtp; proxy. Identical to stop recording except that it
1036+
instructs the recording daemon not to close the recording file, but instead leave it open
1037+
so that recording can later be resumed via another start recording message.
10361038
</para>
10371039
<para>Meaning of the parameters is as follows:</para>
10381040
<itemizedlist>

modules/rtpengine/rtpengine.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3006,7 +3006,7 @@ rtpe_test(struct rtpe_node *node, int isdisabled, int force)
30063006
}
30073007

30083008
if (isdisabled)
3009-
LM_DBG("rtp proxy <%s> found, support for it %senabled\n",
3009+
LM_INFO("rtp proxy <%s> found, support for it %senabled\n",
30103010
node->rn_url.s, force == 0 ? "re-" : "");
30113011

30123012
bencode_buffer_free(&bencbuf);

0 commit comments

Comments
 (0)