PDA

View Full Version : No Ring



VOIPuser
12-10-2017, 07:57 PM
Can't seem to get a ring when dialing out. This has been going on since getting on fiber Internet.

Have tried multiple times over the last number of months to get this fixed once and for all but no one can do it. All the "service" personnel like to fiddle with settings and have us reset everything but nothing is every improved.

It happens on two different VOIPO phone numbers, but not on our cellular service provider. Strictly a VOIPO problem.

Does anyone know when this problem might be fixed? It's starting to get a little old. :mad:

chpalmer
12-16-2017, 04:54 PM
My guess is going to be your fiber service came with a new router. In my case my Voipo service connects to Voipo owned SIP servers. But my calls are handed off directly to the carrier. Thus the voice traffic can look like unsolicited traffic to your router firewall.. Any good firewall is going to block this. A few simple steps and my voip service is perfect here and at my customer locations. I like their method of handing off the traffic because it takes several hops out of the equation and thus less latency on a call.

You may be experiencing something similar..

What modem and router did your last service have?

What modem and router is your new service?

VOIPuser
12-26-2017, 03:34 PM
I do not remember what modem and router the last few services used. However, the current fiber service provider installed a Calix 844G GigaCenter indoor optical network terminal. From that I am connecting, by wired Ethernet port, a Netgear WNDR3800 router with Gargoyle firmware, into which the ATAs are directly plugged.

chpalmer
12-27-2017, 10:08 PM
Your Calix is a Gateway device. What is the WAN IP address of your Gargoyle loaded router? Private space or public?? I.E.. is your Calix gateway in bridge-mode? Only if your Gargoyle Router has a public space IP address would the Calix be in bridge mode.

VOIPuser
12-29-2017, 01:50 PM
The Calix Access Point is the only device on a public IP (on the outside, only), as one would expect. All other IPs on all devices are private.

chpalmer
12-29-2017, 02:00 PM
The Calix Access Point is the only device on a public IP on the outside, as one would expect. All other devices are on private IPs.

That is actually not what everyone would expect. Many of my customers have gateway devices which have been put into bridge mode.

But this means your double NAT'd.

VOIP was not originally designed to be behind NAT in the first place let alone behind two NAT devices. Later implementations of the SIP standard added NAT capabilities and not very well in many cases.

If I were in your shoes I would either figure out how to put the Calix device in bridge mode if your not using any of its other features and let the Gargoyle router handle the firewall stuff..

or-

By a simple 5 port switch and put it in between the Calix device and the Gargoyle router and plug your ATA's into it as well. That takes out the second NAT.

https://www.amazon.com/s/ref=nb_sb_ss_c_1_4/143-3697605-1618150?url=search-alias%3Delectronics&field-keywords=5+port+gigabit+switch&sprefix=5+po%2Celectronics%2C214&crid=2XN0I5ZI6G2IO

VOIPuser
12-30-2017, 06:15 PM
I guess it is easy from some to miss my point. In normal operation, a gateway/access point is not in bridge mode. Hence my correct statement.

I could try to make sure that there is a SIP port forward in place and all necessary NAT devices.

Do you happen to know what port(s) is used for VOIPO SIP? I read that the ports VOIPO uses are as follows:
SIP Control and RTP: Port 5004 to 65000 UDP. But can't we narrow that down a bit?

chpalmer
12-31-2017, 08:11 PM
In my commercial routers I never port forward anything. Simply open firewall rules to allow incoming traffic.. But yes.

SIP can be 5078-5079 from Voipo usually. Mine are all 5060 as that is what Ive asked.

RTP depends on device. Grandsteam by default starts at 5004. My firewall rules are 5004-5059 (Grandsteam)

Linksys devices by default are 16384-16482 way overkill. When I have a Linksys/Cisco i mirror these in the firewall.



In normal operation, a gateway/access point is not in bridge mode. Hence my correct statement.

If the public IP is on the Calix device then anything behind it is behind NAT. If the Gargoyle device is in standard router mode then it is also a NAT device. Anything behind it is double NAT'd.

Not sure what I am missing?

If you look at your Voipo dashboard there is a page that shows connected devices.. https://account.voipo.com/features/devices

In my case-

3455551212

Username:3455551212

Received:sip:9x.1xx.1xx.1xx:5060

Contact:sip:3455551212@172.25.125.20:5060;user=pho ne

Expires:2017-12-31 18:04:04
User Agent:Grandstream HT-502 V1.2A 1.0.3.10
Connected To:VOIPo Central



Notice the Recieved IP address (which Ive obfuscated) is my public IP address. Received however contains my private space IP address. This is in the return SIP header. This is how the Voipo servers know where I am and where my device is behind NAT and why I do not need to port forward to get to them. This is also why I can run more than one ATA on port 5060 on my system. If I port forward 5060 to one ATA I cannot port it to another.

The reason Voipo and other companies tell you to port forward on a SOHO router is because this also opens up the corresponding firewall rule on that router as there is no way to do it separately. Im not sure if your running into the problem of trying to use more than one ATA or not but figured Id mention it. I do here. Only one of my customers also do.

When your double NAT'd your device and their servers can get very confused.

Based on your comment- "The Calix Access Point is the only device on a public IP" Im still assuming that your ATA(s) are double NAT'd.

:)

VOIPuser
02-19-2018, 01:03 PM
Double NAT increases security.?.

chpalmer
02-20-2018, 12:22 AM
No it does not. NAT for security is a myth.

GreenLantern
02-26-2018, 10:56 AM
Double NAT increases security.?.

No, not really. NAT was created to artificially add more IP addresses, since IPv4 is running out quickly.

One can argue that NAT adds a layer of "obfuscation" (difficulty by complexity), but NAT is only a trivial obstacle for any hacker that has already penetrated a network to that point.

VOIPuser
02-28-2018, 11:39 AM
I chose the simple solution of plugging the gateway into a plain switch and my two ATAs into that switch. One still does not hear a busy signal when a called line is in use.

GreenLantern
02-28-2018, 11:51 AM
I didn't see it mentioned previously that you have 2 ATAs. Make sure all the registrations are using different ports, or they can conflict and you'll get a variety of errors.

Try using each ATA separate, one at a time, to see if they can work by themselves, or if they are conflicting with each other.

Best solution would be to use a single voip device, with 2, 4, 8 lines, instead of 2 or more separate ATAs.

But if one works by itself, and the other doesn't, you may have a bad ATA.

VOIPuser
02-28-2018, 12:10 PM
I am using what was sent me. I'd be glad to exchange these for one 8-port.

GreenLantern
02-28-2018, 12:57 PM
I don't think voipo offers an 8 port device.

This forum is great for getting tips from other users, but I think your case is beyond that.

You probably need to open a support ticket to speak directly with someone at voipo.

VOIPuser
02-28-2018, 07:39 PM
Never helped before. Not likely now.

VOIPuser
04-02-2018, 01:14 PM
Here's a possibility. I am looking at the Grandstream HT814. It would give me the combined four ports of my current two HT702's. It would give me WAN and LAN ports. I would plug its WAN port into the Calix Access Point setup in Bridge mode. I would plug the LAN port into a Switch for computers and other things connected to the Internet.

Question 1. Is the HT814 a good item and compatible with VOIPO?

Question 2. Is this considered a good setup?

Question 3. Will I still have two ports per phone number (I have two) with 814 as I have with the two 702's?

Thanks.

VOIPuser
12-18-2018, 09:23 AM
As a report, I can say that my Grandstream HT814 has been a great product. I did not have too much trouble, and got a little tech support to configure it. Once you do it, you would have no trouble at all.

It is compatible with VOIPO, and has worked seamlessly since proper configuration. It also gives more options for fine tuning.

It was easy to configure each port as desired. The configuration I used was two ports paired together in a two-and-two setup to give me exactly what I wanted.

I strongly suggest that VOIPO support these products directly. They should also be given out to everyone with two lines. It saves a lot of unnecessary space, cabling and configuration.

Next, I am going to a free PBX package on a Raspberry PI with a PoE router and cordless IP phones, which should be a lot of fun.