Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get the list of active channels in a meetme conference? #239

Open
Farhadesfandiar opened this issue Aug 29, 2020 · 1 comment
Open
Labels
bug A bug in the project that needs to be fixed. help wanted (easy) Looking for help with this, the issue should however be simple so anyone can help. question Most likely not a bug, but a user needing help understanding something.

Comments

@Farhadesfandiar
Copy link

Hi, I'm trying to first get the list of active meetme conferences and then get the list of active channels in a specific meetme. I couldn't find any action in Asternet.manager to do that. I'm afraid I have to use Confbridge instead of meetme, since meetme is very suitable in my scenario.
Also I tried:
response = conn.SendAction(new CommandAction(“meetme list 201”));

but it receives the response, only the result of the action (success/Failure) not my desired actual data payload.

Any hint is appreciated.

@Deantwo Deantwo added the question Most likely not a bug, but a user needing help understanding something. label Aug 30, 2020
@Deantwo
Copy link
Collaborator

Deantwo commented Aug 30, 2020

I don't see an AsterNET command for MeetmeList or MeetmeListRooms. They might need to be added.
Asterisk doc: https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+ManagerAction_MeetmeList
And: https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+ManagerAction_MeetmeListRooms

@Deantwo Deantwo added bug A bug in the project that needs to be fixed. help wanted (easy) Looking for help with this, the issue should however be simple so anyone can help. labels Aug 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug in the project that needs to be fixed. help wanted (easy) Looking for help with this, the issue should however be simple so anyone can help. question Most likely not a bug, but a user needing help understanding something.
Projects
None yet
Development

No branches or pull requests

2 participants