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

15 lines
696 B

<!-- Declaration of dialplan table-->
<db_table id="dialplan">
<table_name>dialplan</table_name>
<db_url_id>mysql</db_url_id>
<column><field>id</field><type>DB1_INT</type></column>
<column><field>dpid</field><type>DB1_INT</type></column>
<column><field>pr</field><type>DB1_INT</type></column>
<column><field>match_op</field><type>DB1_INT</type></column>
<column><field>match_exp</field><type>DB1_STR</type></column>
<column><field>match_len</field><type>DB1_INT</type></column>
<column><field>subst_exp</field><type>DB1_STR</type></column>
<column><field>repl_exp</field><type>DB1_STR</type></column>
<column><field>attrs</field><type>DB1_STR</type></column>
</db_table>