Re: [Asterisk-java-users] ManagerConnection for simultaneous multiple calls

2017-03-24 Thread Amol Vedak
From: "Yves" Sent: Friday, March 24, 2017 11:44 PM To: asterisk-java-users@lists.sourceforge.net Subject: Re: [Asterisk-java-users] ManagerConnection for simultaneous multiple calls Hi Amol and welcome to the list. not much traffic here, but it is s

Re: [Asterisk-java-users] ManagerConnection for simultaneous multiple calls

2017-03-24 Thread Yves
Hi Amol and welcome to the list. not much traffic here, but it is still alive... ;-) basically, you are doing everything right. Your second calls waits for the first call to be set up, because it is intended to... sendAction the way you use it waits for the manager response. If you want to retu

[Asterisk-java-users] ManagerConnection for simultaneous multiple calls

2017-03-23 Thread Amol Vedak
Hello Friends, I am new to Asterisk Java and I suppose my question may be very basic. Request you to kindly bare with me. My code connects to Asterisk using ManagerConnection instance. It logs in for one time and I use the same object multiple times in different threads. I hope that is OK. I