Changes between Version 10 and Version 11 of Getting-Started/iPhone


Ignore:
Timestamp:
May 12, 2010 11:13:23 AM (14 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/iPhone

    v10 v11  
    66Apple iPhone target is supported by PJSIP version 1.6.5 and later. 
    77 
     8== Features == 
     9 
     10The iPhone port contains a native !CoreAudio based audio device, which has the following features: 
     11 * built-in echo cancellation 
     12 * output volume setting 
     13 * change input route to bluetooth input 
     14 * change output route 
     15 * input latency setting 
     16 * output latency setting 
     17 
    818 
    919== Requirements == 
    1020 
    11 You'll need an iPhone SDK. We tested mainly with version 3.x SDK/devices, but we tested with building against SDK version 2.x and it builds fine. 
     21You'll need an iPhone SDK. We tested mainly with version 3.x SDK/devices, but we tested building against SDK version 2.x and it builds fine. 
    1222 
    1323== Build Preparation == 
     
    2232== Building PJSIP == 
    2333 
    24  Just run: 
     34Just run: 
    2535 {{{ 
    2636$ cd /your/pjsip/dir 
     
    3141Notes: 
    3242 * the {{{./configure-iphone}}} is a shell script that calls the standard {{{./configure}}} script with settings suitable for iPhone target. 
    33  * the newest iPhone SDK will be selected by default. You may change this by setting {{{SDK}}} environment variable to the SDK path. 
    34  * you may pass standard {{{./configure}}} options to this script 
     43 * the latest iPhone SDK version will be selected by default. You may change this by setting {{{SDK}}} environment variable to the desired SDK path. 
     44 * you may pass standard {{{./configure}}} options to this script too. 
    3545 * for more info, run {{{./configure-iphone --help}}} 
    3646 * other customizations are similar to what is explained in [wiki:Getting-Started/Autoconf Building with GNU] page. 
     
    4353 * [http://code.google.com/p/siphon/ Siphon] Project by Samuel Vinson 
    4454 * [http://code.teluu.com/tabikphone/ TabikPhone], an adaptation of Sipphone code from V-Net Corp 
     55