<p>This module provides interact with Erlang node. The module allows sending,<br>
receiving Erlang messages and RPC calls between each other.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/kamailio/kamailio/pull/132'>https://github.com/kamailio/kamailio/pull/132</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>ERLANG module</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/132/files#diff-0">modules/erlang/Makefile</a>
    (18)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/132/files#diff-1">modules/erlang/README</a>
    (762)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/132/files#diff-2">modules/erlang/cnode.c</a>
    (514)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/132/files#diff-3">modules/erlang/cnode.h</a>
    (106)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/132/files#diff-4">modules/erlang/doc/Makefile</a>
    (4)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/132/files#diff-5">modules/erlang/doc/erlang.xml</a>
    (38)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/132/files#diff-6">modules/erlang/doc/erlang_admin.xml</a>
    (622)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/132/files#diff-7">modules/erlang/doc/erlang_devel.xml</a>
    (159)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/132/files#diff-8">modules/erlang/doc/erlang_use.xml</a>
    (95)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/132/files#diff-9">modules/erlang/epmd.c</a>
    (150)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/132/files#diff-10">modules/erlang/epmd.h</a>
    (61)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/132/files#diff-11">modules/erlang/erl_api.c</a>
    (258)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/132/files#diff-12">modules/erlang/erl_api.h</a>
    (92)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/132/files#diff-13">modules/erlang/erl_helpers.c</a>
    (401)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/132/files#diff-14">modules/erlang/erl_helpers.h</a>
    (153)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/132/files#diff-15">modules/erlang/handle_emsg.c</a>
    (783)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/132/files#diff-16">modules/erlang/handle_emsg.h</a>
    (32)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/132/files#diff-17">modules/erlang/handle_rpc.c</a>
    (1484)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/132/files#diff-18">modules/erlang/handle_rpc.h</a>
    (102)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/132/files#diff-19">modules/erlang/mod_erlang.c</a>
    (1067)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/132/files#diff-20">modules/erlang/mod_erlang.h</a>
    (77)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/132/files#diff-21">modules/erlang/pv_atom.c</a>
    (396)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/132/files#diff-22">modules/erlang/pv_atom.h</a>
    (35)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/132/files#diff-23">modules/erlang/pv_list.c</a>
    (392)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/132/files#diff-24">modules/erlang/pv_list.h</a>
    (36)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/132/files#diff-25">modules/erlang/pv_tuple.c</a>
    (393)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/132/files#diff-26">modules/erlang/pv_tuple.h</a>
    (37)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/132/files#diff-27">modules/erlang/pv_xbuff.c</a>
    (1153)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/132/files#diff-28">modules/erlang/pv_xbuff.h</a>
    (100)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/132/files#diff-29">modules/erlang/worker.c</a>
    (356)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/132/files#diff-30">modules/erlang/worker.h</a>
    (59)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/kamailio/kamailio/pull/132.patch'>https://github.com/kamailio/kamailio/pull/132.patch</a></li>
  <li><a href='https://github.com/kamailio/kamailio/pull/132.diff'>https://github.com/kamailio/kamailio/pull/132.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/kamailio/kamailio/pull/132">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AF36ZVxOOUqVS0O_2JWng6mFHnHTOOxBks5oBhUkgaJpZM4EFBbX.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
  <div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
    <link itemprop="url" href="https://github.com/kamailio/kamailio/pull/132"></link>
    <meta itemprop="name" content="View Pull Request"></meta>
  </div>
  <meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>