Is it possible to monitor an Asterisk ConfBridge from a URL / Browser?

Posted by Lorin S. on Super User See other posts from Super User or by Lorin S.
Published on 2013-09-18T16:46:12Z Indexed on 2013/10/18 22:01 UTC
Read the original article Hit count: 208

Filed under:
|

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?

© Super User or respective owner

Related posts about conferencing

Related posts about asterisk