Skip to content
forked from processone/esip

ProcessOne SIP server component in Erlang

License

Notifications You must be signed in to change notification settings

Cloudxtreme/esip

 
 

Repository files navigation

eSIP

Build Status 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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Erlang 93.3%
  • C 5.5%
  • Other 1.2%