This file is indexed.

/usr/share/kamailio/xhttp_pi/rls-table is in kamailio-xml-modules 4.2.0-2+deb8u3.

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
41
42
43
	<!-- 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>DB1_INT</type></column>
		<column><field>rlsubs_did</field><type>DB1_STR</type></column>
		<column><field>resource_uri</field><type>DB1_STR</type></column>
		<column><field>content_type</field><type>DB1_STR</type></column>
		<column><field>presence_state</field><type>DB1_BLOB</type></column>
		<column><field>expires</field><type>DB1_INT</type></column>
		<column><field>updated</field><type>DB1_INT</type></column>
		<column><field>auth_state</field><type>DB1_INT</type></column>
		<column><field>reason</field><type>DB1_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>DB1_INT</type></column>
		<column><field>presentity_uri</field><type>DB1_STR</type></column>
		<column><field>to_user</field><type>DB1_STR</type></column>
		<column><field>to_domain</field><type>DB1_STR</type></column>
		<column><field>watcher_username</field><type>DB1_STR</type></column>
		<column><field>watcher_domain</field><type>DB1_STR</type></column>
		<column><field>event</field><type>DB1_STR</type></column>
		<column><field>event_id</field><type>DB1_STR</type></column>
		<column><field>to_tag</field><type>DB1_STR</type></column>
		<column><field>from_tag</field><type>DB1_STR</type></column>
		<column><field>callid</field><type>DB1_STR</type></column>
		<column><field>local_cseq</field><type>DB1_INT</type></column>
		<column><field>remote_cseq</field><type>DB1_INT</type></column>
		<column><field>contact</field><type>DB1_STR</type></column>
		<column><field>record_route</field><type>DB1_BLOB</type></column>
		<column><field>expires</field><type>DB1_INT</type></column>
		<column><field>status</field><type>DB1_INT</type></column>
		<column><field>reason</field><type>DB1_STR</type></column>
		<column><field>version</field><type>DB1_INT</type></column>
		<column><field>socket_info</field><type>DB1_STR</type></column>
		<column><field>local_contact</field><type>DB1_STR</type></column>
		<column><field>from_user</field><type>DB1_STR</type></column>
		<column><field>from_domain</field><type>DB1_STR</type></column>
		<column><field>updated</field><type>DB1_INT</type></column>
	</db_table>