Select Page

Sort files by date to directory

echo “Please wait while I sort your files by date.” for a in *.jpeg; do date -r $a +%y%m%d >/dev/null && { dof=$(date -r $a +%y%m%d) if [ ! -d $dof ]; then mkdir $dof fi mv $a $dof/ }...

SipToSis – Debian init.d script

Here is init script I made to start stsProxy and stsTrunk seems to work fine. If any one has comments or suggestions to it please add or feel free to modify it post and better ways of doing this. Just save the code to: /etc/init.d/siptosis then:$ chmod +x...

chan_datacard

Chan_datacard is an Asterisk channel driver for Huawei UMTS / 3G datacards. Supported features: * Place voice calls and terminate voice calls * Send SMS and receive SMS * Send and receive USSD commands / messages Example dialplan: [datacard-incoming] exten =>...