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: 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"); } 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. Anybody have an example of how to do this. TIA, Bill