Screen scripts not starting
Posted: Fri Apr 08, 2022 3:30 pm
We are in the process of learning ViciDIaler in order to implement it in our call center.
Right now we have is a "Dev" server made with ViCiBox10 with everything (asterisk, web, mysql) on it, for learning/testing purposes.
A few days ago I was working on installing SSL certificates and enabling the WebRTC phone.
Somewhere in the process something got broken and pretty much any GUI changes are not being published in the Asterisk config files (probably in other configuration files as well, but the asterisk ones are the ones I am aware of). After many hours of digging I learned that I there are supposed to be about 11 screen scripts running in background. Unfortunately only 2 are running on my server:
Any idea how can I troubleshoot these ? What process starts them ? Is there any log I should be looking at to figure out why they don't start ?
Thanks for any suggestions.
Right now we have is a "Dev" server made with ViCiBox10 with everything (asterisk, web, mysql) on it, for learning/testing purposes.
A few days ago I was working on installing SSL certificates and enabling the WebRTC phone.
Somewhere in the process something got broken and pretty much any GUI changes are not being published in the Asterisk config files (probably in other configuration files as well, but the asterisk ones are the ones I am aware of). After many hours of digging I learned that I there are supposed to be about 11 screen scripts running in background. Unfortunately only 2 are running on my server:
- Code: Select all
# screen -ls
There are screens on:
3219.asterisk (Detached)
2723.astshell20220408151922 (Detached)
2 Sockets in /run/screens/S-root.
Any idea how can I troubleshoot these ? What process starts them ? Is there any log I should be looking at to figure out why they don't start ?
Thanks for any suggestions.