 sokhapkinPremium join:2003-05-08 Cape Coral, FL | reply to ancodia
Re: [Voip.ms] voip.ms compromised the privacy of Canadian teleph said by ancodia:Well I'm pissed about this for a different reason. I'm trying to get work done and I start getting complaints that some of the inbound lines are down. After spending 10 minutes checking into it I see that voip.ms changed SOME of my DID #'s (without permission or notice) to Tampa & knocked them offline! WTF. FU voip.ms, F U Let me guess - you run something based on asterisk and have dnsmgr turned off. Am I right? It's a typical example of user error. -- »www.callwithus.com |
|
 | said by sokhapkin:said by ancodia:Well I'm pissed about this for a different reason. I'm trying to get work done and I start getting complaints that some of the inbound lines are down. After spending 10 minutes checking into it I see that voip.ms changed SOME of my DID #'s (without permission or notice) to Tampa & knocked them offline! WTF. FU voip.ms, F U Let me guess - you run something based on asterisk and have dnsmgr turned off. Am I right? It's a typical example of user error. ? When they moved the DID home to a different server (to Tampa), the device is still connected to the original server so the inbound call fails. The ip address on the A records for each server didn't change.
Maybe they should tell their customers before they start f*cking with their accounts. |
|
 Mangowww.toao.net join:2008-12-25 Alberta kudos:11 | It did from here.
avocet:~# host toronto.voip.ms
toronto.voip.ms has address 68.233.226.97
avocet:~# host tampa.voip.ms
tampa.voip.ms has address 68.233.226.97
|
|
|
|
 nitzanPremium,VIP join:2008-02-27 kudos:2 | reply to sokhapkin
Re: [Voip.ms] voip.ms compromised the privacy of Canadian teleph said by sokhapkin:Let me guess - you run something based on asterisk and have dnsmgr turned off. Am I right? It's a typical example of user error. How often does Asterisk re-lookups a DNS entry for a server it's registering to? I'd think this would be based on the TTL for the DNS entry, is it not? |
|
 sokhapkinPremium join:2003-05-08 Cape Coral, FL | No, it is a parameter in dnsmgr.conf. -- »www.callwithus.com |
|
 XCOMdigitalnUllPremium join:2002-06-10 Spring, TX Reviews:
·flowroute
·Comcast
·voip.ms
·Callcentric
·SIPBRI
| reply to nitzan said by nitzan:said by sokhapkin:Let me guess - you run something based on asterisk and have dnsmgr turned off. Am I right? It's a typical example of user error. How often does Asterisk re-lookups a DNS entry for a server it's registering to? I'd think this would be based on the TTL for the DNS entry, is it not? You can specify the time it does the look up...
refreshinterval=3600 -- [nUll@dcypher ~]$ |
|
 nitzanPremium,VIP join:2008-02-27 kudos:2 | reply to sokhapkin I realize that, but if dnsmgr is turned off (it's off by default at least on some versions) - wouldn't Asterisk re-lookup a DNS entry after it's expired (TTL) anyway?? if not then that's a serious design flaw... |
|
 sokhapkinPremium join:2003-05-08 Cape Coral, FL | reply to nitzan
Re: [Voip.ms] voip.ms compromised the privacy of Canadian teleph said by nitzan:I realize that, but if dnsmgr is turned off (it's off by default at least on some versions) - wouldn't Asterisk re-lookup a DNS entry after it's expired (TTL) anyway?? if not then that's a serious design flaw... No, it will not re-lookup! When dnsmgr is off asterisk does name resolution once and forever. -- »www.callwithus.com |
|
 nitzanPremium,VIP join:2008-02-27 kudos:2 | said by sokhapkin:No, it will not re-lookup! When dnsmgr is off asterisk does name resolution once and forever. Interesting. That makes zero sense. The whole point of having a TTL is to have lookups refreshed when they expire... oh well, good to know. |
|
 Reviews:
·Google Voice
·Junction Networks
·Callcentric
·T-Mobile US
·AT&T U-Verse
| config files and name resolution said by nitzan:said by sokhapkin:No, it will not re-lookup! When dnsmgr is off asterisk does name resolution once and forever. Interesting. That makes zero sense. The whole point of having a TTL is to have lookups refreshed when they expire... oh well, good to know. What, in your opinion, would then be the point of the supposed dnsmgr?
It actually makes perfect sense when you think about it from the programming perspective: name resolution is only done when you load the config, so TTL plays no role whatsoever.
Basically, such a setup is only one step further from hardcoding IP-addresses by hand. A lot of system tools are designed like this (for one, firewalls come to mind, and ping, and ssh, and basically every other simple tool). |
|