Getting 401 unauthorized on Asterisk Login in spite of correct creds in PJSIP.Conf
Rest all being good, the issue was the credentials from chan_sip module (sip.conf) were being picked up. Do these: Sreekumar KjSreekumar (KJ) has been a hobby p...
Rest all being good, the issue was the credentials from chan_sip module (sip.conf) were being picked up. Do these: Sreekumar KjSreekumar (KJ) has been a hobby p...
To enable the back light LEDs of the Live Tech keyboard in Ubuntu follow these steps sudo apt install brightnessctl sudo brightnessctl -ls #note the scrolllock ...
Error: Setting up rabbitmq-server (3.8.16-1) … Job for rabbitmq-server.service failed because the control process exited with error code. See "systemctl status ...
Here is how you can apply dark more on chrome on your desktop – That’s it. Now you can have easy on eyes theme on Chrome, just like your IDE ! Sreekumar KjSreek...
Problem:We get this error when we do npm install – Error: Cannot find module ‘semver’Require stack: Reason:Version issues Fix:Run these commands sudo rm -rf /us...
Problem: One of the docker nodes does not start up after restart. Error in the log is msg="error removing task " error="incompatible value" Reason: Docker swarm...
The bit rates for the most common audio formats – ALAW 8 BITS ULAW 8 BITS PCM 16 BITS SIGNED/UNSIGNED ADPCM 8 BITS The endian-ness for more than one byte system...
The bit rates for the most common audio formats – ALAW 8 BITS ULAW 8 BITS PCM 16 BITS SIGNED/UNSIGNED ADPCM 8 BITS The endian-ness for more than one byte system...
Error : Few docker containers don’t start up. In the /var/log/syslog they give the error “Cannot start container Subnet sandbox join failed…” Fix: Restart the m...
Problem : On page refreshes, the ajax calls in the componentDidMount functions throws the error : “Error: Should not already be working.” Reason : Probably the ...