Select Page

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...

Text to Speech AGI

#!/usr/bin/perl #————————- #Text to Speech AGI #Mod by V #ver 0.03 #http://www.deepthought.ws...

apt-fast: A faster apt-get

# !/bin/sh # apt-fast v0.02 by Matt Parnell http://www.mattparnell.com, this thing is fully open-source # if you do anything cool with it, let me know so I can publish or host it for you # contact me at admin@mattparnell.com # Special thanks to Travis/travisn000 from...

FREE VPN Server

VPN Free Account Host Server or IP Address : 216.155.136.84 User Name : anonymous Password : anonymous This VPN gives you a valid IP from 216.155.136.84 server instead of your real IP. 128bit Strong Encryption prevents even your ISP from spying on you! A VPN...

Hack to emulate DISA

Crude hack to emulate DISA. It requires the user to hit the # key when they are finished dialing. [DISA_hack] exten => s,1,Answer exten => s,2,Wait(1) exten => s,3,Authenticate(${DISA_password}) exten => s,4,Playtones(dial) exten =>...