HN user

aoprisan

59 karma
Posts9
Comments61
View on HN
[dead] 13 years ago

this was long written down. why is this a story?

node.js is the best tool for this job. a PHP/Rails/Django framework can get you there as well but you'll have to worry about code deduplication and slowness associated with translating pieces of language from one to another, especially if this is UI heavy.

Employees can call out through the browser and receive calls through the browser as well, or forward their extension to a different physical phone number to pick up. In fact, the default action is to forward to a phone number or take a voicemail if you choose to not accept calls online via the browser.

Hi Keith, thanks for taking a look at this, and thanks for working on OpenVBX, amazing project! Yes it's been a while since touching this code (~6mo-1yr) but once I have some more free time I'd like to bring it up to date with the current OpenVBX version and post some screenshots as well.

The project is based on OpenVBX (big fans here!). We added a few modules, such as call queueing, call cost tracking (incoming, outgoing), the ability to export call flows to files, import/export of those files, SMS polls, automated phone call flow initiation, in-browser call flow testing, as well as Stripe integration to charge for more credits, then top-up the tenant account for more SMS and call credits. A different theme is also applied. Many things can be abstracted further and improved, feel free to take from it what you wish :)

I'll improve the note on the repo as well, but basically the proof of concept was to have something read PHP classes and parse out functions and parameters, then output it to a database that could be manipulated through a UI. A very rough class parser and UI were put together to show what else could be built out, but it's by no means functional or feature complete, just a proof of concept. Also, the code is quite dirty, there were 2 other contributors who jumped on the project and contributed as part of the 24 hour TechCrunch NY hackathon 2012. Perhaps someone will find elements of this useful or perhaps it's utter garbage :)

There are a lot of tech companies in Burlington/Waltham area, as well as the downtown Boston are (where I live and work). Honestly, the easiest way to get started is to join LinkedIn, build your network, join a lot of job groups and start networking with people working at those companies. Sites like indeed.com and developerauction.com are pretty good as well.

it's misleading to offer this free credit but have such a huge exclusion on what you can do with it.. Twilio used to have a $20 credit for all new accounts without restrictions, but now that the product matured, it's no more. if you expect people to start building things on your platform and show them off, give them real credit without the *fine print.

[dead] 13 years ago

if only there was an easy web UI that could help create full stacks with a drag&drop interface and smart sanity checks on top of that

Where is the benchmark code for this? Cassandra and MongoDB are not key-value stores, you should have compared Memcache and Redis for this. It's like comparing MySQL and Memcache for your key-store corner case and be surprised that it's 20x slower! Ridiculous