<div dir="ltr">@Alec, <div><br></div><div>Now I can dial user vijay but the call gets cut after a few seconds and i get this error in the serverA&#39;s console..</div><div><br></div><div style><a href="http://paste.kde.org/737924">http://paste.kde.org/737924</a></div>

<div style><br></div><div style>PS: recolgo is the hostname of the system from which I am initialting the call (using a sip client)</div><div style><br></div><div style>Thanks</div></div><div class="gmail_extra"><br><br>
<div class="gmail_quote">
On Sun, May 5, 2013 at 2:41 PM, Sandeep Raju <span dir="ltr">&lt;<a href="mailto:sandeepraju@practo.com" target="_blank">sandeepraju@practo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr">@Alec,<div><br></div><div>Thanks.. That was the error.. got it working now.. :)</div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, May 5, 2013 at 2:34 PM, Alec Davis <span dir="ltr">&lt;<a href="mailto:sivad.a@paradise.net.nz" target="_blank">sivad.a@paradise.net.nz</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">&gt; -----Original Message-----<br>
&gt; From: <a href="mailto:asterisk-users-bounces@lists.digium.com" target="_blank">asterisk-users-bounces@lists.digium.com</a><br>
&gt; [mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com" target="_blank">asterisk-users-bounces@lists.digium.com</a>] On Behalf Of<br>
&gt; Sandeep Raju<br>
&gt; Sent: Sunday, 5 May 2013 8:34 p.m.<br>
&gt; To: Asterisk Users Mailing List - Non-Commercial Discussion<br>
&gt; Subject: [asterisk-users] Connecting Multiple Asterisk<br>
&gt; instances getting &quot;Unable to create channel of type &#39;SIP&#39;&quot;<br>
&gt;<br>
&lt;snip&gt;<br>
<div>&gt;<br>
&gt; When i make a call to extension 998 in using user as venu,<br>
&gt; here is the output i get..<br>
&gt;<br>
&gt; <a href="http://paste.kde.org/737894" target="_blank">http://paste.kde.org/737894</a><br>
&gt;<br>
&gt; The problem is that, I&#39;m getting the<br>
&gt; Unable to create channel of type &#39;SIP&#39; (cause 20 - Subscriber absent)<br>
&gt;<br>
&gt;<br>
&gt; but I want to make a call to vijay.. can anyone please let me<br>
&gt; know where I am going wrong?<br>
&gt;<br>
<br>
</div>The clue is<br>
21.    -- Executing [999@incoming:2] Dial(&quot;SIP/serverA-00000004&quot;,<br>
&quot;SIP/vijay@serverB&quot;) in new stack<br>
24. getaddrinfo(&quot;serverB&quot;, &quot;(null)&quot;, ...): Name or service not known<br>
25. No such host: serverB<br>
<br>
I believe extension 999 in server B is wrong.<br>
It should be;<br>
<br>
# extensions.conf in serverB<br>
[incoming]<br>
exten =&gt; 999,1,Answer()<br>
exten =&gt; 999,n,Dial(SIP/vijay)<br>
exten =&gt; 999,n,HangUp()<br>
<br>
Alec<br>
<br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</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>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>