Installing rtpproxy on Debian 12 - Omid-Mohajerani/Learn-Kamailio GitHub Wiki

apt install build-essential git
cd /usr/src/
git clone -b master https://github.com/sippy/rtpproxy.git
git -C rtpproxy submodule update --init --recursive
cd rtpproxy
./configure
make
make install

run rtp proxy

rtpproxy -F -s udp:localhost:7722 -l  192.168.0.100

verify if it is running

netstat -na | grep 7722
ps -aux | grep rtppr