NEED MORE INFO Connecting to Incredible Pi behind NAT

You dont have a dns on your phone, you can install travelin man on it like if it was a web page for autenthication

The travelin man 3 tutorial said to set it up that way so I did. Either way, I see no 'web page' authentication in the tutorial. Where is that?

Still haven't gotten my phone to connect to the Pi yet outside the network.
 
This goes back to Message #14. I thought we were clear before on the problem, but here we go again. If IPtables is disabled and you still cannot connect to your Raspberry Pi from outside your LAN, then there is something wrong with your router setup. We can't fix that! Either get a new router, properly configure the one you have, get a new softphone that can register, or live with not being able to connect from outside the LAN. Those are the only options! This really is NOT a Raspberry Pi or Incredible PBX problem. Sorry.
 
I checked his router and it was fine you could ping it from the outside, what could the problem be?


Pinging a router from outside is only one piece of the router puzzle. The router needs to be properly configured to pass SIP traffic internally to the Raspberry Pi.
 
Pinging a router from outside is only one piece of the router puzzle. The router needs to be properly configured to pass SIP traffic internally to the Raspberry Pi.


And to my knowledge... it should be. I have forwarded the correct ports, I have disabled SIP ALG (netgear's worthless attempt at prioritizing that), and the Pi sits on a reserved IP on my network. The setup really isn't rocket science. However, if the router is still blocking it then I have no idea why it is doing that. I actually had the same issue with my previous router that was running Tomato. I couldn't get that to work either... and again, I have yet to find a tutorial anywhere on the web (or here) that goes into detail on setting up a router any further than the items I just listed. Is there a depository of information anywhere else that I can read and try to figure out the issue?
 
Pinging a router from outside is only one piece of the router puzzle. The router needs to be properly configured to pass SIP traffic internally to the Raspberry Pi.


And also... in post #26, I stated that I got a different error when I took IPtables down behind the router. I got an 'auth forbidden' message which is completely different then when IPtables was up. So that tells me that it's not the router completely. The router might be disrupting traffic, but something about asterisk is not accepting information and providing the correct information back to Sipdroid.
 
damn... Let's unwind.

On your Pi:
iptables -P INPUT ACCEPT
iptables -F
iptables -nL

in this order and the last one should output an empty ruleset.

Now disconnect all other internal phones.

Then on the Pi:
asterisk -rvvvvvvvvvv
Leave that open and running.

Connect your remote phone....

While you do that, watch the window where you have asterisk -rvvvvvvvvvv running. It should show stuff when the phone reaches asterisk.
You see nothing there?
Ok do asterisk -rvvvvvvvvvv (if your still in it, no need to do it again)
then do "sip set debug on" IN the asterisk cli your just opened.

Then try the remote phone again while watching the asterisk cli where you typed sip set debug on.

Now what is the results:
what is the remote phone saying
what do you see in the asterisk cli.
 
Were you able to get it to work?? Post your solution
 

Members online

No members online now.

Forum statistics

Threads
26,688
Messages
174,412
Members
20,259
Latest member
Fadeek86
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top