diff options
author | Christopher Walker | 2017-01-19 23:38:25 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2017-01-21 01:04:34 +0100 |
commit | d0d2a985df2a85f7a68c1cb0294dee5299e155d8 (patch) | |
tree | bc6c4aec3fc727be7429826fd9f1b0bfa67c52fb /libraries/pjsip/README | |
parent | fb78c08f1f00e8c11ddae3415fb100f4b6f7d50a (diff) | |
download | slackbuilds-d0d2a985df2a85f7a68c1cb0294dee5299e155d8.tar.gz |
libraries/pjsip: Added (multimedia communication library).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/pjsip/README')
-rw-r--r-- | libraries/pjsip/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/pjsip/README b/libraries/pjsip/README new file mode 100644 index 0000000000..b639d08309 --- /dev/null +++ b/libraries/pjsip/README @@ -0,0 +1,11 @@ +PJSIP is a free and open source multimedia communication library +written in the 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 a high level API that is portable and suitable for almost any type +of systems ranging from desktops, embedded systems, to mobile handsets. + +This library is required by Asterisk if you wish to use the newer PJSIP +communication features included with Asterisk 12 and above. + +Optional dependencies: ffmpeg |