On Tue, Mar 21, 2006 at 06:54:24PM +0000, David Corking wrote: > > > > Do you mean "I don't hear" or "I don't get incoming sound" ? > > I hear the ring tone, but I don't hear the operator's voice. >
The 'ring tone' is normally generated locally (at this point in the communication you don't have an audio stream established). It could be that once the call is answered the point-to-point connection between your phone and the other end can not be established. This is most likely a problem with NAT or misconfigured IP. I would suggest using a debug=4 option and looking through the file to see where the call is actually being connected to.... run: ekiga --debug=4 > problem.txt 2>&1 (the 2>&1 ensure that you get all the debug sent to the file problem.txt) Simon _______________________________________________ GnomeMeeting-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnomemeeting-list
