Changes between Version 13 and Version 14 of Getting-Started/Windows-Mobile


Ignore:
Timestamp:
Apr 29, 2013 8:32:19 AM (11 years ago)
Author:
nanang
Comment:

Updated WM sample application info

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Windows-Mobile

    v13 v14  
    77 
    88 
    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 just as proof of concept that the port works. 
     9PJ 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. 
    1010 
    1111Note: For best result use a real device. The emulators included sometimes have problems in networking or audio. 
     
    2727 
    2828   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. 
    3230   1. Select the appropriate SDK (for example Windows Mobile 6 Professional SDK or Windows Mobile 6 Standard SDK) 
    3331   1. Select the appropriate configuration (Debug, Release, or other available configuration) 
    3432   1. Select the appropriate device (Emulator or the actual Device). 
    3533   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. 
    3635 
    3736Notes 
     
    3938        * 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. 
    4039        * 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.