> >
> > Anywhere else I need to add code?  Any suggestions on what I should
> add?
> > Can I add things like:
> >
> > { "tls-ms-i", "5061", "_sipinternaltls._tcp.", "SIPS+D2T" }
> >
> > Or should I just add another "tls" entry with the _sipinternaltls
> > portion?
> 
> I think another "tls" entry is fine. Unless MS has embraced and
> extended TLS, too? Do they use different transport parameter in URLs
> or is it just "tls"?
> 

OK, I've added code to nta.c for the SRV records, however this line is
tripping me up:

if (strcmp(tpname, "*")) /* Looking for only one transport */
  break;

I've dug through the code and can't find out how to set this tpname.  Is
there an NTATAG that I can use to set the tpname to "tls" so that it
looks up all of the sipdns_tports[] that have "tls" instead of stopping
at the first one?

Thanks,
Andy.

Confidentiality Notice: This e-mail message including attachments, if any, is 
intended only for the person or entity to which it is addressed and may contain 
confidential and/or privileged material. Any unauthorized review, use, 
disclosure or distribution is prohibited. If you are not the intended 
recipient, please contact the sender by reply e-mail and destroy all copies of 
the original message. If you are the intended recipient, but do not wish to 
receive communications through this medium, please so advise the sender 
immediately.

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to