Created
September 19, 2019 14:11
-
-
Save chrisleavoy/094b3265dd54474af0819a01fda710de to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<document type="captagent_module/xml"> | |
<module name="database_rtp" description="DATABASE RTP" serial="201409162150"> | |
<profile name="rtp" description="Database RTP" enable="true" serial="2014010402"> | |
<settings> | |
<param name="host" value="127.0.0.1"/> | |
<param name="port" value="6379"/> | |
<param name="db-num" value="1"/> | |
<param name="rtp-stats" value="true"/> | |
<param name="rtcp-stats" value="true"/> | |
<param name="nat-mode" value="true"/> | |
<param name="reverse-nat-mode" value="true"/> | |
<param name="both-ip-port-match" value="false"/> | |
<!-- RECOVERY MYSQL --> | |
<!-- | |
<param name="mysql-port" value="3306"/> | |
<param name="mysql-host" value="10.20.2.58"/> | |
<param name="mysql-user" value="recording_user"/> | |
<param name="mysql-password" value="xxxxx"/> | |
<param name="mysql-db" value="pcapture_recording"/> | |
<param name="mysql-table" value="voip_intercept"/> | |
--> | |
<!-- MAX INTERCEPTION REQUESTS --> | |
<param name="max-requests" value="20"/> | |
</settings> | |
</profile> | |
</module> | |
</document> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment