TT#175000 Remove rtcengine support

The instructions and development script were handling setup related to
rtcengine, which has been removed. Update accordingly.

Change-Id: Ica52e763be86161db0d328e18c9f10df48fd7771
mr11.4
Guillem Jover 2 years ago
parent a2cc14265a
commit bba8cabc81

@ -18,7 +18,7 @@ cp root/conversations_dump.sql.tgz ~/Sipwise/mr/
`
1. SSH in to the vagrant box and become root
1. Backup the existing database:
`mysqldump --extended-insert --complete-insert --add-drop-database --databases accounting billing carrier fileshare kamailio ldap prosody provisioning rtcengine > ~/backup_before_conversations_dump.sql`
`mysqldump --extended-insert --complete-insert --add-drop-database --databases accounting billing carrier fileshare kamailio ldap prosody provisioning > ~/backup_before_conversations_dump.sql`
1. Import the test data database from your shared vagrant volume folder, for example:
`
cd /usr/local/devel

@ -3,10 +3,9 @@
case "$1" in
*)
cd /
ngcpcfg set /etc/ngcp-config/config.yml rtcengine.logging.level=debug
ngcpcfg set /etc/ngcp-config/config.yml www_admin.http_csc.csc_dev=yes
ngcpcfg set /etc/ngcp-config/config.yml pbx.enable=yes
ngcpcfg set /etc/ngcp-config/config.yml www_admin.privileges.subscriberadmin.subscribers.0=write
ngcpcfg apply 'Enable CSC, PBX and RtcEngine'
ngcpcfg apply 'Enable CSC and PBX'
;;
esac

Loading…
Cancel
Save