Hi Mike,
you need to specify your RTP peer, if the remote RTP endpoint is on a different machine. The default is 127.0.0.1, which the remote SIP endpoint @192.168.5.228 reach. As 192.168.3.225 is your local network interface to talk to the other SIP endpoint, you should add --cc "rtp-peer 192.168.3.225":
amps --limesdr-mini --channel 334 - channel 332 -o --fast-math --cc "rtp-peer 192.168.3.225"
Note that if you define STUN server or public IP at osmo-cc-sip-endpoint, the "rtp-peer" gets automatically translated into public IP address. But in your case there seems to be no NAT in between.
I use 'sngrep' to check that by looking at the INVITE message.
Regards,
Andreas
On 2/23/23 04:34, Famicoman wrote:
I am running amps with: $ amps --limesdr-mini --channel 334 - channel 332 -o --fast-math
I am running osmo-cc-sip-endpoint with: $ osmo-cc-sip-endpoint --local 192.168.3.225 --remote 192.168.5.228 -R 8927188@192.168.5.228 -A 8927188 secretpasswordhere 192.168.5.228 -v 0 *