Changes between Version 76 and Version 77 of Getting-Started/iPhone
- Timestamp:
- Jul 8, 2015 4:10:51 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/iPhone
v76 v77 52 52 Open {{{ipjsua.xcodeproj}}} using Xcode in [source:pjproject/trunk/pjsip-apps/src/pjsua/ios pjproject/pjsip-apps/src/pjsua/ios] and build the project. You will see telnet instructions on the device's screen. Telnet to this address to operate the application. See [wiki:PJSUA-CLI PJSUA CLI Manual] for commands available. (For release 2.1 and below, ipjsua is located in [source:pjproject/trunk/pjsip-apps/src/ipjsua pjproject/pjsip-apps/src/ipjsua] and does not have CLI telnet feature). 53 53 54 To use PJSIP in your application, you need to define PJ_AUTOCONF=1 in the Xcode's project config. 55 54 56 Notes: 55 57 * the {{{./configure-iphone}}} is a wrapper that calls the standard {{{./configure}}} script with settings suitable for iPhone target. … … 138 140 [[BR]] 139 141 140 == OpenSSL Sup ort ==142 == OpenSSL Support == 141 143 142 144 Follow the instructions below to enable TLS transport by using OpenSSL: