Live data from Hacker News

Ask HN: What is wrong with the VoIP industry?

news.ycombinator.com

11–20 of 23 posts

Re: Ask HN: What is wrong with the VoIP industry?

#11
My experience validates this. Here's what I need:

* have a few incoming, simple IVRs in different languages (with local numbers via FlyNumber) a la "press 1 for sales, press 2 for support, or wait for an operator".

* route these calls to the appropriate people (either with a ring group or any other workable option that allows people to get a call on their phone)

What's the correct service for this? RingCentral wants to bill me for named seats, which seems absurd to me when we get ~20 calls a week.

Re: Ask HN: What is wrong with the VoIP industry?

#12

Almost everybody seems using hardware phones (which are slightly harder to crack than softphones) to speak and Asterisk to implement any logic they need. You will have to configure these yourself or pay somebody to do this for you. 100% hosted and supported services are way better because your are never gonna stop being attacked.

Random, but is there much money in Asterisk. I looked at it briefly for something, turns out it didn't fit my needs, but nearly all production grade telephony interfaces seem to be biased towards it (try getting help with DAHDI if you aren't using it). I'm just curious if it's and product worth learning how to hack on.

> (try getting help with DAHDI if you aren't using it).

I mean, is it shocking that the Digium Asterisk Hardware Device Interface is primarily supported with Asterisk?

> I'm just curious if it's and product worth learning how to hack on.

Asterisk, Freeswitch, and Kamailio are the main open source telephony projects and are all also widely used as the "open core" of proprietary solutions so yeah there's plenty of room to make money selling support or addons for these projects.

That said, as someone who has been supporting Asterisk and Freeswitch for years now, I can't say I've ever had a situation where a DAHDI interface made sense over just using a standalone PSTNSIP gateway. Letting an Adtran TA9xx take care of integration with the PSTN and having the PBX side be pure VoIP makes things so much easier and more flexible IMO. The PSTN line is just one more SIP trunk, and any analog extensions we may have hooked up to FXS ports are just SIP extensions as far as the server is concerned.

If you want to dip your toes in I'd recommend setting up a FreePBX (Asterisk) or FusionPBX (FreeSwitch) instance. That gets you a nice web interface that you can point and click your way through to a usable setup while still being able to poke around at a low level as you learn how the system works.

Re: Ask HN: What is wrong with the VoIP industry?

#13
post #10
post #7

You're trying consumer services. Try commercial services such as Star2Star, Nextiva, Mitel, Ring Central. I believe all of them have voice, SMS and desktop/mobile apps.

Ring Central seems appallingly expensive to me with their per-seat pricing (we are a software company, I need people to receive calls with a professional sounding IVR, route them to the right individual, local numbers for customers to call on, that's it). Can you recommend any specific provider?

> Ring Central seems appallingly expensive to me with their per-seat pricing

This is exactly the attitude of the customers for this service. They want equivalent of enterprise features for pennies on a dollar.

Re: Ask HN: What is wrong with the VoIP industry?

#14
post #10

Earlier quoted context omitted.

Ring Central seems appallingly expensive to me with their per-seat pricing (we are a software company, I need people to receive calls with a professional sounding IVR, route them to the right individual, local numbers for customers to call on, that's it). Can you recommend any specific provider?

> Ring Central seems appallingly expensive to me with their per-seat pricing This is exactly the attitude of the customers for this service. They want equivalent of enterprise features for pennies on a dollar.

I'm not sure what exactly is "enterprise" about having an IVR with 3 options and "bring your own number".

RingCentral wants ~15K a year for this service, and they think "video" is a worthwhile value add (whoever their customer segment is, it's certainly not me).

I can obtain the feature set I desire with a 1 week investment into setting up Asterisk on AWS, and running costs of $100/mo, plus a ton of headaches. It seems to me like there is room for a more reasonably priced vendor to exist in the market. I would happily pay, say, $300-500/mo for the convenience of a SaaS solution, but ~20K/yr is what I pay for things that actually serve a meaningful purpose for the business.

Re: Ask HN: What is wrong with the VoIP industry?

#15
post #14

Earlier quoted context omitted.

> Ring Central seems appallingly expensive to me with their per-seat pricing This is exactly the attitude of the customers for this service. They want equivalent of enterprise features for pennies on a dollar.

I'm not sure what exactly is "enterprise" about having an IVR with 3 options and "bring your own number". RingCentral wants ~15K a year for this service, and they think "video" is a worthwhile value add (whoever their customer segment is, it's certainly not me). I can obtain the feature set I desire with a 1 week investment into setting up Asterisk on AWS, and running costs of $100/mo, plus a ton of headaches. It see…

> RingCentral wants ~15K a year for this service, and they think "video" is a worthwhile value add (whoever their customer segment is, it's certainly not me).

Exactly. $1.5k/mo if sounds like a good price for what it needs to do with a decent margin. A company could probably get a few hundred customers the first year and tap out at a few thousand within 5-6 years.

> I would happily pay, say, $300-500/mo for the convenience of a SaaS solution, but ~20K/yr is what I pay for things that actually serve a meaningful purpose for the business.

At this price point it would require too many customers. All of these customers will think that the cost of dealing with their headache is only worth ~$400 - $100/mo. These are terrible customers to base a business on.

Re: Ask HN: What is wrong with the VoIP industry?

#17
post #14

Earlier quoted context omitted.

I'm not sure what exactly is "enterprise" about having an IVR with 3 options and "bring your own number". RingCentral wants ~15K a year for this service, and they think "video" is a worthwhile value add (whoever their customer segment is, it's certainly not me). I can obtain the feature set I desire with a 1 week investment into setting up Asterisk on AWS, and running costs of $100/mo, plus a ton of headaches. It see…

> RingCentral wants ~15K a year for this service, and they think "video" is a worthwhile value add (whoever their customer segment is, it's certainly not me). Exactly. $1.5k/mo if sounds like a good price for what it needs to do with a decent margin. A company could probably get a few hundred customers the first year and tap out at a few thousand within 5-6 years. > I would happily pay, say, $300-500/mo for the conve…

Based on my experience with Asterisk this should be as close to a set and forget service as I can think of. Meaning I literally will not even reach out to support on any normal year. For that, $400/mo should be plenty of margin. But I might be missing some unknown technical hurdle I have never bumped into.

Re: Ask HN: What is wrong with the VoIP industry?

#18

Almost everybody seems using hardware phones (which are slightly harder to crack than softphones) to speak and Asterisk to implement any logic they need. You will have to configure these yourself or pay somebody to do this for you. 100% hosted and supported services are way better because your are never gonna stop being attacked.

Random, but is there much money in Asterisk. I looked at it briefly for something, turns out it didn't fit my needs, but nearly all production grade telephony interfaces seem to be biased towards it (try getting help with DAHDI if you aren't using it). I'm just curious if it's and product worth learning how to hack on.

> Random, but is there much money in Asterisk.

I don't know what do you imagine as much money but there apparently is enough to make fairly good living in Europe.

Re: Ask HN: What is wrong with the VoIP industry?

#19
post #17

Earlier quoted context omitted.

> RingCentral wants ~15K a year for this service, and they think "video" is a worthwhile value add (whoever their customer segment is, it's certainly not me). Exactly. $1.5k/mo if sounds like a good price for what it needs to do with a decent margin. A company could probably get a few hundred customers the first year and tap out at a few thousand within 5-6 years. > I would happily pay, say, $300-500/mo for the conve…

Based on my experience with Asterisk this should be as close to a set and forget service as I can think of. Meaning I literally will not even reach out to support on any normal year. For that, $400/mo should be plenty of margin. But I might be missing some unknown technical hurdle I have never bumped into.

In order for a company to get $100k/mo of revenue it needs to get 250 customers each at $400/mo. Each of these customers is likely to compare it against running their own Asterisk in a cloud for $100/mo and headaches. It is a horrible pool of clients to have because members of this pool think $1.5k/mo for what supposedly is a critical service for a company ( voice + text ) to interact with its "old school" clients is too much money and every two days they are looking at integrating with voip.ms so they can build dropbox using FTP.

Re: Ask HN: What is wrong with the VoIP industry?

#20
I disagree with other commenters saying it's anything but price gouging. When I worked for a msp (i.t. tech) we had trunk lines and asterisk. Managing it was dead simple, way faster than Vonage. We also had softphones with all the features u needed (call shadowing, recording). But yea if your not paying someone you will need to invest the time to set it up but it's relatively smooth sailing from there
Post reply on HN