Re: [Asterisk-java-users] Asterisk Timeout Problem
Brought to you by:
srt
From: Rafael M. <med...@gm...> - 2012-07-04 15:43:28
|
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 > |