<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: arial,helvetica,sans-serif; font-size: 10pt; color: #000000'>On Tue, May 14, 2013 at 10:31 AM, Siri MM <span dir="ltr">&lt;<a href="mailto:sirimmfs@gmail.com" target="_blank">sirimmfs@gmail.com</a>&gt;</span> wrote:<br>
<div style="color: rgb(0, 0, 0); font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div dir="ltr"><div>Hello All,</div><div>&nbsp;</div><div>I am facing an issue with&nbsp;freeswitch installed on my device. For some reason, IP address on my device&nbsp;sometimes seems to be 'fluctuating' between the actual Static IP, and 127.0.0.1. Freeswitch is able to detect this change everytime, and reconfigure accordingly.&nbsp;However, during one such occassion, it hasn't brought up the internal profile, and isn't binding to port 5060. No other program uses this port on my device.</div>

<div>&nbsp;</div><div>Working log:</div><div><a href="http://pastebin.freeswitch.org/20912" target="_blank">http://pastebin.freeswitch.org/20912</a></div><div>&nbsp;</div><div>Not-working log:</div><div><a href="http://pastebin.freeswitch.org/20915" target="_blank">http://pastebin.freeswitch.org/20915</a></div>

<div>&nbsp;</div><div>Would appreciate any inputs</div><div>&nbsp;</div><div>Thanks!</div></div>
</blockquote></div><br>Hi Siri, <br>
<br>
I am a bit mystified as to how things are supposed to work if (how?) 
your IP get's switched between static and 127.0.0.1 (again, how?) This 
feels just wrong on so many levels :-)<br>
<br>
127.0.0.1 normally is bound to the loopback interface, which, on linux, is called lo<br>
your other IP should be bound to an eth0 interface, or an internal ip 
and and the static IP on a router with some sort of NAT or port 
redirection.<br>AFAIK linux should not allow you bind 127.0.0.1 to eth0 if it is allready bound to lo, so my best guess would be that you loose ethX and you are binding FS to all available interfaces... <br>
<br>Alas, I don't know how to answer, because even if there should 
be a problem bringing up the internal profile on such a "switch", my 
guess is that that's probably *not* the problem you should be looking to 
fix for right now. <br>
<br>
Especially since, if somehow the IP really get's switched to 127.0.0.1, 
you will be talking only to yourself and I do not see how this should 
create a working setup (unless you use only an internal sip/(pri|bri) 
card or some USB channelbanks/gprs sticks, etc. and you only will be 
doing robocalls or automated IVR's ... <br>
<br>
Well, sorry mate that I can't help you more, but this really is a strange szenario, <br>
<br>
best regards,<br>
Ray</div>
</div><br></div></body></html>