Giter Site home page Giter Site logo

Comments (5)

lmangani avatar lmangani commented on June 30, 2024

Hi,

Please try adding database_hash and protocol_sip to the recipe

<load module="protocol_sip" register="local"/>
<load module="database_hash" register="local"/>

from captagent.

lchabert avatar lchabert commented on June 30, 2024

Hi,

Same error when i load this two modules.

Below, my complete captagent.xml:

<?xml version="1.0"?>
<document type="captagent/xml">
    <configuration name="core.conf" description="CORE Settings" serial="2014024212">
        <settings>
        <param name="debug" value="3"/>
        <param name="version" value="2"/>
        <param name="serial" value="2014056501"/>
        <param name="uuid" value="00781a4a-5b69-11e4-9522-bb79a8fcf0f3"/>
        <param name="daemon" value="false"/>
        <param name="syslog" value="false"/>
        <param name="pid_file" value="/var/run/captagent.pid"/>
        <!-- Configure using installation path if different from default -->
        <param name="module_path" value="/usr/local/lib/captagent/modules"/>
        <param name="config_path" value="/usr/local/etc/captagent"/>
        <param name="capture_plans_path" value="/usr/local/etc/captagent/captureplans"/>
        <param name="backup" value="/usr/local/etc/captagent/backup"/>
        <param name="chroot" value="/var/lib/captagent"/>
        </settings>
    </configuration>
    <configuration name="modules.conf" description="Modules">
        <modules>
        <load module="transport_hep" register="local"/>
        <load module="protocol_sip" register="local"/>
        <load module="protocol_rtcp" register="local"/>                                       
        <load module="socket_pcap" register="local"/>
        <load module="database_hash" register="local"/>
        </modules>
    </configuration>
</document>```

from captagent.

adubovikov avatar adubovikov commented on June 30, 2024

database_hash should be loaded before protocol_sip

from captagent.

lchabert avatar lchabert commented on June 30, 2024

Hum ok, it works on this order.

Last one error: "Couldnot find this call", proabably not related to module order.

from captagent.

lmangani avatar lmangani commented on June 30, 2024

Please feel free to re-open if needed

from captagent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.