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

2017-03-24 Thread Amol Vedak
l callback handler... take a look at the api doc, it is quite easy. another approach to become even more "parallel" is using one thread per call. cheers, yves Am 23.03.2017 um 17:01 schrieb Amol Vedak: Hello Friends, I am new to Asterisk Java and I suppose my question may be very ba

[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