Module: kamailio Branch: master Commit: be184b1b3759931e5f189796b48156249a500e42 URL: https://github.com/kamailio/kamailio/commit/be184b1b3759931e5f189796b4815624...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2016-02-03T21:23:50+01:00
kamctl: pi framework xml definition update
---
Modified: utils/kamctl/xhttp_pi/pi_framework.xml
---
Diff: https://github.com/kamailio/kamailio/commit/be184b1b3759931e5f189796b4815624... Patch: https://github.com/kamailio/kamailio/commit/be184b1b3759931e5f189796b4815624...
---
diff --git a/utils/kamctl/xhttp_pi/pi_framework.xml b/utils/kamctl/xhttp_pi/pi_framework.xml index a1e95bc..4ed26a0 100644 --- a/utils/kamctl/xhttp_pi/pi_framework.xml +++ b/utils/kamctl/xhttp_pi/pi_framework.xml @@ -221,17 +221,6 @@ <column><field>attrs</field><type>DB1_STR</type></column> <column><field>description</field><type>DB1_STR</type></column> </db_table> - <!-- Declaration of domainpolicy table--> - <db_table id="domainpolicy"> - <table_name>domainpolicy</table_name> - <db_url_id>mysql</db_url_id> - <column><field>id</field><type>DB1_INT</type></column> - <column><field>rule</field><type>DB1_STR</type></column> - <column><field>type</field><type>DB1_STR</type></column> - <column><field>att</field><type>DB1_STR</type></column> - <column><field>val</field><type>DB1_STR</type></column> - <column><field>description</field><type>DB1_STR</type></column> - </db_table> <!-- Declaration of domain table--> <db_table id="domain"> <table_name>domain</table_name> @@ -252,6 +241,17 @@ <column><field>value</field><type>DB1_STR</type></column> <column><field>last_modified</field><type>DB1_DATETIME</type></column> </db_table> + <!-- Declaration of domainpolicy table--> + <db_table id="domainpolicy"> + <table_name>domainpolicy</table_name> + <db_url_id>mysql</db_url_id> + <column><field>id</field><type>DB1_INT</type></column> + <column><field>rule</field><type>DB1_STR</type></column> + <column><field>type</field><type>DB1_STR</type></column> + <column><field>att</field><type>DB1_STR</type></column> + <column><field>val</field><type>DB1_STR</type></column> + <column><field>description</field><type>DB1_STR</type></column> + </db_table> <!-- Declaration of dr_gateways table--> <db_table id="dr_gateways"> <table_name>dr_gateways</table_name>