Please help our agent unable to login in Sonata Dialer. Getting an error “FAILED CONNECTION. The connection to the server has failed”
Saw an error on the browser console and says “Websocket connection error”
I used custom port for my HTTPS not sure if it is related to that but based on the change logs VITALPBX team said that it can handle custom port on the version that I am running.
If the urls are not loading for your and the port is open in the firewall try restarting the asterisk service in order to also restart the websocker webserver , from the asterisk console of your server core restart now
This is not related port 8089. You can see user is showing in registered stat it means ports are open and working
It may be related permission issue on queue form or script which is assigned to this Agnet or may be backend server
I don’t think it is related to permission on queue, form or script. I am currently on testing stage so just created 1 entry on queue, form and script and selected those entries.
We will conduct the necessary tests to reproduce the issue and resolve it as soon as possible, in the meantime, if feasible, please try using the default HTTPS port
In my case connection error has been fixed but i getting another issue
My current version is 4.2.0-2
I have created all of aspects as per requirement and active my campaign then login as agent and unable to see any form, contact in agent interface also facing error ( There are no campaigns in active period) while it is active in admin interface
Please check if you have selected the correct time zone under Settings > General Settings. Then, verify that the campaign has pending contacts and that the date range and shift time are configured correctly.
When using custom HTTPS port and do inspect element you can able to see the error and it is showing wss://servername.com/dialer-ws/console failed
the error occurs because it doesn’t include the HTTPS custom port on the WSS link. It still using the default which is 443.
I think it should be like this wss://servername.com:https-custom-port/dialer-ws/console wss://servername.com:6781/dialer-ws/console
Another thing I noticed was the error saying FAILED TO LOAD RESOURCES
and on the login window and when signed in as an agent the logo doesn’t show, it just a blank.