GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Anyone running their own IP PBX system? (https://gfy.com/showthread.php?t=1008193)

borked 01-30-2011 04:01 PM

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

Supz 01-30-2011 04:09 PM

Quote:

Originally Posted by borked (Post 17879508)
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

asterisk is a great. gives a ton of functionality for an open source system. i know a ton of hosted pbx companies that use it.. A lot of people also use it in conjuction with other systems. It is very customizable. If you email me this info. I have some engineers I work with who run a hosted PBX system on Asterisk and they might be able to help. danny at supz dt com.

fris 01-30-2011 04:13 PM

asterisk is nice, havent messed with it much though.

CYF 01-30-2011 06:20 PM

asterisk rocks. I don't currently run it anymore but I did for a while.

camgirlshide 01-30-2011 07:37 PM

What's your hardware setup?

borked 01-31-2011 12:18 AM

Quote:

Originally Posted by Supz (Post 17879516)
asterisk is a great. gives a ton of functionality for an open source system. i know a ton of hosted pbx companies that use it.. A lot of people also use it in conjuction with other systems. It is very customizable. If you email me this info. I have some engineers I work with who run a hosted PBX system on Asterisk and they might be able to help. danny at supz dt com.

thanks - I'll shoot you off an email to see if they have any ideas on sms :thumbsup

borked 01-31-2011 12:21 AM

Quote:

Originally Posted by camgirlshide (Post 17879795)
What's your hardware setup?

A number of VoIP SIP lines from telco and dedi box sitting in their DC running asterisk connecting to those sips. Much much more stable than my wifi cisco wip310 voip phone!

kevlar1080 01-31-2011 02:13 AM

not currently running asterisk but have in the past always used http://nerdvittles.com for helpful info

borked 01-31-2011 12:50 PM

Quote:

Originally Posted by kevlar1080 (Post 17880201)
not currently running asterisk but have in the past always used http://nerdvittles.com for helpful info

had a look at nerdvittles, but that looks more to do with running a local asterisk server... mine is over a 1000 miles away, so everything is done on the CLI...

borked 02-11-2011 12:52 PM

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

V_RocKs 02-11-2011 01:05 PM

No, but I can't wait to use yours ;)

borked 02-11-2011 01:59 PM

Quote:

Originally Posted by V_RocKs (Post 17909118)
No, but I can't wait to use yours ;)

If you're in the UK, call the London number 0203 445 0024
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)

myneid 02-11-2011 03:34 PM

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/

borked 02-11-2011 04:38 PM

Quote:

Originally Posted by myneid (Post 17909450)
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/

thanks Tanguy - didn't know about freeswitch at all.... on sniffing around a bit though, impossible to check called number (eg numerous aliases all pointing to one sip, need the call plan to decipher which number was called (called ID) to send it onto the next hierarchy thingumyjig), nor nothing at all on how to handle data transfer (eg sms/fax). Asterisk, I do agree seems bloated (though server processor/memory footprint is minimal atm), but it does handle auto-detecting of eg faxes and can decipher called numbers etc....

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

fris 03-31-2011 04:56 PM

Quote:

Originally Posted by borked (Post 17879508)
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

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; }


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