Changeset 6988 for contributed_modules
- Timestamp:
- 10/15/08 12:51:58 (5 years ago)
- Files:
-
- contributed_modules/modules/panel/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
contributed_modules/modules/panel/README.txt
r6241 r6988 1 ----------------------------------------- 2 The " External Audio" Module for FreePBX3 ----------------------------------------- 1 ------------------------------------------------ 2 The "Operator Panel Layout" Module for FreePBX 3 ------------------------------------------------ 4 4 5 This module provides a public address interface for paging5 This module provides layout control of the Flash Operator Panel (FOP) 6 6 7 7 … … 9 9 --------- 10 10 11 This module provides a destination that can be selected from another module such as the miscellaneous application module. This destination connects to the audio line interfaces on the PBX hardware so allowing paging over a PA system. 12 13 The extaudio module also controls the audio mixer to set volume levels for interfacing to a public address system. 14 15 Normally an external audio input (such as from a radio) is passed through to the external audio output (the PA system). If there is a call to the extaudio destination then the audio input is muted and instead the caller's voice is output to the PA system. At the end of the call the normal audio (such as from a radio) is resumed. 16 11 This module populates a 'panel' database table with layout information relating to FOP. 12 Some versions of retrieve_op_conf_from_mysql.pl will detect the existence of the 'panel' database table and use the layout information to generate the FOP configuration file op_buttons_additional.cfg 17 13 18 14 Preconditions 19 15 ------------- 20 16 21 This module expects the alsa mixer to exist on the local system with "Line", "PCM" and "Capture" audio interfaces 22 This module requires one of the asterisk console modules to be loaded - either chan_oss.so or preferably chan_alsa.so 17 This module requires support for the 'panel' database table in retrieve_op_conf_from_mysql.pl . Please see Ticket #2699 for details. 23 18 24 19 Open Issues 25 20 ----------- 26 21 27 This module is not compatible with some implementations of live/streaming music on hold (i.e. those implementations that cannot coexist with chan_oss.so/chan_alsa.so) 28 22 The layout preview is crude. It gives an indication of the positioning of the layout areas but it does not attempt to simulate the FOP appearance 29 23 30 24 Author
