<span style='font-family:Verdana'><span style='font-size:12px'>Hi,<br /> 
<br /> 
I have an IP phone behind NAT registered to also NATed FreeSWITCH (EC2):<br /> 
<br /> 
10.10.10.107 (phone) -&gt; 111.111.111.111 (NAT) -&gt; internet -&gt; 222.222.222.222 (NAT) -&gt; 10.210.250.135 (FS)<br /> 
<br /> 
Registration part of sip trace looks OK (?):<br /> 
<br /> 
tport.c:2730 tport_wakeup_pri() tport_wakeup_pri(0x7fdcf8004430): events IN<br /> 
tport.c:2845 tport_recv_event() tport_recv_event(0x7fdcf8004430)<br /> 
tport.c:3186 tport_recv_iovec() tport_recv_iovec(0x7fdcf8004430) msg 0x7fdcf8010980 from (udp/10.210.250.135:5060) has 702 bytes, veclen = 1<br /> 
tport.c:3004 tport_deliver() tport_deliver(0x7fdcf8004430): msg 0x7fdcf8010980 (702 bytes) from udp/111.111.111.111:5060/sip next=(nil)<br /> 
nta.c:2803 agent_recv_request() nta: received REGISTER sip:222.222.222.222 SIP/2.0 (CSeq 49512)<br /> 
nta.c:3090 agent_check_request_via() nta: Via check: received=111.111.111.111<br /> 
nta.c:3161 agent_aliases() nta: canonizing sip:222.222.222.222 with contact<br /> 
nta.c:3002 agent_recv_request() nta: REGISTER (49512) going to a default leg<br /> 
2012-11-09 01:14:34.833161 [ERR] sofia_reg.c:1613 DELETE PRESENCE SQL: delete from sip_presence where sip_user='1000' and sip_host='222.222.222.222' and profile_name='external' and open_closed='closed'<br /> 
nua_stack.c:529 nua_signal() nua(0x7fdcf8013190): sent signal r_respond<br /> 
nua_stack.c:529 nua_signal() nua(0x7fdcf8013190): sent signal r_destroy<br /> 
tport.c:3238 tport_tsend() tport_tsend(0x7fdcf8004430) tpn = UDP/111.111.111.111:5060<br /> 
tport.c:4660 tport_by_addrinfo() tport_by_addrinfo(0x7fdcf8004430): not found by name UDP/111.111.111.111:5060<br /> 
nta.c:6678 incoming_reply() nta: <span style="background-color:#ccffcc;">sent 200 OK for REGISTER</span> (49512)<br /> 
<br /> 
Here registration LED on the phone goes green, phone gives me a dialing tone i.e. behaves like registered.<br /> 
<br /> 
show registrations looks OK:<br /> 
<br /> 
reg_user,realm,token,url,expires,network_ip,network_port,network_proto,hostname,metadata<br /> 
1000,222.222.222.222,6a7735fa-6f81e64c@10.10.10.107,sofia/external/sip:1000@10.10.10.107:5060;fs_nat=yes;fs_path=sip%3A1000%40111.111.111.111%3A5060,1352420589,111.111.111.111,5060,udp,domU-12-31-39-09-F5-79,<br /> 
<br /> 
sofia status profile external<br /> 
...<br /> 
REGISTRATIONS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br /> 
<br /> 
<br /> 
<br /> 
Meanwhile when incoming call hits my dialplan (simple bridge to user/1000@domain) I'm getting ERR 606 (User not registered)<br /> 
<br /> 
and here is what list_users gives to me:<br /> 
<br /> 
userid|context|domain|group|contact|callgroup|effective_caller_id_name|effective_caller_id_number<br /> 
1000|default|10.210.250.135|default|<span style="background-color:#ffcc99;">error/user_not_registered</span>||Mike|1000<br /> 
<br /> 
The question is - what am I doing wrong?<br /> 
<br /> 
Thanks in advance for all yours hints<br /> 
<br /> 
Mike</span></span>