/usr/share/opensips/pi_http/dialplan-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 | <!-- Declaration of dialplan table-->
<db_table id="dialplan">
<table_name>dialplan</table_name>
<db_url_id>mysql</db_url_id>
<column><field>id</field><type>DB_INT</type></column>
<column><field>dpid</field><type>DB_INT</type></column>
<column><field>pr</field><type>DB_INT</type></column>
<column><field>match_op</field><type>DB_INT</type></column>
<column><field>match_exp</field><type>DB_STR</type></column>
<column><field>match_flags</field><type>DB_INT</type></column>
<column><field>subst_exp</field><type>DB_STR</type></column>
<column><field>repl_exp</field><type>DB_STR</type></column>
<column><field>timerec</field><type>DB_STR</type></column>
<column><field>disabled</field><type>DB_INT</type></column>
<column><field>attrs</field><type>DB_STR</type></column>
</db_table>
|