Changes between Version 10 and Version 11 of Getting-Started/iPhone
- Timestamp:
- May 12, 2010 11:13:23 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/iPhone
v10 v11 6 6 Apple iPhone target is supported by PJSIP version 1.6.5 and later. 7 7 8 == Features == 9 10 The 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 8 18 9 19 == Requirements == 10 20 11 You'll need an iPhone SDK. We tested mainly with version 3.x SDK/devices, but we tested withbuilding against SDK version 2.x and it builds fine.21 You'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. 12 22 13 23 == Build Preparation == … … 22 32 == Building PJSIP == 23 33 24 34 Just run: 25 35 {{{ 26 36 $ cd /your/pjsip/dir … … 31 41 Notes: 32 42 * 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 theSDK 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. 35 45 * for more info, run {{{./configure-iphone --help}}} 36 46 * other customizations are similar to what is explained in [wiki:Getting-Started/Autoconf Building with GNU] page. … … 43 53 * [http://code.google.com/p/siphon/ Siphon] Project by Samuel Vinson 44 54 * [http://code.teluu.com/tabikphone/ TabikPhone], an adaptation of Sipphone code from V-Net Corp 55