Hi , I am trying to install the PJSIP in symbian s60 emulator. I followed the PJSIP link - Getting started with PJSIP and installed. But i am not able to install it in the emulator. When i tried to build , the emulator opens and shutting down immediately. I changed the parameters in ua.cpp file and compiled the application in carbide c++. *My Parameters are :* // Basic config. #define SIP_PORT 5090 // Destination URI (to make call, or to subscribe presence) #define SIP_DST_URI "sip:192.168.64.112:5090" // Account //#define HAS_SIP_ACCOUNT 0 // 0 to disable registration #define HAS_SIP_ACCOUNT 1 #define SIP_DOMAIN "192.168.64.112" #define SIP_USER "" #define SIP_PASSWD "" // Outbound proxy for all accounts #define SIP_PROXY "sip:192.168.64.112" //#define SIP_PROXY "sip:192.168.0.8" // Configure nameserver if DNS SRV is to be used with both SIP // or STUN (for STUN see other settings below) #define NAMESERVER NULL //#define NAMESERVER "62.241.163.201" // STUN server #if 1// Use this to have the STUN server resolved normally # define STUN_DOMAIN "192.168.64.112" # define STUN_SERVER "192.168.64.112" #elif 0 // Use this to have the STUN server resolved with DNS SRV # define STUN_DOMAIN "xten.com" # define STUN_SERVER "stun.xten.com" #else // Use this to disable STUN # define STUN_DOMAIN NULL # define STUN_SERVER NULL #endif Some of the errors displayed in the emulator like, "*Error contacting stun server*", "*NAT detection failed*","*No response from STUN server*"... Should i use asterisk server ? With this I am also sending my screenshots which is displayed in emulator. I am new to this symbian and I am not able to proceed further.Can u please tell me whats wrong. Thanks in advance, Sans -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20080131/31f46b0b/attachment-0001.html