Sippet v0.2.5 Sippet.Parser

Communicates with the C++ NIF parser in order to parse the SIP header.

The C++ NIF module was created to optimize the parsing.

Summary

Functions

Initializes and loads the C++ NIF module

Parses the SIP message into an Erlang-like map

Functions

init()

Initializes and loads the C++ NIF module.

parse(message)

Parses the SIP message into an Erlang-like map.

The Sippet.Message module translates the result into an Elixir-like struct.