Goal
The goal of this project is to make an open source SIP user agent app for iPhone on firmware 2.x that will be released under an open source license.
News
Anyone who would like to submit code under the GPLv2 license to this project should email scott.williamson@gmail.com to sign up for source access. I have been extremly lazy and am hopeful that some of the interested people would like to share code to help the others who would like to see a SIP UA on the iPhone.
Status
- 2008/12/07 - Built a test app in Xcode iPhone SDK 2.2 using pjlib and it linked. These settings were used.
- 2008/11/23 - First test of executable on iPhone 2.1 (command line reference implementation pjsua) and it loads. Functional test to come.
- 2008/11/23 - Built the pjsip reference application and libraries using iPhone SDK 2.1 on OS X. Instructions here
Credits
- The siphone project who released the audio code for iphoneOS 2.x
- The good SIP and RTP media library PJSIP - Open Source SIP Stack