by admin | Jan 27, 2011 | Asterisk, Linux, VoIP
#!/bin/bash curhip=(`cat /etc/hosts | grep sip.broadvoice.com | awk ‘{ print $1 }’`) echo “Current IP: $curhip” chkip=”(`ping -c 2 sip.broadvoice.com`)” curiplow=(`echo $chkip | grep PING | grep -Eo...
by admin | Aug 22, 2010 | Asterisk, Debian, Skype
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...
by admin | Aug 20, 2010 | Asterisk, VoIP
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 =>...
by admin | Aug 19, 2010 | Asterisk
#!/usr/bin/perl #————————- #Text to Speech AGI #Mod by V #ver 0.03 #http://www.deepthought.ws...
by admin | May 21, 2010 | Asterisk
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 =>...