Dynamic Routing Tool (drouting)
----------------------------------------------

Description 	
----------------


The tool is used for provisioning the OpenSIPS drouting module. You can add , delete 
and edit the GWs/destiantions , the routing rules and the routing groups.
You can find  the drouting module documentation here : 
http://www.opensips.org/html/docs/modules/1.5.x/drouting.html


Configuration
------------------

* Database layer configuration file : 
opensips-cp/config/tools/drouting/db.inc.php
- Mysql connection data is set through this file.

Attributes  set in this file : 

+database host 
+database port
+database username 
+database password
+database name


* Local configuration file :  
opensips-cp/config/tools/drouting/local.inc.php

+ database table name  
+ the `results per page` variable is set in this file (how many records to be 
seen on a single page , pagination )
+ the $talk_to_this_assoc_id variable - must point to the type of machines which 
are OpenSIPS servers (to trigger the reload command via MI - $talk_to_this_assoc_id=1 ;)


Usage and Features
---------------------------


The tool features three tabs :  Gateways , Rules and Settings .
When “Apply changes to server” button is triggered the routing configuration 
will be loaded into OpenSIPS.

NOTE: all the changes are done in database. To apply them into your OpenSIPS, you need to 
do “Apply Changes to Server”
