[Freeswitch-users] mod_conference Wiki - lists
David Swardstrom
dswardstrom at remotelink.com
Mon Jun 7 10:22:30 PDT 2010
I have been looking at the mod_conference Wiki page and have checked some of it's information against the current code in mod_conference.c. In particular, I have been interested in the “list” capability which is supported by conference_list(). The following comments will be used to change the “Mod Conference” Wiki page:
This applies to the API reference, list entry:
<current entry>
Output: First line
Conference <conference name> (<member_count> member )
Following lines are csv separated list for each conference leg with the following items:
id of participiant (starts at 1 after FS restart)
Register string of participiant
Uuid of participiants call leg
Cid number
Cid name
Status (hear|speak|floor)
Volume In
Volume Out
Energy Level
</current entry>
<corrected entry>
Output: First line
Conference <conference name> (<member_count> member[s][ locked])
Following lines are csv separated list for each conference leg with the following items:
id of participant (starts at 1 after FS restart)
Register string of participant
Uuid of participants call leg
Caller id number
Caller id name
Status (hear|speak|talking|video|floor)
Volume In
Volume Out
Energy Level
Notes:
First line: “locked” reflects the lock/unlock status of the conference.
Status: “hear” reflects the mute/unmute status of the member.
Status: “speak” reflects the “deaf /undeaf” status of the member.
Status: “talking” indicates that the input channel is providing some amount of sound energy.
Status: “video” ???
Status: “floor” indicates that this member currently owns the floor
</corrected entry>
Does anyone have any comments I should add for floor? Is there anything significant to owning the floor?
How about video? It seems that video and video conferencing is a capability that is desired and some support is provided. But is it really working? Does anyone use it? Is there an assumption in conferencing that video is currently sourced from only one place?
Regards,
David Swardstrom
(profile)http://wiki.freeswitch.org/wiki/User:Dswardstrom
More information about the FreeSWITCH-users
mailing list