diff options
author | Michales Michaloudes <korgie@gmail.com> | 2017-10-12 23:14:50 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-10-14 14:47:00 +0100 |
commit | 51d99d0548c058c7fde7c0e350d9dcf68b07ac2a (patch) | |
tree | 41bdb2db0d9ab3c0222ac79acc98839a00191cc1 /network/yate/README | |
parent | 05c9525b0cc432d4b962834e7e19464fd1d724e0 (diff) | |
download | slackbuilds-51d99d0548c058c7fde7c0e350d9dcf68b07ac2a.tar.gz |
network/yate: Added (Yet Another Telephony Engine).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/yate/README')
-rw-r--r-- | network/yate/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/network/yate/README b/network/yate/README new file mode 100644 index 0000000000..70293624b8 --- /dev/null +++ b/network/yate/README @@ -0,0 +1,11 @@ +Yate is a next-generation telephony engine; while currently focused on Voice +over Internet Protocol (VoIP) and PSTN, its power lies in its ability to be +easily extended. Voice, video, data and instant messenging can all be unified +under Yate's flexible routing engine, maximizing communications efficiency +and minimizing infrastructure costs for businesses. + +Optional dependencies: postgresql, speex, amrnb + +To build with SSE2 instructions, set the option SSE2=yes: + + SSE2=yes ./yate.SlackBuild |