<div dir="ltr">auto-restart is also a per-profile setting the one noted just sets it on all of them.  <div>It will restart profiles who have the ip that changed present in the rtp-ip or sip-ip.</div><div><br></div><div>I did just see an errant restart_all_profiles call in the code in questions which will be corrected.</div>
<div><br></div><div>We can see if we can improve its resilience. </div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 29, 2014 at 3:32 PM, Mario G <span dir="ltr">&lt;<a href="mailto:mario_fs@mgtech.com" target="_blank">mario_fs@mgtech.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have nailed this down and this looks like it should affect other people… I discovered why the IPV6 address changes.. It has to do with privacy addressing (<a href="http://tools.ietf.org/html/rfc3041" target="_blank">http://tools.ietf.org/html/rfc3041</a>) which is (a good thing) defaulted since OS X 10.7, and on windows, and other devices. When enabled, the system will generate a temporary IPV6 address with a random suffix in addition to the EUI-64-based address. This is so the device mac address does not get published on the public interface.<br>

<br>
I think FreeSWITCH will need something to handle this eventually and not restart all profiles. If the IPV6 changes why restart IPV4 only profiles? Also, we need a better way to handle the port busy condition when the internal profile is restarted.<br>

<span class="HOEnZb"><font color="#888888">Mario G<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On May 29, 2014, at 12:44 PM, Mario G &lt;<a href="mailto:mario_fs@mgtech.com">mario_fs@mgtech.com</a>&gt; wrote:<br>
<br>
&gt; That would solve both my problems (I think), may have to bribe Anthony…<br>
&gt; Mario G<br>
&gt;<br>
&gt; I like your idea:<br>
&gt; &lt;param name=&quot;auto-restart&quot; value=&quot;&lt;n-Attempts|Indefinitely&gt;,&lt;n-Seconds-Delay&gt;”/&gt;<br>
&gt;<br>
&gt; On May 28, 2014, at 1:29 PM, Francis &lt;<a href="mailto:sms@icefire.qza.net.au">sms@icefire.qza.net.au</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; I had the same issue on a HP T5745, where the IPV6 interface would come<br>
&gt;&gt; up late after boot and cause the profiles to restart, but the internal<br>
&gt;&gt; would fail to load:<br>
&gt;&gt;<br>
&gt;&gt; <a href="https://jira.freeswitch.org/browse/FS-6537" target="_blank">https://jira.freeswitch.org/browse/FS-6537</a><br>
&gt;&gt;<br>
&gt;&gt; Testing from git Master last week, there is a new timer that prevents<br>
&gt;&gt; the profile from being restarted if it has been up for less than 10<br>
&gt;&gt; seconds. I&#39;ve only tried this with manually restarting though, I still<br>
&gt;&gt; have to test it in a scenario where the IPV6 address randomly changes.<br>
&gt;&gt; Anthony pointed out that there is a setting in sofia.conf.xml:<br>
&gt;&gt;<br>
&gt;&gt;    &lt;param name=&quot;auto-restart&quot; value=&quot;false&quot;/&gt;<br>
&gt;&gt;<br>
&gt;&gt; ... which prevents the profiles from auto-reloading if the IP address<br>
&gt;&gt; changes. This is ok for me, but if you want to continue using IPV6, then<br>
&gt;&gt; it won&#39;t help you.<br>
&gt;&gt; Have you tried the latest master?<br>
&gt;&gt;<br>
&gt;&gt; PS,  I think your idea of auto attempting restarts on fail is a good<br>
&gt;&gt; one, something like:<br>
&gt;&gt;<br>
&gt;&gt; &lt;param name=&quot;auto-restart&quot;<br>
&gt;&gt; value=&quot;&lt;n-Attempts|Indefinitely&gt;,&lt;n-Seconds-Delay&gt;&quot;/&gt;<br>
&gt;&gt;<br>
&gt;&gt; would be the sweet spot.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; -Francis<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On 2014-05-29 04:07, Mario G wrote:<br>
&gt;&gt;&gt; I have a mix of native IPV4/6. A mac runs FreeSWITCH using a static<br>
&gt;&gt;&gt; IP4 address and has IPV6 addresses. For some reason (I am not an IPV6<br>
&gt;&gt;&gt; expert) the IPV6 address changes once or twice a day. Everything on<br>
&gt;&gt;&gt; the mac runs fine except FreeSWITCH stops all the profiles then<br>
&gt;&gt;&gt; restarts them, it then loses the internal profile. The sequence is<br>
&gt;&gt;&gt; below, If anyone knows of a FS param or something I can use to<br>
&gt;&gt;&gt; workaround this please let me know. BTW, I am not using IPV6 to the<br>
&gt;&gt;&gt; external ITSPs, but the Yealink phones have it on, I could turn it off<br>
&gt;&gt;&gt; but was hoping for a real solution. Thanks,<br>
&gt;&gt;&gt; Mario G<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; 1 - Log shows: [INFO] mod_sofia.c:5286 IP change detected []-&gt;[]<br>
&gt;&gt;&gt; [2601:9…..<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; 2 - FreeSWITCH stops all 7 external profiles and the internal profile.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; 3 - All profiles are restarted, but only the external ones start<br>
&gt;&gt;&gt; successfully. The internal does not start because the port has not<br>
&gt;&gt;&gt; been freed by OS X yet. And FreeSWITCH never attempts to restart it<br>
&gt;&gt;&gt; again. I am sure this is related to Jira<br>
&gt;&gt;&gt; <a href="http://jira.freeswitch.org:8080/browse/FS-5223" target="_blank">http://jira.freeswitch.org:8080/browse/FS-5223</a> but is a bigger problem<br>
&gt;&gt;&gt; since I have to turn off IPV6 to stop it.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; 4 - I have to &quot;sofia profile internal start” to get it going again.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; PS: Would love to find a way to get FS to keep trying to restart<br>
&gt;&gt;&gt; internal rather than give up, would help both problems.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _________________________________________________________________________<br>
&gt;&gt;&gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt;&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt;&gt;&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt;&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Official FreeSWITCH Sites<br>
&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt;&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;&gt; _________________________________________________________________________<br>
&gt;&gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt;&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt;<br>
&gt;&gt; Official FreeSWITCH Sites<br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt; _________________________________________________________________________<br>
&gt; Professional FreeSWITCH Consulting Services:<br>
&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;<br>
&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;<br>
&gt; Official FreeSWITCH Sites<br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">Anthony Minessale II       ♬ @anthmfs  ♬ @FreeSWITCH  ♬<div><br><div>☞ <a href="http://freeswitch.org/" target="_blank">http://freeswitch.org/</a>  ☞ <a href="http://cluecon.com/" target="_blank">http://cluecon.com/</a>  ☞ <a href="http://twitter.com/FreeSWITCH" target="_blank">http://twitter.com/FreeSWITCH</a></div>
<div><div>☞ <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch ☞ <u><a href="http://freeswitch.org/g+" target="_blank">http://freeswitch.org/g+</a></u><br><br></div><div>ClueCon Weekly Development Call <br>
</div><div>☎ <a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a>  ☎ +19193869900 </div><div><br></div></div></div></div>
</div>