I do have a DBUG log for it, one interesting thing to point out: On the above line notice how I have 127.0.0.1, I changed this from my external ip address because i was getting the following on the rtpproxy log:
Jun 5 15:42:55 ip-10-x-x-x rtpproxy[6526]: INFO:handle_command: new session NmJlNDNhOTA0YmYwZTZhYTEyMTQ4ZDIxY2IxNzQzYmM., tag 2c249068;1 requested, type strong
Jun 5 15:42:55 ip-10-x-x-x rtpproxy[6526]: ERR:create_twinlistener: can't bind to the IPv4 port 59794: Cannot assign requested address
Jun 5 15:42:55 ip-10-x-x-x rtpproxy[6526]: ERR:handle_command: can't create listener
Jun 5 15:42:55 ip-10-x-x-x rtpproxy[6526]: DBUG:doreply: sending reply "6545_8 E10#012"
Jun 5 15:43:01 ip-10-x-x-x rtpproxy[6526]: DBUG:handle_command: received command "6556_12 Lc0,8,101 NmJlNDNhOTA0YmYwZTZhYTEyMTQ4ZDIxY2IxNzQzYmM. some.ip 56536 2c249068;1 c51afb04;1"
Jun 5 15:43:01 ip-10-x-x-x rtpproxy[6526]: INFO:handle_command: lookup request failed: session NmJlNDNhOTA0YmYwZTZhYTEyMTQ4ZDIxY2IxNzQzYmM., tags 2c249068;1/c51afb04;1 not found
This is expected because rtpproxy cant assign a port to the ec2 external ip instance, however I see that rtpproxy IS in fact trying to record but I just end up with a bunch of empty .rtp files.
Any suggestions are greatly appreciated.
On Tue, Jun 5, 2012 at 3:28 AM, Daniel-Constantin Mierla <miconda@gmail.com> wrote:
Hello,
what is the rtpproxy version? Have you run it in debug mode as well?
Cheers,
Daniel
On 6/5/12 6:46 AM, Saul Waizer wrote:
Unfortunately, I've had no luck with the rtpproxy
module.
I have rtpproxy server running and support is enabled for it
(verified by logs), however it doesn't seem to record any
sessions.
Record
all sessions going through the RTPproxy unconditionally. By
default the RTPproxy requires call control software (i.e. SER,
OpenSER or B2BUA) to enable recording explicitly on
per-session basis by sending appropriate record command."
On Mon, Jun 4, 2012 at 1:47 PM, Saul Waizer <saulwaizer@gmail.com>
wrote:
> Hello List,
>
> I am looking for a way to record the audio and
video of a call. I am
> using Kamailio (latest) on Ubuntu.
>
> Does anyone know if there's any existing modules
that allow for recording or
> any other solution that can provide recording of
calls on Kamailio?
>
> Thank you!