Asterisk 1.8 Released With Support For Google Voice
Thinkcloud writes with a note that long-standing open-source VoiP software Asterisk has just been updated, and it's packed with more than 200 enhancements, security updates, and new features — including calendar integration and support for Google Voice and Google Talk. Asterisk's fully-featured PBX includes call waiting, hold and transfer, caller ID, and other useful tools so it's a great option for small businesses that need to watch costs."
I don't think any business can "spend like they just don't care" in these recessionary times. Except maybe Google themselves
This is extremely off-topic, but this is a good place to ask this question. Could I host Asterisk on my VPS and then call other people through Asterisk with my Nokia phone that supports SIP (both through WiFi and 3G/3.5G). Basically, SIP-call to my friend's SIP-supporting phone who's connected to my Asterisk, from my SIP-supporting phone that's connected to the same Asterisk. Figure it would basically be free calling since we all have unlimited 3G plans.
Google Voice is useful and fun, but its interface with the telephone network remains flaky. See "Can't send text message from sprint phone to my Google voice number" and "Google number not callable from certain numbers" Google Voice seems to have an ongoing problem keeping their blocks of phone numbers properly visible to other carriers. Troubles have been reported with Sprint, Verizon, and T-Mobile numbers for over a year now. There are also some limitations on calling into and out of Google Voice from VoIP systems.
The problems may stem from the fact that Google didn't implement Google Voice. It's just "Grand Central", acquired and re-branded. It's not a "telco quality" system. It's not ready for prime time as your main phone system for a business.
Yeah, I may be wrong, but I think Asterisk *Still* does not support SRTP after all these years.
This leads me to wonder why so many protocols are unencrypted on the internet. most IM's, SIP, H.323, etc.. it's just ridiculous how much information people are giving away across unencrypted connections.
If you need web hosting, you could do worse than here
You just need a SIP provider like Gizmo5. They are now owned by Google. This lets me make and receive unlimited free calls to anywhere in the US from any device that has a SIP client like my PC or my iPhone. As long as data is unlimited then calling is unlimited since its all VoIP on my end. Google Voice provides the link to PSTN.
If I call out, Google voice calls my Gizmo5 SIP number and my other party. If someone calls my Google Voice number, Google calls my SIP and connects me with the caller.
I replaced my home landline with an Asterisk box running on a Supermicro Atom D510 mboard, specifically PBX in a flash, which is the Cliffs' notes version of FreePBX. FreePBX is based on Asterisk, but provides a spiffy web interface for configuration that's more advanced and free-er than the others. That said, you'll still need to be comfortable at the command line on Linux and a text editor such as vi.
With Asterisk, you can do voicemail, have your voicemail emailed to you, have multiple boxes, pay $1.50 per month for a phone number plus $.01/minute for calls with a SIP provider such as Vitelity. You can have conference calls (you'll need to pay $10/channel for g729 if you want to scale at all on home bandwidth, though.)
You can have ring groups, different extensions, etc. I have one for emergency late-night network issues, which only those with the secret extension can access to wake me up.
There's an unlimited number of stupid tricks you can do, but you'll need to learn the difference between trunks, routes, and dial plans. That said, it's pretty cool. But then you'll want to buy Aastra SIP phones, which come with open-source phone applications, so it will cost you more. If you want to light up your in-house phone lines, it's $200 for an FXS card. If you want to use an existing landline as a trunk, it's $200 for an FXO card. (Double check which is which before you buy because I can never remember which is which.)
The best part about running your own PBX is that (1) you can send telemarketers to voicemail hell and (2) it's trivial to fake callerID, which helps with (1).
You are wrong. Asterisk 1.8 supports SRTP. I know, because I merged it myself. :-p
There's no place I can be, since I found Serenity.
You get an inbound number with Google Voice. You can now have that routed to an Asterisk box. From there, you could do any kind of filtering of the call you want. You could have Asterisk check your calendar to see if you are currently in a meeting and handle the call differently from there. You could get a SIP client for your smartphone and register it to your Asterisk box at home and then make make free outbound calls with Google Voice w/o having to have any voice plan. Asterisk makes it possible to do just about anything you want with a call. If you want to set it up so you only receive calls from one group of numbers M-F 8-5, and want only certain contacts to be able to call you after midnight--no problem. If you are a control freak, you should love Asterisk.
There's no place I can be, since I found Serenity.
As others have said, Asterisk becomes much more obvious if you have an ITSP (Internet Telephone Service Provider). Here's an example of what I have done with it. I moved to Japan 3 years ago, but I still wanted to keep in touch with my friends. Calling long distance to/from Japan is expensive, no matter what plan you have. So I bought a DID (Direct Inward Dial) for my old home town. This gives my friends a local number to call. It routes over the internet to my Asterisk box and rings a softphone on my computer in Japan. The DID costs me $5 a month. Of course, there is a huge time change between Canada (where I moved from) and Japan. Asterisk has voice mail. If my phone isn't running on my computer, Asterisk takes a message and emails me the contents. When I wake up in the morning, I can listen to the message from my email and call the person back. Outgoing calls cost me 2 cents a minutes to North America and there are unlimited plans with many ITSPs (I don't bother because I don't make many outgoing calls).
Even without an ITSP Asterisk is useful. Perhaps you are used to using Skype or Google Talk to make computer to computer voice calls. Asterisk lets you talk to your friends using SIP (and now I guess Google Talk), but still have all the PBX features. So for instance, if your friend wants to send you a voice mail via SIP they can. You can set up conference calls fairly easily as well. You can buy very inexpensive USB handsets that look like telephones and hook them up to your computer. If you set your softphone's audio device to the handset, it ends up working pretty much like a normal phone. Or you can buy a SIP handset (a bit more expensive) and simply plug it in anywhere you have a network connection. This allows you to set up as many extensions controlled by your Asterisk PBX as you want. It's handy if you have kids, especially since DIDs are really, really, cheap.
Finally, for some fun you can easily set up ring groups on Asterisk. Talking on a cell phone is generally expensive. Instead, you can set up a DID for your Asterisk box and everyone can call you there. If you have your softphone up, it will ring that first. If it isn't up (or you don't answer it) you can get it to call your cell phone with an outgoing call. You can even set up a voice mail menu that asks the calling person if they would rather leave a message or try your cell phone. And to be even fancier you can vary the response based on who's calling. If it's someone you don't know you can direct them to voice mail immediately, if it's someone you don't care about much you can just allow them to ring the softphone, if it's likely to be important than you can forward to your cell.
This should give you a few ideas. There are really an endless number of options. Especially since you have source code with Asterisk you can make it do whatever you want.