Re: [reSIProcate] repro
Thanks for the bug reports
added them as
http://track.sipfoundry.org/browse/RPX-36
http://track.sipfoundry.org/browse/RPX-37
On 5/4/05 10:47 AM, "Mariano Stokle" <mstokle@xxxxxxxxx> wrote:
> Hi,
> After dealing with some differences on Db4 implementation of my
> Suse 9.2 box, I finally could built repro. So far, I have found two
> issues:
Can you tell me what the path and file names was to the .h file and library
on your box?
>
> 1. I cannot use IPv4 and IPv6 at same time because it says that "port
> is already in use". If I disable one of it, it runs OK. It is
> throwing the Transport::Exception when enabling both.
Yes - other have had this bug too. We need to specify V6ONLY options on the
sockets but I don't think anyone has tried this yet. It might be that if you
specify only v6, v4 packets will probably get routed by your kernel to that
local.
> 2. I cannot make repro to use the domains passed by the command line
> (using -d or --domains). It seems to be right at the main but then the
> mDomains vector is empty. I could not dedicate time to review the
> code, but wanna know if it is operational code or still under
> construction.
I have the same problems on Mac - not sure why. Anyway, the latest version
can save the domain in a configuration database and you can specify the
domains in a web page and not use the command line stuff.
>
> Regards,