![]() |
Anyone running their own IP PBX system?
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. :upsidedow |
Quote:
|
asterisk is nice, havent messed with it much though.
|
asterisk rocks. I don't currently run it anymore but I did for a while.
|
What's your hardware setup?
|
Quote:
|
Quote:
|
not currently running asterisk but have in the past always used http://nerdvittles.com for helpful info
|
Quote:
|
wooohoooo - finally got fax working with send/receive with receiving being sent to email configured for the number dialled!! sms is working for outgoing but not incomming (yet)
all for free - this really has to be the best piece of software on the OSS market! This shit kicks buster balls - loving it!!! Anyone want european audiotel ticket delivery? I've got this shit sussed :D |
No, but I can't wait to use yours ;)
|
Quote:
If you're outside UK, call +44 203 445 0024 then when the sexy lady asks you, enter the number you want to call (all numbers must be in international format eg 00 + country code + number) voila, free international telephone calls even from mobiles :pimp That line will go down at the end of the month as I was purely using it as a test, but feel free to use and abuse :P I have a freephone number too (I'm keeping that :winkwink: ), plus a premium rate line (?1.50/min) - tie that into mysql to dish out unique codes and bonjour to personal audiotel for free (well, ?1/month per number) |
we ran asterisk for years, recently we switched to freeswitch as it was much less bloated and had easier setup files
http://www.freeswitch.org/ |
Quote:
The syntax for the asterisk extensions.conf isn't quite user/programmable friendly but it is logical at least. Yes, I like the XML layout of free switch though.... |
Quote:
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; } |
All times are GMT -7. The time now is 07:08 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123