Hi Everyone,

I'm trying to record calls using rtpproxy. i called call_recording()  while
i get invite message and  on onreply route.
as follows:
I) if (is_method("INVITE")){
                force_rtp_proxy();
                start_recording();

2) onreply_route[1] {
        if ((isflagset(5) || isbflagset(6)) && status=~"(183)|(2[0-9][0-9])") {
                force_rtp_proxy();
                start_recording();
        }
When i make a call between my sip users a rtp files are storing in src
directory. I'm confused how to decode and play these files. For each call it
is saving two files

[email protected]=73818ee84fc2bab5o3;1.a.rtp
[email protected]=73818ee84fc2bab5o3;1.o.rtp.

I Read some where that  " .a.rtp"  is stream from caller, while ".o.rtp" is
stream from callee.


how to decode these files and listen wheter the call is recorded or not?
Thanks in Advance.
-- 
View this message in context: 
http://n2.nabble.com/Query-regarding-Rtp-Proxy-opensips-tp4438620p4438620.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to