summaryrefslogtreecommitdiffstats
path: root/python/sippy/README
diff options
context:
space:
mode:
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).