i created a url but its redirecting to the url i installed flasphoner on

Max

Administrator
Staff member
Hello
As we can see from your URL https://livematic.io, WCS server dashboard is bound to default 443 HTTPS port.
That's why you redirected to the dashboard login page.
If you want to see your website, please bind WCS dashboard to default 8888 port, then you will be able to see dashboard under: https://livematic.io:8888
See config
/usr/local/FlashphonerWebCallServer/conf/wcs-manager.properties
Code:
-Dmanager.https_port=8888
If you don't have wcs-manager.properties in your installation, please update your server version to the latest build.
Code:
service webcallserver update
 

Max

Administrator
Staff member
License can be deactivated/activated from the dashboard (please see the user guide), or from command line:
1. Deactivate previous license
Code:
cd /usr/local/FlashphonerWebCallServer/bin
./deactivation.sh
2. Activate new license
Code:
./activation.sh
Troubleshooting.
 
Hello thank you..I successfully updated the keys already..But i am still facing the redirecting issue..after i have binded flashphoner to a port..Please can you help me...My project is stuck ansd i am stuck as well..
 

Max

Administrator
Staff member
Hello
But i am still facing the redirecting issue
The redirecting issue is not a bug. It is a normal behavior. When you open WCS dashboard, you are redirected to the login page.
So we can't understand how it may slow down your development, sorry.
Please note, WCS server works independently from your web project.
So you can just copy Web SDK files from /usr/local/FlashphonerWebCallServer/client2 to your web directory, i.e. apache /var/www/html.
Or you can download Web SDK tar.gz file and unpack in your web dir
https://flashphoner.com/downloads/builds/flashphoner_client/wcs_api-2.0/?C=M;O=D
[Latest] https://flashphoner.com/downloads/b...4094944e41677caa86b9450bdf21ff3a60c83f.tar.gz
Anyway you have to manage your web-project yourself. Just keep in mind that WCS server is listening port 8888 for dashboard and port 8443 for wss://host:8443.
So your apache web server may listen port https 443 and can do not contain any redirects.
 
Top