Re: [Asterisk-java-users] Asterisk Timeout Problem
Brought to you by:
srt
From: Kaan Ç. <cal...@gm...> - 2012-07-07 09:06:45
|
Hi, İ want to use jtapi implementation with asterisk. İ think 0.3 version of jar doesn't support jtapi. Can you give me suggestion to use 0.2 version of jar? İ can login with asterisk-Java-0.3 but it is not enough for me :) Thanks, Best regards. 6 Temmuz 2012 Cuma tarihinde Rafael Medeiros adlı kullanıcı şöyle yazdı: > try version 0.3.1 > > > https://nexus.reucon.com/content/repositories/opensource/org/asteriskjava/asterisk-java/0.3.1/ > > Atenciosamente, > > Rafael Nunes > I'm free - Linux > Linux User #439174 > http://www.linkedin.com/in/mederafael > > > On Fri, Jul 6, 2012 at 9:14 AM, Kaan Çalışkan <cal...@gm...> > wrote: > > Hi, > > Is there any suggestions for my case? > > > > Best regards. > > > > 2012/7/5 Kaan Çalışkan <cal...@gm...> > >> > >> Hi, > >> > >> I investigated again jar classes and log file which is sent to you by > me. > >> It is just a class and control the protocol version and it is just a > warning > >> and log says "it is your own risk". Namely timeout error is related with > >> receiver thread which waiting "Challenge" from asterisk server. Asterisk > >> server returns Challenge to client every time but receiver thread can > not > >> read this, so client can not send login action to asterisk server. Maybe > >> these informations are enough to solve or understand my problem. > >> > >> Best regards. > >> > >> > >> 2012/7/5 Kaan Çalışkan <cal...@gm...> > >>> > >>> Hi, > >>> > >>> Can I downgrade my Asterisk Call Manager to 1.0 or supported version? > >>> > >>> Best regards. > >>> > >>> > >>> 2012/7/5 Rafael Nunes <med...@gm...> > >>>> > >>>> Unsupported protocol version 'Asterisk Call Manager/1.1 > >>>> > >>>> look this post: > >>>> http://community.igniterealtime.org/thread/42001 > >>>> > >>>> Atenciosamente, > >>>> > >>>> Rafael Nunes > >>>> med...@gm... > >>>> > >>>> > >>>> > >>>> On 05/07/2012, at 01:34, Kaan Çalışkan wrote: > >>>> > >>>> Hi, > >>>> > >>>> I attached client side log file. > >>>> > >>>> Best regards. > >>>> > >>>> 2012/7/4 Rafael Medeiros <med...@gm...> > >>>>> > >>>>> send log application! > >>>>> > >>>>> Atenciosamente, > >>>>> > >>>>> Rafael Nunes > >>>>> I'm free - Linux > >>>>> Linux User #439174 > >>>>> http://www.linkedin.com/in/mederafael > >>>>> > >>>>> > >>>>> On Wed, Jul 4, 2012 at 1:44 AM, Kaan Çalışkan <cal...@gm... > > > >>>>> wrote: > >>>>> > I tried different ways to connect asterisk server. One of them is > >>>>> > your > >>>>> > suggestion. My problem is about sender and receiver threads on > >>>>> > asterisk-java-0.2 library. Because server sends all requests > >>>>> > responses to > >>>>> > client, but client doesn't understand response of challenge so it > >>>>> > goes to > >>>>> > timeout. This issue really urgent for me. > >>>>> > > >>>>> > Best regards. > >>>>> > > >>>>> > > >>>>> > 2012/7/3 Rafael Medeiros <med...@gm...> > >>>>> >> > >>>>> >> I'm use: > >>>>> >> > >>>>> >> final ManagerConnectionFactory mcf = new ManagerConnectionFactory > >>>>> >> (hostname,user, password); > >>>>> >> mcf.createManagerConnection(); > >>>>> >> > >>>>> >> I'm not use port! > >>>>> >> > >>>>> >> Atenciosamente, > >>>>> >> > >>>>> >> Rafael Nunes > >>>>> >> I'm free - Linux > >>>>> >> Linux User #439174 > |