This file is indexed.

/usr/share/kamailio/xhttp_pi/carrierroute-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
44
45
46
	<!-- Declaration of carrierroute table-->
	<db_table id="carrierroute">
		<table_name>carrierroute</table_name>
		<db_url_id>mysql</db_url_id>
		<column><field>id</field><type>DB1_INT</type></column>
		<column><field>carrier</field><type>DB1_INT</type></column>
		<column><field>domain</field><type>DB1_INT</type></column>
		<column><field>scan_prefix</field><type>DB1_STR</type></column>
		<column><field>flags</field><type>DB1_INT</type></column>
		<column><field>mask</field><type>DB1_INT</type></column>
		<column><field>prob</field><type>DB1_DOUBLE</type></column>
		<column><field>strip</field><type>DB1_INT</type></column>
		<column><field>rewrite_host</field><type>DB1_STR</type></column>
		<column><field>rewrite_prefix</field><type>DB1_STR</type></column>
		<column><field>rewrite_suffix</field><type>DB1_STR</type></column>
		<column><field>description</field><type>DB1_STR</type></column>
	</db_table>
	<!-- Declaration of carrierfailureroute table-->
	<db_table id="carrierfailureroute">
		<table_name>carrierfailureroute</table_name>
		<db_url_id>mysql</db_url_id>
		<column><field>id</field><type>DB1_INT</type></column>
		<column><field>carrier</field><type>DB1_INT</type></column>
		<column><field>domain</field><type>DB1_INT</type></column>
		<column><field>scan_prefix</field><type>DB1_STR</type></column>
		<column><field>host_name</field><type>DB1_STR</type></column>
		<column><field>reply_code</field><type>DB1_STR</type></column>
		<column><field>flags</field><type>DB1_INT</type></column>
		<column><field>mask</field><type>DB1_INT</type></column>
		<column><field>next_domain</field><type>DB1_INT</type></column>
		<column><field>description</field><type>DB1_STR</type></column>
	</db_table>
	<!-- Declaration of carrier_name table-->
	<db_table id="carrier_name">
		<table_name>carrier_name</table_name>
		<db_url_id>mysql</db_url_id>
		<column><field>id</field><type>DB1_INT</type></column>
		<column><field>carrier</field><type>DB1_STR</type></column>
	</db_table>
	<!-- Declaration of domain_name table-->
	<db_table id="domain_name">
		<table_name>domain_name</table_name>
		<db_url_id>mysql</db_url_id>
		<column><field>id</field><type>DB1_INT</type></column>
		<column><field>domain</field><type>DB1_STR</type></column>
	</db_table>