Changes between Version 15 and Version 16 of Python_SIP_Tutorial
- Timestamp:
- Jul 23, 2008 1:08:24 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Python_SIP_Tutorial
v15 v16 21 21 Applications should use the '''pjsua''' module rather than '''_pjsua''' module, since it is easier to use and it is the module which API compatibility will be maintained between releases. 22 22 23 24 == Intended Audience == 25 26 This tutorial is intended for developers looking to develop Session Initiation Protocol (SIP) based client application using Python. Some knowledge on SIP is definitely required, and of course some Python programming experience. 27 28 This Python SIP module provides very high level API to do SIP calls, presence, and instant messaging, as well as handling media and NAT traversal. You don't need to know the details of SIP protocol (such as the grammar, ''transaction'', ''dialog'', and whatnot) to use this module, however you should know how SIP works in general and particularly how to configure SIP clients to, e.g. register to a SIP provider, specify SIP URI to make call to, and so on. 29 30 [[TracNav(Python_SIP/TOC)]] 31 23 32 [[BR]] 24 33 [[BR]] 25 [[BR]] 26 ''Please click the link on the Table of Contents above to navigate to the next chapters'' 34 ''Please click the link on the Table of Contents above and on the right to navigate to the next chapters'' 27 35