sipwise / rtpengine

The Sipwise media proxy for Kamailio
GNU General Public License v3.0
765 stars 362 forks source link

forward-to configuration #1765

Closed rohjac closed 7 months ago

rohjac commented 7 months ago

i have configured forward-to in the rtpengine-recording.conf file, my question is how can i send the meta data and rtp to different system, how do i go about it. It works in the local system

How can i forward the packets received on the local unix socket to a remote system

rfuchs commented 7 months ago

You'd need some sort of process or daemon that receives the packets and then forwards them elsewhere. The rtpengine code base doesn't provide that.

General questions should be directed to the mailing list. The Github issue tracker exists to track issues with the code. It's not a support forum.