< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
One more point; USE_IPV6 should be defined
when building ares if USE_IPV6 is defined when building resiprocate. This
doesn't produce a build error due to include file order, so we could use
another token in ares(it has to be HAS_IPV6) to spot this mismatch, although
that is more confusing for setting up new projects. What would people prefer? The VOCAL make system and the Visual
Studio 7.1 projects are good right now…everything else needs to be
updated. --Derek CONFIDENTIALITY NOTICE This email and any files transmitted with it contains
proprietary information and, unless expressly stated otherwise, all contents
and attachments are confidential. This email is intended for the addressee(s)
only and access by anyone else is unauthorized. If you are not an addressee,
any disclosure, distribution, printing or copying of the contents of this email
or its attachments, or any action taken in reliance on it, is unauthorized and
may be unlawful. If you are not an addressee, please inform the sender
immediately and then delete this email and any copies of it. Thank you for your
co-operation. From:
resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Derek MacDonald HI All, I added a custom nameserver list to the SipStack constructor
and DnsStub. When you give ares custom nameservers it does not attempt to
extract nameservers from the os. In the unlikely event that your were
using the parameters after this see SipStack.hxx for the do nothing
default. Also, ares over V6 is now enabled…on unix the
/main/sip/Makefile will look at Makefile.conf and use this as an input to the
ares configure script which has been modified to support this. The
autotools make system will have to be updated to use this.
"--with-ipv6" is the new option for ares configure. There is probably some more work to be done w/ extracting V6
nameservers from the os and deciding when V6 is enabled. Rohan, do you
remember how far did you got w/ this? --Derek CONFIDENTIALITY
NOTICE This
email and any files transmitted with it contains proprietary information and,
unless expressly stated otherwise, all contents and attachments are confidential.
This email is intended for the addressee(s) only and access by anyone else is
unauthorized. If you are not an addressee, any disclosure, distribution,
printing or copying of the contents of this email or its attachments, or any
action taken in reliance on it, is unauthorized and may be unlawful. If you are
not an addressee, please inform the sender immediately and then delete this
email and any copies of it. Thank you for your co-operation. |