Displaying 1 result from an estimated 1 matches for "confbridgestatus".
2013 May 08
0
Confbridge Dynamic video_mode
...ce_threshold=2000
talk_detection_events=yes
extensions.conf
-----------------------
exten => 200,1,Noop(Going to ConfBridge now)
same => n,SET(CONFBRIDGE(bridge,video_mode)=follow_talker)
same => n,Answer()
same => n,Confbridge(1234,common_bridge,,sample_user_menu)
same => n,NOOP(${CONFBRIDGESTATUS})
exten => 300,1,SET(CONFBRIDGE(user,marked)=yes)
same => n,SET(CONFBRIDGE(bridge,video_mode)=first_marked)
same => n,Answer()
same => n,Confbridge(1234,common_bridge,,sample_user_menu)
same => n,NOOP(${CONFBRIDGESTATUS})
Marked user dials 300 and all others dial 200.
--
Best Ra...