-
-
Notifications
You must be signed in to change notification settings - Fork 76
Protocol Modules
Lorenzo Mangani edited this page May 13, 2016
·
3 revisions
Protocol modules are used by captagent to process specific protocol pipelines.
Protocol modules are loaded at startup by the captagent.xml general configuration.
<configuration name="modules.conf" description="Modules">
<modules>
...
<load module="protocol_sip" register="local"/>
<load module="protocol_rtcp" register="local"/>
...
</modules>
</configuration>