< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

Re: [reSIProcate] Does the Sip stack fully support IPV6?


When you create a resip::SipStack you need to add transports to it
using SipStack::addTransport. If you add a v6 and a v4 transport to a
stack and the dns name resolves to both v6 and v4 it will first try
the v6 address and then try v4 if the v6 fails. If you specify a v6
address by ip address it will only try the v6 address. The stack
itself doesn't know anything about ISATAP or 6to4 tunnels. This would
have to be handled by the application. Can you clarify your question a
bit more?

Jason


On 6/3/05, tonyxuqi <tonyxuqi@xxxxxxx> wrote:
> As we all know that there are two techniques, one is ISATAP and the other is
> 6to4 tunnel. Is it transparent to programmer? If so, for a programmer what
> he needs to do is if the ip is v6, call the v6 API, otherwise call v4 API.
> So the reciprocate can work both with these two techniques. Is that true?
> Thank you very much!
> 
> Best Reards
> TonyXu
> Tel:54749317
> Mobile:13918454118
> 
> -----Original Message-----
> From: Robert Sparks [mailto:rjsparks@xxxxxxxxxxx]
> Sent: 2005年6月3日 21:02
> To: jason@xxxxxx
> Cc: tonyxuqi; resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> Subject: Re: [reSIProcate] Does the Sip stack fully support IPV6?
> 
> Just to be complete - It will also _use_ v6 addresses (sending and
> receiving SIP messages over a v6
> interface).
> 
> RjS
> 
> On Jun 3, 2005, at 6:28 AM, Fischl jason wrote:
> 
> > It can also parse ipv6 addresses. connecting to a dns server over ipv6
> > has not been tested although support should be in place. If you have
> > troubles let us know and we should be able to help.
> >
> > jason
> >
> >
> > On 6/3/05, tonyxuqi <tonyxuqi@xxxxxxx> wrote:
> >> Hi,All
> >>  I'm developing the sip-based video conference system. And it must
> >> support
> >> IPV6. Does the resiprocate fully support IPV6? or it only support DNS
> >> but
> >> can not parase IPV6 address?
> >>  I'm very aprocaited if saome nice man answers my question.
> >>  Thank you for your attention.
> >>  Best Regards!
> >>
> >>
> >>
> >> resiprocate-devel mailing list
> >> resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> >> https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel
> >>
> >>
> > _______________________________________________
> > resiprocate-devel mailing list
> > resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> > https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel
> 
> 
> 
> 
> 
>