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/pipelimit-table

10 lines
388 B

<!-- Declaration of pl_pipes table-->
<db_table id="pl_pipes">
<table_name>pl_pipes</table_name>
<db_url_id>mysql</db_url_id>
<column><field>id</field><type>DB1_INT</type></column>
<column><field>pipeid</field><type>DB1_STR</type></column>
<column><field>algorithm</field><type>DB1_STR</type></column>
<column><field>plimit</field><type>DB1_INT</type></column>
</db_table>