diff options
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 |