Re: [Asterisk-java-users] MonitorAction, audio formats and mixing.
Brought to you by:
srt
From: Stefan R. <sr...@re...> - 2005-12-15 09:03:56
|
Jan Gerryt du Toit schrieb: > Hi. > > Can somebody please supply me with a list of all surported recording audio > formats that MonitorAction supports? you can use any of the audio formats for monitoring that asterisk supports. type show file formats on the asterisk console to get a list. > Also, I have set my MonitorAction mixing variable to true, but it doesn't "join" > the in and out channels, it still produces two seperate files with the recorded > in and out channels. I am using .wav format. Does the chosen format have > something to do with my mixing problem? Asterisk uses soxmix to mix the files therefore soxmix must be installed on the Asterisk machine and must be available on the PATH. =Stefan |