Hi, AFAIK, UDP is by default enabled in S60 3rd eds emulator, for example, run symbian_ua on emulator, there will be access point dialog, just select 'Winsock' (the only access point), that's it. In the case that your emulator is run in non-GUI mode, i.e: "textshell" is defined in epoc.ini, please check this part in pjsip-apps\src\symbian_ua\ua.cpp: === #if 0 // Force network connection to use the first IAP, // this is useful for debugging on emulator without GUI. // Include commdb.lib & apengine.lib in symbian_ua.mmp file // if this is enabled. === and replace "#if 0" to "#if 1". This works fine with me. Regards, nanang 2009/3/30 Mohit Kumar <mk22101985 at gmail.com>: > Hi, > I am trying to build softphone for symbian OS.But enable to check in > simulator. > Can any one help me how i enable UDP in s60 emulator. > > Thanks in Advance > > > Mohit Kumar > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >