|
Revision 6044, 1.4 kB
(checked in by Nick_Lewis, 4 years ago)
|
add README.txt for extaudio module
|
| Line | |
|---|
| 1 |
----------------------------------------- |
|---|
| 2 |
The "External Audio" Module for FreePBX |
|---|
| 3 |
----------------------------------------- |
|---|
| 4 |
|
|---|
| 5 |
This module provides a public address interface for paging |
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 |
Operation |
|---|
| 9 |
--------- |
|---|
| 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 |
|
|---|
| 17 |
|
|---|
| 18 |
Preconditions |
|---|
| 19 |
------------- |
|---|
| 20 |
|
|---|
| 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 |
|---|
| 23 |
|
|---|
| 24 |
Open Issues |
|---|
| 25 |
----------- |
|---|
| 26 |
|
|---|
| 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 |
|
|---|
| 29 |
|
|---|
| 30 |
Author |
|---|
| 31 |
------ |
|---|
| 32 |
nick.lewis@atltelecom.com |
|---|