Displaying 1 result from an estimated 1 matches for "asteriskmanagerconnect".
2007 Mar 05
1
Re: Asterisk Java w/ Threads
With Asterisk-Java the proposed solution to connect to multiple Asterisk
servers is to create multiple AsteriskManagerConnection obeject.
Each ManagerConnection handles its own thread so there is no need for
custom thread handing code.
All you have to do is to make sure is the EventListener objects you pass
to these connections synchronize access to shared data (if there are
such accesses).
I think this approach is rather...