-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
101 lines (84 loc) · 5.41 KB
/
index.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html><head>
<meta charset="UTF-8" />
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>PJSIP - Open Source SIP, Media, and NAT Traversal Library</title>
<link rel="stylesheet" href="style/style3.css">
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="alternate" type="application/rss+xml" title="pjsip.org News and Blog" href="https://blog.pjsip.org/feed">
<meta name="description" content="Professionally supported open source, portable, small footprint multimedia communication libraries written in C language for building portable VoIP applications. Includes implementation of SIP, RTP, STUN, TURN, and ICE. Available for Windows, Mac OS X, and many other systems.">
<meta name="keywords" content="open source, sip, rtp, stun, ice, embedded">
</head>
<body class="frontpage">
<!--#include file="header.htm" -->
<div class="main">
<div class="announce">
<CENTER><H1>PJSIP version 2.15.1 is <A HREF="download.htm">released</A>!</H1></CENTER>
<TABLE border="0" align="center">
<TR>
<td align="right" valign="middle" style="vertical-align:middle">
<img src="images/ico_new.png" width="80" height="80" alt="ico" align="middle"/ >
</td>
<td width="4px"> </td>
<TD align="left" valign="middle" style="vertical-align:middle">
<p> <br />
<li><b>Metal renderer for MacOS & iOS</b><br />
<li><b>Windows Schannel TLS backend</b><br />
<li><b>Dialog Event subscription (client only)</b><br />
<li><b>Lyra codec</b></p>
</TD>
<td width="40px"> </td>
<TD valign="middle" style="vertical-align:middle">
<div class="download">
<center><A HREF="download.htm">Download</A></center>
</div>
</TD>
</TR></TABLE>
<CENTER><H2>.. and PJSIP moved to <A HREF="https://github.com/pjsip/pjproject">GitHub</A>!</H2></CENTER>
</div>
<div class="content">
<p>PJSIP is a free and <a href="about.htm#opensource">open source</a> multimedia communication library written in C language implementing standard based protocols such as SIP, SDP, RTP, STUN, TURN, and ICE. It combines signaling protocol (SIP) with rich multimedia framework and NAT traversal functionality into high level API that is portable and suitable for almost any type of systems ranging from desktops, embedded systems, to mobile handsets.</p>
<p>PJSIP is both <a href="about.htm#compact">compact</a> and <A HREF="about.htm#comprehensive">feature rich</A>. It supports audio, video, presence, and instant messaging, and has extensive <a href="about.htm#documentation">documentation</a>. PJSIP is <A HREF="about.htm#portable">very portable</A>. On mobile devices, it abstracts system dependent features and in many cases is able to utilize the native multimedia capabilities of the device.</p>
<p>PJSIP has been developed by <a href="/about.htm#who">a small team</a> working exclusively for the project since <a href="/about.htm#history">2005</a>, with participation of hundreds of developers from around the world, and is routinely tested at SIP Interoperability Event (<A HREF="http://www.sipit.net">SIPit <IMG SRC="images/extlink.gif"></A>) since 2007.</p>
<p><b>More <A HREF="about.htm">about PJSIP</A></b></p>
</div>
<div class="footer">
<table border="0" cellpadding="2" align="center">
<tbody>
<tr valign="top">
<!--
<td>
<h3>News & Blog</h3>
<ul>
< !--#include file="news.html" -- >
<li><a href="http://blog.pjsip.org/"><i>See all news</i> <IMG SRC="images/extlink.gif"></a></li>
</ul>
</td>
<td width="40"> </td>
-->
<td width="350">
<h3>Explore PJSIP</h3>
<ul>
<!-- The icons are taken from http://www.freeiconsweb.com/Free-Downloads.asp?id=1844 by http://www.pinkmoustache.net/ -->
<li><a href="https://docs.pjsip.org"><img src="images/ico_zoom.png" width="32" height="32" alt="ico" align="middle"/> Documentation <IMG SRC="images/extlink.gif"/></a></li>
<li><a href="https://docs.pjsip.org/en/latest/overview/features.html"><img src="images/ico_bookmark.png" width="32" height="32" alt="ico" align="middle"/> Datasheet <IMG SRC="images/extlink.gif"/></a></li>
<li><a href="/download.htm"><img src="images/ico_download.png" width="32" height="32" alt="ico" align="middle"/> Download</a></li>
<li><a href="http://trac.pjsip.org/repos/wiki/Projects_Using_PJSIP"><img src="images/ico_star.png" width="32" height="32" alt="ico" align="middle"/> Open Source Projects Using PJSIP <IMG SRC="images/extlink.gif"/></a></li>
<!-- Removed: list no longer maintained?
<li><a href="http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org"><img src="images/ico_email.png" width="32" height="32" alt="ico" align="middle"/> Mailing List <IMG SRC="images/extlink.gif"/></a></li>
-->
<li><a href="licensing.htm"><img src="images/ico_license.png" width="32" height="32" alt="ico" align="middle"/> Licensing</a></li>
<li><a href="about.htm"><img src="images/ico_home.png" width="32" height="32" alt="ico" align="middle"/> About</a></li>
</ul>
</td>
</tr>
</tbody>
</table>
</div>
<div style="align:center; font-size:10px; font-family: sans-serif; color: rgb(92,92,92);">
<center><p>Some icons are courtessy of <A href="http://www.pinkmoustache.net/">http://www.pinkmoustache.net/</a>, licensed under Creative Commons.</p></center>
</div>
</div> <!-- #main -->
<!--#include file="footer.htm" -->
</body>
</html>