VoIP client for Symbian S60 3rd and 5th edition phones.
License
bohwaz/s60voip
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
============ Introduction ================ This project attempts to provide a S60 GUI for the PJSIP project. (Note: this project is basically a wrapper on the PJSIP S60 port, please familiarise yourself with the PJSIP project [http://www.pjsip.org/] before continuing). This project has been created using: - Carbide.c++ Version 2.4.0 Build v201001151122_90 (Subclispe plugin 1.6.10) - S60_5th_Edition_SDK_v1.0 (with API Plug-in for the S60 5th Edition SDK) ============ PJSIP Dependencies ================ The project requires the following static library files are required: pjsua_lib.lib pjsip_ua.lib pjsip_simple.lib pjsip.lib libgsmcodec.lib libspeexcodec.lib libg7221codec.lib libpassthroughcodec.lib pjmedia.lib pjmedia_audiodev.lib pjsdp.lib pjnath.lib pjlib_util.lib pjlib.lib libsrtp.lib libresample.lib These libraries were compiled from version 1.5.5 of the PJSIP project [http://www.pjsip.org/] Note: the following method was added to the pjsip v1.5.5: pjsua_core.c line: 2519 PJ_DECL(pj_status_t) pjsua_is_connected(); ============ Nokia Dependencies ================ This project relies on the VoIP Audio Service (VAS) SDK API Plug-in [http://wiki.forum.nokia.com/index.php/SDK_API_Plug-in] The API Plug-in for the S60 5th Edition SDK needs to be installed (i.e. added to the base S60 5th Edition SDK installed on your development machine) and the following SIS file needs to be installed on your target device: For S60 3rd edition feature pack 1 and 2 phones you can install: - VAS Plugin v1.0 for 3rd Edition: VoIPAudioSrvc_3132_0x10207b9e.SISX - VAS Plugin v2.0 for 3rd Edition (recommended): VoIPAudioSrvc_v20_SA_BK_3rd.SISX For S60 5th edition phones you do not need to install anything, since they ship with the VAS Plugin v2.0 installed. NOTE: we will be using the VAS Plugin v2.0 in this project since it provides more functionality than v1.0 ============= Tested Devices ====================== This project has been tested on: - Nokia E71 (3rd FP1 edition phone) - Nokia 5800 (5th edition phone)
About
VoIP client for Symbian S60 3rd and 5th edition phones.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published