From c88bee33d8ce58cf22f0395b7a0c9969c86be283 Mon Sep 17 00:00:00 2001 From: jamie prince Date: Thu, 20 Aug 2026 23:03:15 +0100 Subject: [PATCH] Wear SIP: register over UDP (NAT-friendly Contact) Switch outbound transport from tcp to udp. With Asterisk peer nat=yes, Asterisk now sends the INVITE to the public source address (78.141.29.181:) instead of the watch's private Contact, so incoming calls traverse the NAT and reach the watch. Verified: external incoming calls now arrive (uaEvent: incoming call from external caller logged on the watch). --- wear/src/main/assets/accounts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wear/src/main/assets/accounts b/wear/src/main/assets/accounts index e8df280b..8b2f99a2 100644 --- a/wear/src/main/assets/accounts +++ b/wear/src/main/assets/accounts @@ -1,2 +1,2 @@ -;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 +;auth_user="01273961147";auth_pass="cisco55555";outbound="sip:mail.txt3.net:5060;transport=udp";regint=60;regq=0.5;pubint=0;check_origin=no;mwi=no;natpinhole=yes