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

Re: [reSIProcate-users] Multiple TLS connections


Are you using the following setting in Profile.hxx:

      ///overrides the value used to populate the contact
      ///?dcm? -- also change via entries? Also, dum currently uses(as a uas)
      ///the request uri of the dialog constructing request for the
local contact
      ///within that dialog. A transport paramter here could also be used to
      ///force tcp vs udp vs tls?
      virtual void setOverrideHostAndPort(const Uri& hostPort);

If you set the host/port to match your TLS transport then use the
appropriate profile when creating a new request (UAC) it should select
the correct transport.

Scott

On Fri, Jan 30, 2009 at 10:29 AM, Jean Visagie <jean.visagie@xxxxxxxxx> wrote:
> Greetings,
>
> I am trying to create multipleTLS connections using the DUM interface. To
> accomplish this I tried to instantiate multiple UserProfile objects, create
> a TLS transport on the DUM for each and then force the contact header and
> via header of each UserProfile to conform to the specific port and
> interface(each interface has its own ip alias eg. eth0:1.).
>
> However resiprocate always creates one TLS connection from eth0(i.e. not
> from any of the aliases). Is there something I am missing?
>
> I am using resiprocate 1.4.1 on Linux platform.
>
> Regards,
> Jean Visagie
>
> _______________________________________________
> resiprocate-users mailing list
> resiprocate-users@xxxxxxxxxxxxxxx
> List Archive: http://list.resiprocate.org/archive/resiprocate-users/
>