/usr/share/kamailio/xhttp_pi/uac-table is in kamailio-xml-modules 4.0.4-1ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | <!-- 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_proxy</field><type>DB1_STR</type></column>
<column><field>expires</field><type>DB1_INT</type></column>
</db_table>
|