Is it possible to monitor an Asterisk ConfBridge from a URL / Browser?
- by Lorin S.
I have an Asterisk server set up with minimal configuration, including the following confbridge definition / extension:
*confbridge.conf*
[testbridge]
type=bridge
video_mode=follow_talker
max_members=20
mixing_interval=10
internal_sample_rate=auto
record_conference=yes
*extension.conf*
exten => 6100,1,Answer()
same => n,Set(CONFBRIDGE(user,admin)=yes)
same => n,Set(CONFBRIDGE(user,marked)=yes)
same => n,ConfBridge("Ad-hoc",testbridge,default_user,sample_user_menu)
Is it possible to monitor the video / audio of the conference without joining via a client?