/usr/share/opensips/pi_http/rls-table is in opensips-http-modules 2.2.2-3build4.
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 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | <!-- Declaration of rls_presentity table-->
<db_table id="rls_presentity">
<table_name>rls_presentity</table_name>
<db_url_id>mysql</db_url_id>
<column><field>id</field><type>DB_INT</type></column>
<column><field>rlsubs_did</field><type>DB_STR</type></column>
<column><field>resource_uri</field><type>DB_STR</type></column>
<column><field>content_type</field><type>DB_STR</type></column>
<column><field>presence_state</field><type>DB_BLOB</type></column>
<column><field>expires</field><type>DB_INT</type></column>
<column><field>updated</field><type>DB_INT</type></column>
<column><field>auth_state</field><type>DB_INT</type></column>
<column><field>reason</field><type>DB_STR</type></column>
</db_table>
<!-- Declaration of rls_watchers table-->
<db_table id="rls_watchers">
<table_name>rls_watchers</table_name>
<db_url_id>mysql</db_url_id>
<column><field>id</field><type>DB_INT</type></column>
<column><field>presentity_uri</field><type>DB_STR</type></column>
<column><field>to_user</field><type>DB_STR</type></column>
<column><field>to_domain</field><type>DB_STR</type></column>
<column><field>watcher_username</field><type>DB_STR</type></column>
<column><field>watcher_domain</field><type>DB_STR</type></column>
<column><field>event</field><type>DB_STR</type></column>
<column><field>event_id</field><type>DB_STR</type></column>
<column><field>to_tag</field><type>DB_STR</type></column>
<column><field>from_tag</field><type>DB_STR</type></column>
<column><field>callid</field><type>DB_STR</type></column>
<column><field>local_cseq</field><type>DB_INT</type></column>
<column><field>remote_cseq</field><type>DB_INT</type></column>
<column><field>contact</field><type>DB_STR</type></column>
<column><field>record_route</field><type>DB_BLOB</type></column>
<column><field>expires</field><type>DB_INT</type></column>
<column><field>status</field><type>DB_INT</type></column>
<column><field>reason</field><type>DB_STR</type></column>
<column><field>version</field><type>DB_INT</type></column>
<column><field>socket_info</field><type>DB_STR</type></column>
<column><field>local_contact</field><type>DB_STR</type></column>
</db_table>
|