<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'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"><<a href="mailto:sandeepraju@practo.com" target="_blank">sandeepraju@practo.com</a>></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"><<a href="mailto:sivad.a@paradise.net.nz" target="_blank">sivad.a@paradise.net.nz</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">> -----Original Message-----<br>
> From: <a href="mailto:asterisk-users-bounces@lists.digium.com" target="_blank">asterisk-users-bounces@lists.digium.com</a><br>
> [mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com" target="_blank">asterisk-users-bounces@lists.digium.com</a>] On Behalf Of<br>
> Sandeep Raju<br>
> Sent: Sunday, 5 May 2013 8:34 p.m.<br>
> To: Asterisk Users Mailing List - Non-Commercial Discussion<br>
> Subject: [asterisk-users] Connecting Multiple Asterisk<br>
> instances getting "Unable to create channel of type 'SIP'"<br>
><br>
<snip><br>
<div>><br>
> When i make a call to extension 998 in using user as venu,<br>
> here is the output i get..<br>
><br>
> <a href="http://paste.kde.org/737894" target="_blank">http://paste.kde.org/737894</a><br>
><br>
> The problem is that, I'm getting the<br>
> Unable to create channel of type 'SIP' (cause 20 - Subscriber absent)<br>
><br>
><br>
> but I want to make a call to vijay.. can anyone please let me<br>
> know where I am going wrong?<br>
><br>
<br>
</div>The clue is<br>
21. -- Executing [999@incoming:2] Dial("SIP/serverA-00000004",<br>
"SIP/vijay@serverB") in new stack<br>
24. getaddrinfo("serverB", "(null)", ...): 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 => 999,1,Answer()<br>
exten => 999,n,Dial(SIP/vijay)<br>
exten => 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>