Changes between Version 16 and Version 17 of Python_SIP_Tutorial
- Timestamp:
- Jul 23, 2008 10:20:15 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Python_SIP_Tutorial
v16 v17 28 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 29 30 [[TracNav(Python_SIP/TOC)]]31 30 32 31 [[BR]] 33 32 [[BR]] 34 ''Please click the link on the Table of Contents above and on the rightto navigate to the next chapters''33 ''Please click the link on the Table of Contents above to navigate to the next chapters'' 35 34