I'm trying to get siprtp.c running under symbian and having a problem with the local address In the init code there is: hostname = pj_gethostname(); pj_sockaddr_in_init(&tmp_addr, hostname, 0); hostname comes back as localhost (which is correct?) But pj_sockaddr_in_init initializes tmp_addr to 255.255.255.255 which causes failure later. Any ideas? BTW - thanks for your help- with earlier issues. Scott.. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20080425/b9129026/attachment.html