On Fri, Sep 28, 2018 at 11:47:12AM +0200, Pieter Muller wrote:
If I insert my public IP under:
# - start RTPProxy:
# rtpproxy -l _your_public_ip_ -s udp:localhost:7722
# - option for NAT SIP OPTIONS keepalives: WITH_NATSIPPING
Must I also modify UDP part below:
#!ifdef WITH_NAT
# ----- rtpproxy params -----
modparam("rtpproxy", "rtpproxy_sock",
"udp:127.0.0.1:7722")
or can I leave it as is.
I have 1 NIC running private to VSP and 1NIC Public facing...So my mind is telling me to
keep it as 127.0.0.1???
127.0.0.1 (on port 7722) is used to communicate from kamailio to
rtpproxy, so you can keep that.
Never had to use rtpproxy to bridge between private and public networks,
but if you check the archives of this list you should find some examples
(keywords might be multi homed or bridged rtp)