C

  • Chan Spy
    Source: http://www.freepbx.org/forum/chanspy-customization-in-freepbx   Edit File:  extensions_override_freepbx.conf  (For Permanent Effect)                extensions_additional.conf (For Tempotrary Effect) Note: Authenticate(1234)  - 1234 : is the password you ...
  • Change default CentOS text editor from VI to Nano
    SOURCE: http://www.khmer365.com/index.php?topic=3791.0 To  change default VI Editor to Nano (Temporary)> Type the command as follows: which nano export EDITOR=/usr/bin/nano crontab -e To  change default VI Editor to Nano (Permanent) > ...
  • Call Recordings - Server Maintenance
    1) Create Folder: mkdir /etc/recordingdeletion/2) Create File Inside Folder: nano OldRecordingDeletion.sh #!/bin/bash # Change this path to reflect your recording storage # location RECORDINGS=/var/spool/asterisk/monitor # Change this number to reflect ...
  • Conference Calls - Recorded Files Storage
    Recorded Conference Calls are SAVED on Server's Path: /var/spool/asterisk/monitor   ...
  • Change SSH port 22 to another one
    SOURCE: http://www.liquidweb.com/kb/changing-the-ssh-port/ Backup Current Setup: cp /etc/ssh/sshd_config /etc/ssh/sshd_config_backup Edit and Change SSH Port from 22 to 20022: nano /etc/ssh/sshd_config Firewall - Open New Port and Close Old Port: Edit Firewall Rules ...