[asterisk-users] Connecting Multiple Asterisk instances getting "Unable to create channel of type 'SIP'"

Sandeep Raju sandeepraju at practo.com
Sun May 5 04:18:48 CDT 2013


@Alec,

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..

http://paste.kde.org/737924

PS: recolgo is the hostname of the system from which I am initialting the
call (using a sip client)

Thanks


On Sun, May 5, 2013 at 2:41 PM, Sandeep Raju <sandeepraju at practo.com> wrote:

> @Alec,
>
> Thanks.. That was the error.. got it working now.. :)
>
>
> On Sun, May 5, 2013 at 2:34 PM, Alec Davis <sivad.a at paradise.net.nz>wrote:
>
>> > -----Original Message-----
>> > From: asterisk-users-bounces at lists.digium.com
>> > [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of
>> > Sandeep Raju
>> > Sent: Sunday, 5 May 2013 8:34 p.m.
>> > To: Asterisk Users Mailing List - Non-Commercial Discussion
>> > Subject: [asterisk-users] Connecting Multiple Asterisk
>> > instances getting "Unable to create channel of type 'SIP'"
>> >
>> <snip>
>> >
>> > When i make a call to extension 998 in using user as venu,
>> > here is the output i get..
>> >
>> > http://paste.kde.org/737894
>> >
>> > The problem is that, I'm getting the
>> > Unable to create channel of type 'SIP' (cause 20 - Subscriber absent)
>> >
>> >
>> > but I want to make a call to vijay.. can anyone please let me
>> > know where I am going wrong?
>> >
>>
>> The clue is
>> 21.    -- Executing [999 at incoming:2] Dial("SIP/serverA-00000004",
>> "SIP/vijay at serverB") in new stack
>> 24. getaddrinfo("serverB", "(null)", ...): Name or service not known
>> 25. No such host: serverB
>>
>> I believe extension 999 in server B is wrong.
>> It should be;
>>
>> # extensions.conf in serverB
>> [incoming]
>> exten => 999,1,Answer()
>> exten => 999,n,Dial(SIP/vijay)
>> exten => 999,n,HangUp()
>>
>> Alec
>>
>>
>> --
>> _____________________________________________________________________
>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>> New to Asterisk? Join us for a live introductory webinar every Thurs:
>>                http://www.asterisk.org/hello
>>
>> asterisk-users mailing list
>> To UNSUBSCRIBE or update options visit:
>>    http://lists.digium.com/mailman/listinfo/asterisk-users
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130505/02b0e9b6/attachment.htm>


More information about the asterisk-users mailing list