English 中文(简体)
2. 关于Liberin的电话应用方案
原标题:telephone application programming on Linux

I m 用户希望撰写一个节目,收听电话、拨号、制作录音记录和记录该电话线另一端的人所说的话,并将之保存在录音档案中。 我将尽可能使用我电脑的调子。 我应该用什么来写这一方案?

问题回答

You can check out asterisk. I would use Ruby complimented by adhearsion instead of C.

我不想看起来是对立的,但为什么在你有计算器时用ba子解决问题? 我唯一的猜测是,费用是你想要使用你的调子的动机。 作为回复到BAS时代的SO用户,我与无数的调制器(7家美国机器人)进行了争辩,这些调制式器(7家美国机器人)与“VOICE”而不是“BUSY”(特别是在不知会洗手PBX时)。 朝此方向飞跃只会拉开发。 Hayes “AT”兼容并不意味着它使用的意思。 请保存你的剩余组合并使用你的网络卡。

利用Asterisk(甚至更方便)、FreePBX / Trix Box 或许多其他人),你可以在时间、时间或几周内实施。 什么时候值得?

我很抱歉,但你正在解决wrong的问题。

并查看twilio——它们更换了云层服务,拥有所有电话硬件——你只是需要提供网络接口,以应付有门话,或与服务器连接,以启动不间断电话。 参看

http://www.ribbit.com/“rel=“nofollow noreferer”链接文本。 纺织品和服装公司曾使用过冰冰,但后来却与停业公司合并。

还有一些人提供了这种服务,还有一项国际标准,可以用来处理可能值得考虑的呼吁。

这两种做法都需要减少编码/工作/工作。

我爱星号这样同意,值得特别考虑建立在其他基础上的项目。





相关问题
Fastest method for running a binary search on a file in C?

For example, let s say I want to find a particular word or number in a file. The contents are in sorted order (obviously). Since I want to run a binary search on the file, it seems like a real waste ...

Print possible strings created from a Number

Given a 10 digit Telephone Number, we have to print all possible strings created from that. The mapping of the numbers is the one as exactly on a phone s keypad. i.e. for 1,0-> No Letter for 2->...

Tips for debugging a made-for-linux application on windows?

I m trying to find the source of a bug I have found in an open-source application. I have managed to get a build up and running on my Windows machine, but I m having trouble finding the spot in the ...

Trying to split by two delimiters and it doesn t work - C

I wrote below code to readin line by line from stdin ex. city=Boston;city=New York;city=Chicago and then split each line by ; delimiter and print each record. Then in yet another loop I try to ...

Good, free, easy-to-use C graphics libraries? [closed]

I was wondering if there were any good free graphics libraries for C that are easy to use? It s for plotting 2d and 3d graphs and then saving to a file. It s on a Linux system and there s no gnuplot ...

Encoding, decoding an integer to a char array

Please note that this is not homework and i did search before starting this new thread. I got Store an int in a char array? I was looking for an answer but didn t get any satisfactory answer in the ...

热门标签