From 106ef4ed9d74a5dc498655a3624a9e9b76d0e690 Mon Sep 17 00:00:00 2001 From: jamie prince Date: Thu, 20 Aug 2026 22:40:59 +0100 Subject: [PATCH] Wear SIP: switch account to 01273961147 + NAT-survival settings - Account line now uses 01273961147 (same credential). - sipnat=outbound + natpinhole=yes + regint=60 keep the NAT mapping/keep-alive fresh so Asterisk's INVITE (sent to the public Contact) reaches the watch behind NAT. Note: sipnat=outbound is ineffective here because the outbound proxy is the server itself (no edge STUN to learn the watch's public NAT IP); the actual NAT fix is Asterisk-side (nat=force_rport,comedia on the peer), which makes Asterisk target the public source address. --- wear/src/main/assets/accounts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wear/src/main/assets/accounts b/wear/src/main/assets/accounts index 826f757b..e8df280b 100644 --- a/wear/src/main/assets/accounts +++ b/wear/src/main/assets/accounts @@ -1 +1,2 @@ -;auth_user="01273805515";auth_pass="cisco55555";outbound="sip:mail.txt3.net:5060;transport=tcp";regint=600;regq=0.5;pubint=0;check_origin=no;mwi=no +;auth_user="01273961147";auth_pass="cisco55555";outbound="sip:mail.txt3.net:5060;transport=tcp";regint=60;regq=0.5;pubint=0;check_origin=no;mwi=no;sipnat=outbound;natpinhole=yes +