[OpenSIPS-Users] Query regarding Rtp Proxy &opensips
Indiver
nehru.indu at gmail.com
Fri Jan 22 07:53:33 CET 2010
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
11784d24-9142b1a9 at 192.168.3.10=73818ee84fc2bab5o3;1.a.rtp
11784d24-9142b1a9 at 192.168.3.10=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.
More information about the Users
mailing list