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

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

Text to Speech AGI

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

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