An open API service indexing awesome lists of open source software.

https://github.com/liardeauxq/babel

3rd Year Epitech Project - VOIP application
https://github.com/liardeauxq/babel

boost cpp qt server student-project voip-application

Last synced: about 2 months ago
JSON representation

3rd Year Epitech Project - VOIP application

Awesome Lists containing this project

README

          

# Babel

SIP based VOIP

### How to install

```
mkdir build
cd build
conan install ..
cmake ..
cmake -build .
```
or
```
mkdir build && cd build && conan install .. && cmake .. && cmake -build .
```

After that, you can copy default-server.cfg file in build directory, rename it to server.cfg and edit default variables.

### Authors

* Alexandre Fourcat
* Thomas Nicollet
* Killian Perrier
* Quentin Liardeaux