sipwitch-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Sipwitch-devel] media proxy


From: Lluís Batlle i Rossell
Subject: [Sipwitch-devel] media proxy
Date: Fri, 21 Jan 2011 00:33:20 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

Hello,

I've been trying to use the media proxy in 0.9.2 (equal in trunk, I've seen).


First, I attach a patch that fixes the media::sdp::get, regarding line split.

Then, my question goes on media::sdp::check_connect(...), that when it has found
the string like "c=in ip4 x.x.x.x", it outputs "c=in ip4 ", basically because it
ends like this:

...
        Socket::getaddress((struct sockaddr *)&peering, ap, len - 8);
        String::add(buffer, len, ttl);
}


So, it gets the peering address, but it does not add it to the buffer.

Am I understanding this wrong?

Did the media proxy ever work for anyone in 0.9.2?

Regards,
Lluís

Attachment: sdpget.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]