You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/utils/kamctl/xhttp_pi/rtpengine-table

12 lines
512 B

<!-- 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>