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

22 lines
1.1 KiB

<!-- Declaration of uacreg table-->
<db_table id="uacreg">
<table_name>uacreg</table_name>
<db_url_id>mysql</db_url_id>
<column><field>id</field><type>DB1_INT</type></column>
<column><field>l_uuid</field><type>DB1_STR</type></column>
<column><field>l_username</field><type>DB1_STR</type></column>
<column><field>l_domain</field><type>DB1_STR</type></column>
<column><field>r_username</field><type>DB1_STR</type></column>
<column><field>r_domain</field><type>DB1_STR</type></column>
<column><field>realm</field><type>DB1_STR</type></column>
<column><field>auth_username</field><type>DB1_STR</type></column>
<column><field>auth_password</field><type>DB1_STR</type></column>
<column><field>auth_ha1</field><type>DB1_STR</type></column>
<column><field>auth_proxy</field><type>DB1_STR</type></column>
<column><field>expires</field><type>DB1_INT</type></column>
<column><field>flags</field><type>DB1_INT</type></column>
<column><field>reg_delay</field><type>DB1_INT</type></column>
<column><field>contact_addr</field><type>DB1_STR</type></column>
<column><field>socket</field><type>DB1_STR</type></column>
</db_table>