Hi, On May 25, 2011, at 5:42 PM, Barsan Liviu wrote:
> Hi, > > I installed python-gnutls 1.2.1 from sources and got a little better, I > restarted the server and was able to call and speak from one Blink client to > another. > But trying second (and several) time failed with same errors as I wrote: > > May 25 18:38:04 P4025 media-dispatcher[1755]: debug: Connection from relay at > 80.97.161.39 > May 25 18:38:04 P4025 media-dispatcher[1755]: debug: Issuing "sessions" > command to relay at 80.97.161.39 > May 25 18:38:04 P4025 media-dispatcher[1755]: error: Connection with relay at > 80.97.161.39 was lost: Rehandshake was requested by the peer. > May 25 18:38:04 P4025 media-dispatcher[1755]: error: Unhandled error in > Deferred: > May 25 18:38:04 P4025 media-relay[1758]: error: Could not connect to > dispatcher at 80.97.161.39:25060 (retrying in 10 seconds): A TLS packet with > unexpected length was received. > May 25 18:38:04 P4025 media-dispatcher[1755]: RelayError: Relay at > 80.97.161.39 disconnected > > > Is the python-gnutls instable? What can I do to have a stable far-end NAT > traversal server? Initially I intended to install rtpproxy, but client asked > mediaproxy... > If you are running different machines, did you upgrade python-gnutls in all of them? You can verify what version of python-gnutls you are running by typing the following: $ python >>> import gnutls >>> print gnutls.__version__ It should say 1.2.1. Also, completely stop and start MediaProxy, after this. -- Saúl Ibarra Corretgé AG Projects _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
