3.2.3 EMCI
The RCS API part used for internal communication with voipswitch and VSServices. It provides also the admin methods for integration with 3rd party systems.
Its configuration files are stored in the config files located at /var/www/emci/ directory. The RCS functions related settings are in the AppSettings.config file. The database connections are defined in the DataBase.config file.
Changes made in these files require the Apache restart. To do it use the following command:
service apache2 restart
Database settings
The database config file is the same as for the EMCD, similarly the EMCI requires access to all the three schemas.
Allowed IPs
The access to the EMCI API should be limited to IP addresses of the authorized network elements. By default they are:
- VUP server
- Voipswitch server
- VSM server
TODO dodac gdzie to sie ustawia