Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 1.62 KB

app_confbridge.rst

File metadata and controls

63 lines (46 loc) · 1.62 KB

(Application) Confbridge

Confbridge is Asterisk's new conferencing subsystem, providing far greater functionality than Meetme, with better performance and structural design. While technically a part of Asterisk's core, it's specialised enough that pystrix treats it as a module.

Members

All of the following objects should be accessed as part of the ami.app_confbridge_events namespace, regardless of the modules in which they are defined.

Events

ami.app_confbridge_events.ConfbridgeEnd

ami.app_confbridge_events.ConfbridgeJoin

ami.app_confbridge_events.ConfbridgeLeave

ami.app_confbridge_events.ConfbridgeList

ami.app_confbridge_events.ConfbridgeListComplete

ami.app_confbridge_events.ConfbridgeListRooms

ami.app_confbridge_events.ConfbridgeListRoomsComplete

ami.app_confbridge_events.ConfbridgeStart

ami.app_confbridge_events.ConfbridgeTalking

Aggregate Events

ami.app_confbridge_events.ConfbridgeList_Aggregate

ami.app_confbridge_events.ConfbridgeListRooms_Aggregate