Re: [Asterisk-java-users] Get index of the user in the conference, via Confbridge...Event
Brought to you by:
srt
From: Thomas K. <dj...@gm...> - 2012-07-11 21:06:44
|
On Mon, Jul 9, 2012 at 1:54 PM, Thomas Kessler <dj...@gm...> wrote: > Hello, > > I'm upgrading to the new Confbridge based events from the old MeetMe based > events in my Asterisk Java based application. I used to be able to call > getUserNum() for the user's index on a conference, however I am unable to > call this with the new events. Is there a way to get the user's index on a > conference via the Confbridge based events? I need a unique ID for each > user per conference. > > Also thank you for all your hard work on this API, it's greatly > appreciated!!! > > Tom Kessler > I was able to use channel id and name for this. Tom |