/usr/share/opensips/pi_http/emergency-table is in opensips-http-modules 2.2.2-3.
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 emergency_routing table-->
<db_table id="emergency_routing">
<table_name>emergency_routing</table_name>
<db_url_id>mysql</db_url_id>
<column><field>id</field><type>DB_INT</type></column>
<column><field>selectiveRoutingID</field><type>DB_STR</type></column>
<column><field>routingESN</field><type>DB_INT</type></column>
<column><field>npa</field><type>DB_INT</type></column>
<column><field>esgwri</field><type>DB_STR</type></column>
</db_table>
<!-- Declaration of emergency_report table-->
<db_table id="emergency_report">
<table_name>emergency_report</table_name>
<db_url_id>mysql</db_url_id>
<column><field>id</field><type>DB_INT</type></column>
<column><field>callid</field><type>DB_STR</type></column>
<column><field>selectiveRoutingID</field><type>DB_STR</type></column>
<column><field>routingESN</field><type>DB_INT</type></column>
<column><field>npa</field><type>DB_INT</type></column>
<column><field>esgwri</field><type>DB_STR</type></column>
<column><field>lro</field><type>DB_STR</type></column>
<column><field>VPC_organizationName</field><type>DB_STR</type></column>
<column><field>VPC_hostname</field><type>DB_STR</type></column>
<column><field>VPC_timestamp</field><type>DB_STR</type></column>
<column><field>result</field><type>DB_STR</type></column>
<column><field>disposition</field><type>DB_STR</type></column>
</db_table>
<!-- Declaration of emergency_service_provider table-->
<db_table id="emergency_service_provider">
<table_name>emergency_service_provider</table_name>
<db_url_id>mysql</db_url_id>
<column><field>id</field><type>DB_INT</type></column>
<column><field>organizationName</field><type>DB_STR</type></column>
<column><field>hostId</field><type>DB_STR</type></column>
<column><field>nenaId</field><type>DB_STR</type></column>
<column><field>contact</field><type>DB_STR</type></column>
<column><field>certUri</field><type>DB_STR</type></column>
<column><field>nodeIP</field><type>DB_STR</type></column>
<column><field>attribution</field><type>DB_INT</type></column>
</db_table>
|