On 26 Mar 2014, at 01:06, Cock Ootec <cockootec@gmail.com> wrote:

Hi,
I'd like to develop module for Kamailio which will be working with RTP/RTCP packets. Is there any way to capture and edit RTP packet in module of Kamailio for example in module extended from topoh?

Kamailio in itself is a SIP server, often acting as a SIP proxy. The SIP protocol doesn't handle media, it facilitates setup and management of a media session. Adding a module for handling media in Kamailio doesn't really make any sense.

We do have modules that talk to external media servers. Look into those - like rtpproxy. The Kamailio module itself does not handle media, but communicates with the other server that in fact manages media relaying.

Before you modify software, you need to understand the architecture :-)

/O


In topoh there are two events SREV_NET_DATA_IN and SREV_NET_DATA_OUT but I didn't be able to capture any RTP packets by them.

Thanks in advance for any help or useful information.
_______________________________________________
sr-dev mailing list
sr-dev@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev