Changes between Version 13 and Version 14 of Getting-Started/Windows-Mobile
- Timestamp:
- Apr 29, 2013 8:32:19 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/Windows-Mobile
v13 v14 7 7 8 8 9 PJ supports building SIP and media stacks and applications for Windows Mobile targets. A very simple WinCE SIP user agent (with media) application is provided justas proof of concept that the port works.9 PJ supports building SIP and media stacks and applications for Windows Mobile targets. A sample application of SIP user agent, named ''pjsua'', is provided as proof of concept that the port works. 10 10 11 11 Note: For best result use a real device. The emulators included sometimes have problems in networking or audio. … … 27 27 28 28 1. Open pjproject-vs8.sln solution file. 29 1. Set as Startup Project: 30 1. For Windows Mobile '''Standard''' (Smartphone), select pjsua_wince project. 31 1. For Windows Mobile '''Professional''' (Pocket PC), both pjsua_wince and PocketPJ can be chosen. 29 1. Set ''pjsua'' project as the startup Project. 32 30 1. Select the appropriate SDK (for example Windows Mobile 6 Professional SDK or Windows Mobile 6 Standard SDK) 33 31 1. Select the appropriate configuration (Debug, Release, or other available configuration) 34 32 1. Select the appropriate device (Emulator or the actual Device). 35 33 1. Build the project. This will build the sample WinCE application and all libraries (SIP, Media, etc.) needed by this application. 34 1. Deploy and run/debug the project to deploy and run the sample application on the target device, the application can be controlled via telnet Command Line Interface. 36 35 37 36 Notes … … 39 38 * If the config_site.h includes config_site_sample.h file, then there are certain configuration in config_site_sample.h that get activated for Windows CE targets. Please make sure that these configurations are suitable for the application. 40 39 * The libraries, binaries and object files produced by the build process are located under {{{build/output}}} directory of each projects. 41 40 * On PJSIP 2.1 or below (including 1.x), the provided sample applications are: 41 1. For Windows Mobile '''Standard''' (Smartphone): ''pjsua_wince'' project. 42 1. For Windows Mobile '''Professional''' (Pocket PC): ''pjsua_wince'' and ''PocketPJ'' projects.