Archives : November-2010
sudo /etc/init.d/asterisk restart Write a script to do “asterisk -r -x ‘core show channels’”, parse the output and do “asterisk -r -x ‘channel request hangup ${CHANNEL_NAME}” for each channel. Write a script to do #2 ..
What is Astcanary?, basically, it is a little application that provides assurance to Asterisk that there are no threads that have gone into runaway mode, thus hogging the CPU, and making the Asterisk machine seem to be unr..
The addons for 1.8 are included in asterisk, look at the menu in “make menuselect” while compiling asterisk.The reason for including it is because when we occasionally need to change the internal API, it’s difficult to remember which vers..