Re: [Asterisk-java-users] Asterisk Timeout Problem
Brought to you by:
srt
From: Kaan Ç. <cal...@gm...> - 2012-07-06 12:14:53
|
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 >>>> >> http://www.linkedin.com/in/mederafael >>>> >> >>>> >> >>>> >> On Tue, Jul 3, 2012 at 10:49 AM, Kaan Çalışkan < >>>> cal...@gm...> >>>> >> wrote: >>>> >> > Hi All, >>>> >> > >>>> >> > I am using asterisk-java-0.2 to connect asterisk server, but i get >>>> >> > "Timeout >>>> >> > waiting for response to Challenge" error message. My code is; >>>> >> > >>>> >> > ManagerConnectionFactory fac = new ManagerConnectionFactory(); >>>> >> > >>>> >> > ManagerConnection con = >>>> fac.getManagerConnection("172.20.165.82", >>>> >> > 5038, >>>> >> > "admin", "root01"); >>>> >> > >>>> >> > con.login(); >>>> >> > >>>> >> > I can login via asterisk-java-0.3 properly, but i should use 0.2 >>>> version >>>> >> > for >>>> >> > jtapi connection. Can you give suggestions to fix this error >>>> message or >>>> >> > to >>>> >> > use jtapi connection. >>>> >> > >>>> >> > Best regards >>>> >> > >>>> >> > >>>> >> > >>>> ------------------------------------------------------------------------------ >>>> >> > Live Security Virtual Conference >>>> >> > Exclusive live event will cover all the ways today's security and >>>> >> > threat landscape has changed and how IT managers can respond. >>>> >> > Discussions >>>> >> > will include endpoint security, mobile security and the latest in >>>> >> > malware >>>> >> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >>>> >> > _______________________________________________ >>>> >> > Asterisk-java-users mailing list >>>> >> > Ast...@li... >>>> >> > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users >>>> >> > >>>> >> >>>> >> >>>> >> >>>> ------------------------------------------------------------------------------ >>>> >> Live Security Virtual Conference >>>> >> Exclusive live event will cover all the ways today's security and >>>> >> threat landscape has changed and how IT managers can respond. >>>> Discussions >>>> >> will include endpoint security, mobile security and the latest in >>>> malware >>>> >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >>>> >> _______________________________________________ >>>> >> Asterisk-java-users mailing list >>>> >> Ast...@li... >>>> >> https://lists.sourceforge.net/lists/listinfo/asterisk-java-users >>>> > >>>> > >>>> > >>>> > >>>> ------------------------------------------------------------------------------ >>>> > Live Security Virtual Conference >>>> > Exclusive live event will cover all the ways today's security and >>>> > threat landscape has changed and how IT managers can respond. >>>> Discussions >>>> > will include endpoint security, mobile security and the latest in >>>> malware >>>> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >>>> > _______________________________________________ >>>> > Asterisk-java-users mailing list >>>> > Ast...@li... >>>> > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users >>>> > >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Live Security Virtual Conference >>>> Exclusive live event will cover all the ways today's security and >>>> threat landscape has changed and how IT managers can respond. >>>> Discussions >>>> will include endpoint security, mobile security and the latest in >>>> malware >>>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >>>> _______________________________________________ >>>> Asterisk-java-users mailing list >>>> Ast...@li... >>>> https://lists.sourceforge.net/lists/listinfo/asterisk-java-users >>>> >>> >>> <mylog.log> >>> ------------------------------------------------------------------------------ >>> >>> Live Security Virtual Conference >>> Exclusive live event will cover all the ways today's security and >>> threat landscape has changed and how IT managers can respond. >>> Discussions >>> will include endpoint security, mobile security and the latest in >>> malware >>> threats. >>> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________ >>> Asterisk-java-users mailing list >>> Ast...@li... >>> https://lists.sourceforge.net/lists/listinfo/asterisk-java-users >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Live Security Virtual Conference >>> Exclusive live event will cover all the ways today's security and >>> threat landscape has changed and how IT managers can respond. Discussions >>> will include endpoint security, mobile security and the latest in malware >>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >>> _______________________________________________ >>> Asterisk-java-users mailing list >>> Ast...@li... >>> https://lists.sourceforge.net/lists/listinfo/asterisk-java-users >>> >>> >> > |