the scenario is i have 2 ips on 1 server for 2 FS instances;<br><br>192.168.2.1<br>192.168.2.2<br><br>and the parameters i have set is:-<br><br>for <br>
192.168.2.1:-<br>   &lt;param name=&quot;listen-ip&quot; value=&quot;127.0.0.1&quot;/&gt;<br>
    &lt;param name=&quot;listen-port&quot; value=&quot;8021&quot;/&gt;<br>for <br>192.168.2.2:-<br>   &lt;param name=&quot;listen-ip&quot; value=&quot;127.0.0.1&quot;/&gt;<br>

    &lt;param name=&quot;listen-port&quot; value=&quot;8022&quot;/&gt;<br><br>Ideally it should work  but i am getting console for only 192.168.2.1 FS .<br><br><br>Regards<br>Sam<br><br><div class="gmail_quote">On Tue, Jan 11, 2011 at 4:20 PM, Steven Ayre <span dir="ltr">&lt;<a href="mailto:steveayre@gmail.com">steveayre@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">    &lt;param name=&quot;listen-ip&quot; value=&quot;127.0.0.1&quot;/&gt;<br>
    &lt;param name=&quot;listen-port&quot; value=&quot;8021&quot;/&gt;<br>
<br>
You can bind both to port 8021 on their individual IPs, or different<br>
ports on the same IP.<br>
<br>
A listen IP of 0.0.0.0 will mean any IP.<br>
<br>
-Steve<br>
<div><div></div><div class="h5"><br>
On 11 January 2011 10:44, Sam &lt;<a href="mailto:u2nsam@gmail.com">u2nsam@gmail.com</a>&gt; wrote:<br>
&gt; A query,<br>
&gt;<br>
&gt; I have 2 FS running on one server on 2 different ips,<br>
&gt; so when i do fs_cli going to respective bins , i see console of only the<br>
&gt; first server.<br>
&gt;<br>
&gt; Is there any way to get the console of both the FS on the same server .<br>
&gt; I tried changing the port of event socket to 8022 but it donot works.<br>
&gt; &lt;param name=&quot;listen-port&quot; value=&quot;8022&quot;/&gt;<br>
&gt;<br>
&gt; Is there some method to start the console of both the instances.<br>
&gt;<br>
&gt; Regds<br>
&gt; Sam<br>
&gt;<br>
</div></div>&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>
&gt;<br>
&gt;<br>
<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>
</blockquote></div><br>