My node 28174 is linking to other nodes FB and iaxRPT makes it easy to facilitate the linking process. Now I want to be able to call in from my Android cell phone and use that for an interface with the Asterisk cli: . I've installed IaxAgent on my Android phone. I followed along with the instructions found in the acid-sysadmin.pdf for calling in for "dial up access" that goes like this in iax.conf [my-ip-phone] type=user context=radio-control auth=md5 secret=mypassword host=dyanamic disallow=all allow=gsm allow=g726aal2 transfer=no and goes like this in extensions.conf [radio-control] exten=>28174,1,Answer() exten=>28174,n,Playback(rpt/node) exten=>28174,n,Playback(digits/2) exten=>28174,n,Playback(digits/8) exten=>28174,n,Playback(digits/1) exten=>28174,n,Playback(digits/7) exten=>28174,n,Playback(digits/4) exten=>28174,n,Rpt(28174|P) Then from the reload all looks fine. test*CLI> iax2 reload [Dec 13 21:56:24] NOTICE[16896]: chan_iax2.c:11489 set_config: Ignoring bindaddr on reload == Loaded firmware 'iaxy.bin' -- Registered IAX2 to '67.215.233.178', who sees us as 174.27.6.80:4569 with no messages waiting test*CLI> But when I try to call in using the IaxAgent application on the Android Cell Phone I get this: test*CLI> [Dec 13 21:58:06] NOTICE[16870]: chan_iax2.c:6839 register_verify: No registration for peer 'my-ip-phone' (from 174.253.162.48) [Dec 13 21:58:06] NOTICE[16864]: chan_iax2.c:6839 register_verify: No registration for peer 'my-ip-phone' (from 174.253.162.48) test*CLI> I've tried "registering" with a line like this in iax.conf: register=my-ip-phone:password@OK.no-ip.org But that doesn't change the outcome. So any ideas on how to set a "registration" for 'my-ip-phone' calling in from Verizon using a cell phone? Ron Morell KA7U --