Osschan
From Yate Documentation
(Difference between revisions)
(Created page with " This module can be used either to test your Yate setup or to use Yate as a VoIP client. From a routing module you can call the sound card like this: ^1$=oss//dev/dsp The ...") |
|||
Line 6: | Line 6: | ||
^1$=oss//dev/dsp | ^1$=oss//dev/dsp | ||
− | The osschan is intialized depending on what parameter you use to call it from the routing module. For example if the sound card is /dev/dsp use oss/ - which mean the prefix of the module, and /dev/dsp - for getting the sound card device by its device path. | + | The osschan is intialized depending on what parameter you use to call it from the routing module. |
+ | |||
+ | For example if the sound card is /dev/dsp use oss/ - which mean the prefix of the module, and /dev/dsp - for getting the sound card device by its device path. | ||
+ | |||
+ | |||
+ | '''See also''' | ||
+ | |||
+ | * [[Modules]] |
Revision as of 15:39, 10 June 2013
This module can be used either to test your Yate setup or to use Yate as a VoIP client.
From a routing module you can call the sound card like this:
^1$=oss//dev/dsp
The osschan is intialized depending on what parameter you use to call it from the routing module.
For example if the sound card is /dev/dsp use oss/ - which mean the prefix of the module, and /dev/dsp - for getting the sound card device by its device path.
See also