README
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:2k
- $Id: README,v 1.6 2001/06/15 00:28:46 chok Exp $
- Vovida Software README
- Vovida SDP
- Release vocal 1.3-RC1(TBD)
- 12 June 2001
- INTRODUCTION
- This is the Vovida implementation of RFC2327 for SIP, MGCP and NCS.
- There are a number of things which are not implemented completely
- in this version.
- For examples:
- URI, Email, PhoneNumber, Time Repeat, TimeZoneAdjustment,
- EncryptionKey and more
- Error handling
- What is Implemented:
- Enough implementation for a unicast MGCP or SIP voice session
- Requirements for NCS
- Included in the code is a trival test program SdpTest. Test input
- files are in testCases subdirectory.
- LICENSE
- For information about licensing, please see the LICENSE file in this
- directory, or http://www.vovida.org/license.html .
- CHANGE SUMMARY
- As of 0.1.0
- - Replace old implementation under the ../util directory
- As of 0.1.1
- - Fixed extra 'r' at the end of strings
- As of vocal 1.3 RC1(TBD)
- - Add support of unknown media types and non-digit media formats
- REQUIREMENTS
- This software has been successfully compiled with the following tools:
- Linux (Redhat 6.0/i386)
- For hardware support, Linux kernel 2.2.9
- gcc egcs-2.91.66 19990314 (egcs-1.1.2) and gcc-2.95.1
- GNU make 3.76.1
- bash 1.14.7
- In theory, the code should build (software only) under any Posix-y OS
- with a recent egcs-1.0/gcc-2.9x.
- BUILDING
- This code should be compiled and linked automatically with other
- Vovida sample code that uses it. You can also compile the SdpTest
- program by doing "make" in the current directory.
- TRYING OUT THE SAMPLE APPLICATION
- The sample SdpTest executable should be built in the bin.debug.i686
- directory.
- QUESTIONS, FEEDBACK, BUG REPORTS, PATCHES
- Your contribution to the code in the form of comments, suggestions,
- and code are welcome!
- If you have any questions or feedback, please feel free to post them
- to the vocal mailing list(mailto:vocal@vovida.org).
- Bugs and patches (either bugfix or new functionality) can be entered
- to bugzilla at vovida.org site.
- Thanks.