at a total loss still, cannot find the culprit, event though the Desktop works internal and the Phone app works internal and externally…
did a debug trace of acall from desktop (external network) and the mobile app (external network), the only thing I see are the ip addresses – desktop is using an internal ip address, where as the mobile app appears to have a public ip
DESKTOP APP:
Sent RTP packet to 192.168.128.226:50456 (type 00, seq 025621, ts 000160, len 000160)
– <PJSIP/98220-000000ae> Playing ‘/var/spool/asterisk/voicemail/default/246/unavail.slin’ (language ‘en’)
Sent RTP packet to 192.168.128.226:50456 (type 00, seq 025698, ts 012480, len 000160)
Sent RTP packet to 192.168.128.226:50456 (type 00, seq 025699, ts 012640, len 000160)
Sent RTP packet to 192.168.128.226:50456 (type 00, seq 025700, ts 012800, len 000160)
Sent RTP packet to 192.168.128.226:50456 (type 00, seq 025701, ts 012960, len 000160)
Sent RTP packet to 192.168.128.226:50456 (type 00, seq 025702, ts 013120, len 000160)
Sent RTP packet to 192.168.128.226:50456 (type 00, seq 025703, ts 013280, len 000160)
Sent RTP packet to 192.168.128.226:50456 (type 00, seq 025704, ts 013440, len 000160)
Sent RTP packet to 192.168.128.226:50456 (type 00, seq 025705, ts 013600, len 000160)
etc…
MOBILE APP:
[2024-06-21 12:35:53] DEBUG[12091][C-000000d4]: res_rtp_asterisk.c:8368 ast_rtp_read: (0x7f128414b260) RTP NAT: Got audio from other end. Now sending to address 72.139.198.123:13381
Got RTP packet from 72.139.198.123:13381 (type 00, seq 041873, ts 1460241003, len 000160)
Sent RTP packet to 72.139.198.123:13381 (type 00, seq 022872, ts 005280, len 000160)
Sent RTP packet to 72.139.198.123:13381 (type 00, seq 022873, ts 005440, len 000160)
etc
I’m using the mobile hotspot on my work phone which is connected to the laptop simulating the “Extenal network” - the 192.168.128 ip, suspecting the hotspot assigned that ??
not sure if thats the normal pattern for the desktop app…
the 72.139 is a call from my mobile phone – bell network
thanks,
Peter