processone / esip

ProcessOne SIP server component in Erlang

Home Page:https://www.process-one.net/en/ejabberd/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eSIP

CI Coverage Status Hex version

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

Development

Test

Unit test

You can run eunit test with the command:

$ rebar eunit

About

ProcessOne SIP server component in Erlang

https://www.process-one.net/en/ejabberd/

License:Other


Languages

Language:Erlang 93.4%Language:C 5.3%Language:Makefile 0.8%Language:M4 0.4%