WikiStart

Version 9 (Adrian Georgescu, 07/11/2008 07:11 pm)

1 7 Adrian Georgescu
= Welcome to PyPjUA =
2 1
3 7 Adrian Georgescu
PyPjUA is python library for [http://pjsip.org PJSIP] C SIP stack together with a middleware that allows for easy development of Python SIP User agents that can run on desktop computers or portable devices like Internet tablet Nokia 810 or Apple iPhone.
4 1
5 7 Adrian Georgescu
The goal of this project is to have an easy to to use development kit for a rich featured SIP User Agent while hiding the complex underlying functionality behind an easy to use  high-level application programming interface.
6 1
7 7 Adrian Georgescu
Using this toolkit you can develop in short time a skinable and cross-platform SIP User Agent that can be used for:
8 3 Adrian Georgescu
9 9 Adrian Georgescu
  * VoIP calls using Internet codecs (Speex, GSM, iLBC)
10 3 Adrian Georgescu
  * Presence using SIP SIMPLE (PUBLISH method and XCAP policy)
11 1
  * Interactive Messaging (IM) and File transfer using MSRP protocol
12 9 Adrian Georgescu
  * Multiparty chat using MSRP chat server
13 1
  * Support for NAT traversal using ICE for RTP media and MSRP Relay for IM
14 7 Adrian Georgescu
  * Video calls
15 1
16 4 Adrian Georgescu
The software also contain ready to use test scripts for:
17 4 Adrian Georgescu
18 1
  * Publishing and subscribing to SIP events like presence, xcap-diff, winfo, conference, message-summary
19 4 Adrian Georgescu
  * Managing presence policy XCAP documents like pres-rules, resource-lists and pidf-manipulation
20 4 Adrian Georgescu
21 8 Adrian Georgescu
Using these scripts is easy to prototype Presence related SIP services.
22 4 Adrian Georgescu
23 8 Adrian Georgescu
The software is written in Python and tested against popular SIP server software including [http://openser.org OpenSER], [http://openxcap.org OpenXCAP], [http://mediaproxy-ng.org MediaProxy] and [http://msrprelay.org MSRPRelay] servers.