Skip to content

k-anderson/sip-router-erlang-module

 
 

Repository files navigation

Sip-Router Erlang module

This module let sip-router/kamailio connect and send messages to Erlang.

With this module You can:

  • use erlang to implement business logic for Your sip-router/kamailio proxy
  • use erlang as data processor/aggregator, for traffic statistics, tracing etc.
  • use sip-router as sip stack for Your erlang application

Dependencies

  • Erlang. I have release R15B01. To compile module You need erl_interface library usualy packaged in erlang-dev.

Quickstart

Start erlang node using erl -setcookie cookie -sname test execute following on erlang console:

register(console,self()).
dbg:tracer().
dbg:p(console,m).
dbg:p(rex,m).

Start Kamailio with example config, use sipsak to send sip messages, and watch message trace on erlang console

About

Connects sip-router/kamailio to Erlang node(s)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published