summaryrefslogtreecommitdiffstats
path: root/python/sippy/README
diff options
context:
space:
mode:
author Nikolay Korotkiy <sikmir@gmail.com>2013-02-11 15:00:35 -0600
committer Erik Hanson <erik@slackbuilds.org>2013-02-14 00:26:56 -0600
commit547f71171b59c92f515179fdb6a4d32611c37702 (patch)
tree3ac7cf623b0de4eeaef8b887363d2338b22c3924 /python/sippy/README
parentc9812f9c85ec97d194adef048be53d51dc0df919 (diff)
downloadslackbuilds-547f71171b59c92f515179fdb6a4d32611c37702.tar.gz
slackbuilds-547f71171b59c92f515179fdb6a4d32611c37702.tar.xz
python/sippy: Added (Sippy B2BUA)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'python/sippy/README')
-rw-r--r--python/sippy/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/python/sippy/README b/python/sippy/README
new file mode 100644
index 0000000000..5a6f123d12
--- /dev/null
+++ b/python/sippy/README
@@ -0,0 +1,14 @@
+Sippy B2BUA is a RFC3261-compliant Session Initiation Protocol (SIP)
+Back-to-back user agent (B2BUA) server software.
+
+The B2BUA is a SIP call controlling component. Unlike a SIP proxy server,
+which only maintains transaction state, the B2BUA maintains complete call
+state and participates in all call requests. For this reason it can perform
+number of functions that are not possible to implement using SIP proxy, such
+as for example accurate call accounting, pre-paid rating and billing, fail
+over call routing etc. Unlike PBX-type solutions such as Asterisk for example,
+the B2BUA doesn't perform any media relaying or processing, therefore it
+doesn't introduce any additional packet loss, delay or jitter into the
+media path.
+
+The Sippy B2BUA is distributed under version 2 of GNU Public License (GPL).