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
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