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

19 lines
951 B

<!-- Declaration of sip_trace table-->
<db_table id="sip_trace">
<table_name>sip_trace</table_name>
<db_url_id>mysql</db_url_id>
<column><field>id</field><type>DB1_INT</type></column>
<column><field>time_stamp</field><type>DB1_DATETIME</type></column>
<column><field>time_us</field><type>DB1_INT</type></column>
<column><field>callid</field><type>DB1_STR</type></column>
<column><field>traced_user</field><type>DB1_STR</type></column>
<column><field>msg</field><type>DB1_BLOB</type></column>
<column><field>method</field><type>DB1_STR</type></column>
<column><field>status</field><type>DB1_STR</type></column>
<column><field>fromip</field><type>DB1_STR</type></column>
<column><field>toip</field><type>DB1_STR</type></column>
<column><field>fromtag</field><type>DB1_STR</type></column>
<column><field>totag</field><type>DB1_STR</type></column>
<column><field>direction</field><type>DB1_STR</type></column>
</db_table>