View Single Post
Old 03-31-2011, 04:56 PM  
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,329
Quote:
Originally Posted by borked View Post
Geeks unite -
I just stumbled across asterisk yesterday and got to work on it immediately and now I'm running my own call centre, audiotel tickets, and allowing me to call worldwide for free from my cell phone....

Is anyone else out there running an IP PBX system? If so and you're running asterisk, can you give me any pointers how to get SMS messaging setup with a SIP line... I'm totally stuffed on that but would love to get it working....

press 1 to go fuck yourself.
here is a cool function to show your phone logs from 1 asterisk server to another.

Code:
phonelogs() { grep "$1" /var/log/asterisk/cdr-csv/Master.csv | cut -d',' -f 2,3,11,12 --output-delimiter=" " | sed 's/"//g' | cut -d' ' -f 1,2,3,4,6 | column -t; }
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote