<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<pre class="moz-quote-pre" wrap="">Hi All:
I have a project that requires that I record the audio streams from an ongoing phone call. It seems that rtp_proxy module should do that, but I can't seem to get it to work.
My config file:
<b>if(nat_uac_test("8")) {
//rtpproxy_manage("co");
xlog("L_INFO", "rtpproxy Call is going to private IPv4 Media Server Engage RTPProxy Now\n");
rtpproxy_manage("crwie","10.1.1.2");
} else {
//rtpproxy_manage("cor");
xlog("L_INFO", "rtpproxy Call is coming from a private IPv4 Media Server Engage RTPProxy Now\n");
rtpproxy_manage("crwei","10.1.1.2");
}
</b>There appears to be conversations going on with rtpproxy on both legs of the call. But I seem to be missing the step that records the audio<b>. </b>Anybody have an example of how to do this.
TIA, Bill
<b></b></pre>
</body>
</html>