yes, you need to make sure bindaddr is set correctly in iax.conf, sip.conf, dundi.conf, manager.conf and any other files that might include bindaddr for BOTH instances of asterisk, you can&#39;t allow one to bind to all ip&#39;s and the other just to bind to one - it won&#39;t work.<br>
<br><div class="gmail_quote">2009/2/25 Rilawich Ango <span dir="ltr">&lt;<a href="mailto:maillisting@gmail.com">maillisting@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
It seems better to install once with multiple instances.  Do we need<br>
to take care the port or IP of each instance?<br>
<div><div><span id="q_11fab256c89908f5_1" class="h4">- Show quoted text -</span></div><div class="h5"><br>
On Wed, Feb 25, 2009 at 5:36 AM, Klaus Darilion<br>
&lt;<a href="mailto:klaus.mailinglists@pernau.at">klaus.mailinglists@pernau.at</a>&gt; wrote:<br>
&gt; Klaus Darilion wrote:<br>
&gt;&gt; Rilawich Ango wrote:<br>
&gt;&gt;&gt; Hi all,<br>
&gt;&gt;&gt;   Is it possible to install more than 1 asterisk in a single server?<br>
&gt;&gt;&gt; If yes, what do I need to set and take care?<br>
&gt;&gt;<br>
&gt;&gt; Just to have several Asterisk instances on a single server you do not<br>
&gt;&gt; need to install it multiple times. Install it once and start it multiple<br>
&gt;&gt; times.<br>
&gt;&gt;<br>
&gt;&gt; Of course you have to have a dedicated configuration for each server, eg:<br>
&gt;&gt; /etc/asterisk/instance1/*<br>
&gt;&gt; /etc/asterisk/instance2/*<br>
&gt;&gt; /etc/asterisk/instance3/*<br>
&gt;&gt;<br>
&gt;&gt; Then you start the Asterisk process and specify the location of the<br>
&gt;&gt; asterisk.conf file.<br>
&gt;&gt;<br>
&gt;&gt; asterisk -C /etc/asterisk/instance1/asterisk.conf<br>
&gt;&gt; asterisk -C /etc/asterisk/instance2/asterisk.conf<br>
&gt;&gt; asterisk -C /etc/asterisk/instance3/asterisk.conf<br>
&gt;&gt;<br>
&gt;&gt; Further, in asterisk.conf specify for each asterisk instance a different<br>
&gt;&gt; location of: spool directory, PID file, ....<br>
&gt;<br>
&gt; btw: I use a common /var/lib/asterisk/ as I want to have the same<br>
&gt; &quot;sounds&quot; for all instances. This gives a problem when you use 1.4, as<br>
&gt; 1.4 can not configure the location of astdb. For these you have to apply<br>
&gt; this patch:<br>
&gt; <a href="http://bugs.digium.com/view.php?id=14257" target="_blank">http://bugs.digium.com/view.php?id=14257</a><br>
&gt;<br>
&gt; regards<br>
&gt; klaus<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt;<br>
&gt; asterisk-users mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
&gt;<br>
<br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br>