TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Looking for info on server that has a phone number and receive call

5 点作者 manoj_venkat92超过 10 年前
Here&#x27;s my requirement: I want to run a server preferably on linux that has a number to which a user can call and talk something and get his message recorded for later use. As I expect my number of users to be high, I want the server to handle multiple number of call connections from different users.<p>Can someone suggest a good way to get this done? Is this what call center softwares are about?

1 comment

patio11超过 10 年前
Unless you have a very, very, very high tolerance for pain, you should be using Twilio. It abstracts away the entire telephony piece of that puzzle and lets you interface with it using, basically, standard web programming tricks, callbacks, and REST APIs. You don&#x27;t have to worry about phone lines, concurrency (except as relates to a web application), etc.<p>Acceptable alternatives on the same model include Tropo and Plivo.<p>If you&#x27;re dead-set on running your own telephone equipment, then get a book on Asterisk and may God have mercy on your soul.<p>(Context: I&#x27;m a boring ol&#x27; systems engineer who runs several hundred users sending thousands of messages a day from an only modestly complicated Rails app which uses Twilio. Up until a few days ago it fit comfortably on a 2 GB VPS. We use Twilio to provide users with numbers that they can call in and record messages on, and then we do interesting things to those recordings and then repurpose them in a scalable fashion.)
评论 #8826450 未加载