I want to receive information about the Asterisk conference rooms. For example, who left the room, they entered a room … in real time. I’ll develop an application to receive this information.
How do I do that?
Thanks.
I want to receive information about the Asterisk conference rooms. For example, who left the room, they entered a room … in real time. I’ll develop an application to receive this information.
How do I do that?
Thanks.
Read up on AMI (e.g. Asterisk: The Future of Telephony, Chapter 10 and Appendix F), then scan app_meetme.c for calls to manager_event, to see what will get reported.
Thanks David.
I want to create an application to hear the events of the MeetMe Asterisk, that is, when someone enters the conference room, Asterisk sends me information, where someone leaves a conference room, Asterisk sends me other information.
I will create this application using Java.