Open GoogleCodeExporter opened 9 years ago
Troubleshooting advice from Joe Provino:
Try recording the audio the softphone is receiving: Show the softphone, click
Call, select Record.
In the record dialog enter a file name. Select Audio for now. Click Record
Speaker.
Everything written to the speaker (what you hear) will also be written to the
file.
After you hear the problem, click stop and try to play the file to see how it
sounds.
Also try bringing up the perf data by clicking Call, select Perf Monitor,
then select all six graphs. The should all be nice straight lines.
This should give you quite a bit of information.
Another thing to try later will be to tell the bridge to record the audio its
sending to you.
telnet <vb ip address> 6666
ci (this will list all calls. find your call id)
recordToMember=true:<callID>:<file name>:Au
after you hear problems,
recordToMember=fals:<callID>
The file will be on the bridge server (I think) but you may be able to specify
an NFS path.
Also instead of "Au" you can capture the "Rtp".
On the bridge side, you can monitor performance similar to what the softphone
does.
cd jvoicebridge/branches/jp/bridgemonitor
ant run
Original comment by nico...@wonderbuilders.com
on 30 Aug 2012 at 12:56
Original comment by pympno...@gmail.com
on 19 Sep 2012 at 5:47
This also could be a USB audio driver problem. And it happens on multiple
versions of Mac OS, not just Lion.
Needs more testing.
Original comment by nicole.m...@gmail.com
on 19 Dec 2012 at 9:13
Original issue reported on code.google.com by
nico...@wonderbuilders.com
on 30 Aug 2012 at 12:54