Currently all references to RVD from dashboard are using relative hardcoded urls starting with "/restcomm-rvd". They should become configurable through dashboard.json.
For example:
{ "resetPasswordUrl": "", "rvdUrl":"/restcomm-rvd" }
This will also allow the use of absolute urls.
Currently all references to RVD from dashboard are using relative hardcoded urls starting with "/restcomm-rvd". They should become configurable through dashboard.json.
For example:
{ "resetPasswordUrl": "", "rvdUrl":"/restcomm-rvd" }This will also allow the use of absolute urls.