Re: [Asterisk-java-users] AsteriskManager
Brought to you by:
srt
From: Alex M. <al...@go...> - 2005-03-07 23:00:24
|
On Mon, 2005-03-07 at 16:56 -0600, Alex Malinovich wrote: > Is there any way to get a concrete implementation of AsteriskManager > currently (preferably that uses a pre-existing ManagerConnection for > connection information)? >=20 > What I need to do is get a list of channels and map them to my list of > Employee objects so that I can add channel event listeners and have each > Employee be self-updating rather than monitoring the ManagerConnection > for events that relate to a particular user. Is this possible or will it > be possible at some point? I think I may have already found my answer after reading a bit more. I can create a DefaultAsteriskManager and then use setManagerConnection to have it use my existing ManagerConnection. This looks like it will do what I need. --=20 Alex Malinovich Golden Technologies, Inc. (219) 462-7200 x 216 http://www.golden-tech.com |