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:<port>) 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).
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
<sip:01273961147@mail.txt3.net>;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
|
||||
<sip:01273961147@mail.txt3.net>;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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user