https://github.com/processone/esip
ProcessOne SIP server component in Erlang
https://github.com/processone/esip
sip-server voip
Last synced: 8 months ago
JSON representation
ProcessOne SIP server component in Erlang
- Host: GitHub
- URL: https://github.com/processone/esip
- Owner: processone
- License: other
- Created: 2016-01-22T10:22:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-27T13:56:26.000Z (11 months ago)
- Last Synced: 2025-05-06T01:39:07.691Z (9 months ago)
- Topics: sip-server, voip
- Language: Erlang
- Homepage: https://www.process-one.net/en/ejabberd/
- Size: 545 KB
- Stars: 23
- Watchers: 10
- Forks: 17
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# eSIP
[](https://github.com/processone/esip/actions/workflows/ci.yml)
[](https://coveralls.io/github/processone/esip?branch=master)
[](https://hex.pm/packages/esip)
ProcessOne SIP server component in Erlang.
## Building
Erlang SIP component can be build as follow:
./configure && make
It is a rebar-compatible OTP application. Alternatively, you can build
it with rebar:
rebar compile
## Dependencies
Module depends on fast_tls and as such you need to have OpenSSL 1.0+.
Please refer to fast_tls build instruction is you need help setting
your OpenSSL environment:
[Building Fast TLS](https://github.com/processone/fast_tls/blob/master/README.md#generic-build)
## Development
### Test
#### Unit test
You can run eunit test with the command:
$ rebar eunit