/usr/share/kamailio/xhttp_pi/rtpengine-table is in kamailio-xml-modules 5.1.2-1ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | <!-- Declaration of rtpengine table-->
<db_table id="rtpengine">
<table_name>rtpengine</table_name>
<db_url_id>mysql</db_url_id>
<column><field>id</field><type>DB1_INT</type></column>
<column><field>setid</field><type>DB1_INT</type></column>
<column><field>url</field><type>DB1_STR</type></column>
<column><field>weight</field><type>DB1_INT</type></column>
<column><field>disabled</field><type>DB1_INT</type></column>
<column><field>stamp</field><type>DB1_DATETIME</type></column>
</db_table>
|