[Asterisk-java-devel] MeetMe list command action
Brought to you by:
srt
From: Augusto C. <a-c...@cr...> - 2010-02-08 17:59:04
|
Hi there, As you can see in (http://www.voip-info.org/wiki/view/Asterisk+cmd+MeetMe) the command for list the meetme rooms is only "meetme" so how in MeetMeManager class is "meetme list? class MeetMeManager { private static final String MEETME_LIST_COMMAND = *"meetme list"*; ... There's also a new family of CLI commands for managing MeetMe: * Meetme List all conferences * MeetMe kick <confno> <user> Kick a user out of a conference ... |