Hi all, I am trying to run symbian_ua with TLS support but I still get: pjsua_acc.c Unable to generate suitable Contact header for registration: Unsupported transport (PJSIP_EUNSUPTRANSPORT) [status=171060] pjsua_acc.c Unable to create registration: Unsupported transport (PJSIP_EUNSUPTRANSPORT) [status=171060] I added following lines in config_site.h: #define ENABLE_SIP_TLS 1 #define PJ_HAS_SSL_SOCK 1 #define PJSIP_HAS_TLS_TRANSPORT 1 #define PJ_SYMBIAN 1 and in symbian_ua.cpp I changed: #define SIP_DST_URI "<sip:100 at pjsip.lab;transport=tls>" #define ENABLE_SIP_TLS 1 Tested: - on pjproject 1.8.5 and also SVN version - on Nokia phone and also Symbian emulator - compiled on Carbide C/C++ / Windows XP Pro what I am doing wrong, please? Martin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20101201/17a3adc6/attachment.html>