wok annotate pjsip/description.txt @ rev 25500

new default version for java8-jre
author Hans-G?nter Theisgen
date Fri Dec 30 10:14:12 2022 +0100 (18 months ago)
parents
children
rev   line source
Hans-G?nter@25142 1 PJSIP is a free and open source multimedia communication library
Hans-G?nter@25142 2 written in C language implementing standard based protocols such
Hans-G?nter@25142 3 as SIP, SDP, RTP, STUN, TURN, and ICE.
Hans-G?nter@25142 4 It combines signaling protocol (SIP) with rich multimedia framework
Hans-G?nter@25142 5 and NAT traversal functionality into high level API that is portable
Hans-G?nter@25142 6 and suitable for almost any type of systems ranging from desktops,
Hans-G?nter@25142 7 embedded systems, to mobile handsets.
Hans-G?nter@25142 8
Hans-G?nter@25142 9 PJSIP is both compact and feature rich.
Hans-G?nter@25142 10 It supports audio, video, presence, and instant messaging, and has
Hans-G?nter@25142 11 extensive documentation. PJSIP is very portable.
Hans-G?nter@25142 12 On mobile devices, it abstracts system dependent features and in
Hans-G?nter@25142 13 many cases is able to utilize the native multimedia capabilities of
Hans-G?nter@25142 14 the device.
Hans-G?nter@25142 15
Hans-G?nter@25142 16 PJSIP has been developed by a small team working exclusively for the
Hans-G?nter@25142 17 project since 2005, with participation of hundreds of developers
Hans-G?nter@25142 18 from around the world, and is routinely tested at SIP Interoperability
Hans-G?nter@25142 19 Event (SIPit ) since 2007.