Another factor - SOME routers misbehave if you expect the gateway address to provide the DNS server addresses. Probably the cheaper big box store ones. I certainly have been caught by the blue box brand! In addition to the addresses Comcast provides, perhaps add a "public" one such as 4.2.2.1 ??

John Novack


Ionel Chila wrote:
My Soekris box sits behind my router which takes the dhcp address from Comcast so that's not it... But the DNS lead sound interesting. Sure if DNS is acting up then the asterisk client won't be able to connect, maybe? So a true test will be to change my VoIP providers in my sip.conf and point directly to the IP address instead the domain. That should take care of any DNS issues for sure.... I will try this and keep you updated.... Thanks for all the leads guys...
Cheers



----- Original Message ----
From: Philip A. Prindeville <philipp_s...@redfish-solutions.com>
To: AstLinux Users Mailing List <astlinux-users@lists.sourceforge.net>
Sent: Sunday, May 10, 2009 2:49:14 PM
Subject: Re: [Astlinux-users] Asterisk connectivity issue...

Is Comcast (a) having routing issues, or (b) renewing your DHCP lease to
a new address?

The latter is in fact a blatant violation of the DHCP specification, but
it doesn't stop them from doing it.

Every time you reboot, check if your IP address has changed...  I'm
betting it has.

-Philip


Ionel Chila wrote:
I know it is not Astlinux related but I was wondering if any of you experience 
this issue.
I run my Soekris net4801 on Comcast broadband and once in a while I find all my VOIP providers 
"UNREACHABLE" when I do a "sip show peers"
I recognize that my broadband can go down once in a while but the asterisk should 
reconnect back to me 3 VOIP providers... All 3 of them are unreachable and I can see in 
the logs trying to connect back. I tried the reload and tried to stop and restart the 
asterisk service in /etc/init.d/asterisk "stop | start" but won't do it.
Rebooting seems to always do it for me and have everything get back online.  I 
don't have any weird firewall rules on my Linsys router running Tomato firmware.
Is just kind of weird if you ask me....
Meanwhile I wrote a quick crude script and put it on the crontab to reboot my Soekris box when the VoIP service is unreachable....
#!/bin/sh
asterisk -rx "sip show peers" | grep teliax |grep OK|wc -l > /tmp/log
VAR=`cat /tmp/log| awk {'print $1}'`
if [ "$VAR" != "1" ]
then
/sbin/reboot exit;
fi


Any ideas what's going one here guys?

Thank much....


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


--
Dog is my co-pilot

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Reply via email to