<br><br><div class="gmail_quote">On Tue, Aug 10, 2010 at 3:50 PM, Stas Khirman <span dir="ltr">&lt;<a href="mailto:stas@khirman.com">stas@khirman.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div link="blue" vlink="purple" lang="EN-US"><div><p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);">Michael,</span></p><p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);">Yes, you absolutely right – 999x are working… BTW, I took my code from  <a href="http://files.freeswitch.org/freeswitch-1.0.6.tar.gz" target="_blank">http://files.freeswitch.org/freeswitch-1.0.6.tar.gz</a> - i was sure that it is a latest version…Maybe it make sense to repackage it to remove confusion…</span></p>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p></div></div></blockquote><div>1.0.6 is the latest tarball but you can use the git repo to get the latest and greatest code which is recommended for initial installs.<br>
<a href="http://wiki.freeswitch.org/wiki/Installation_Guide#Obtaining_the_Source_Code">http://wiki.freeswitch.org/wiki/Installation_Guide#Obtaining_the_Source_Code</a><br> <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div link="blue" vlink="purple" lang="EN-US"><div><p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);">On the first question – it seems that in multi interface configuration FreeSWITCH is explicitly bind() to the first interface only . Is any configuration parameters to specify what interfaces to bind /</span></p>
</div></div></blockquote><div>Look for conf/sip_profiles/internal.xml and external.xml <br>These files control your SIP profiles, which are just SIP UAs<br>Look for these lines:<br>    &lt;param name=&quot;rtp-ip&quot; value=&quot;$${local_ip_v4}&quot;/&gt;                                                                                                              <br>
    &lt;param name=&quot;sip-ip&quot; value=&quot;$${local_ip_v4}&quot;/&gt; <br><br>You can specify an IP address there. Each SIP profile can bind to a particular IP address and port. The port param is like this:<br>    &lt;param name=&quot;sip-port&quot; value=&quot;$${external_sip_port}&quot;/&gt;  <br>
<br>Also, look in conf/vars.xml to see where many of these variables are defined.<br><br>Last item: go buy our FreeSWITCH book! We&#39;ve fallen to #3 on Packt&#39;s top books list so we need a boost! :P<br><br>Thanks,<br>
MC<br></div></div><br>