Project

General

Profile

WikiStart » History » Version 3

Adrian Georgescu, 07/11/2008 07:00 PM

1 2 Adrian Georgescu
= Welcome to Pypjua =
2 1
3 3 Adrian Georgescu
This is python library for pjsip SIP stack together with a middleware that allows for easy devlopment of SIP User agents that can be run on desktop computers or porable devies like Nokia tablet 810 or Apple iPhone.
4 1
5 3 Adrian Georgescu
The goal of this project is to have an easy to to use development kit for rich featured SIP User Agent while hinding the complex underlying functionality behind a friendly interface.
6 1
7 3 Adrian Georgescu
Using this toolkitt you can develop in short time a skinanble cross-platform SIP UA that can be used for:
8
9
  * Voice calls using internet codecs (Speex, GSM, iLBC)
10
  * Presence using SIP SIMPLE (PUBLISH method and XCAP policy)
11
  * Interactive Messaging (IM) and File transfer using MSRP protocol
12
  * Support for NAT traversal using ICE for RTP media and MSRP Relay for IM
13
14
The software is written in Python and tested against popular OpenSER, OpenXCAP and MSRPRelay servers.