電話応答機ソフトウェア

電話応答機ソフトウェア

Linux 用の電話応答機プログラムを探していましたが、なかなか見つかりませんでした。Windows では、長年 CallStation を使ってきました。詳細については、http://imptec.com/callstation.htmさらに詳しい情報については、このリンクの上部にある「機能」および「スクリーンショット」ボタンをクリックしてください。

電話に出たり切ったり、ファックスを受信したり、発信者 ID を表示したり、通話全体を録音したりできる CallStation に相当する Linux 版を探しています。Linux 版にこのような機能はありますか?

実際、Windows では (Windows XP または Vista から始まったと思います)、通話と録音は 55 秒程度しか録音できません。これは、Microsoft が Windows の音声モデム サポートに何か変更を加えたためだと聞いています。Linux ではこの問題が起きないことを願います。

答え1

mgetty の仕事のようです:

 Mgetty is a versatile program to handle all aspects of a modem under Unix.
 .
 The program 'mgetty' allows you to use a modem for handling external
 logins, receiving faxes and using the modem as a answering machine without
 interfering with outgoing calls.
 .
 This package includes basic modem data capabilities. Install mgetty-fax to
 get the additional functionality for fax. Install mgetty-voice to get the
 functionality to operate voice modems.
 .
 Mgetty is also configurable to select programs other than login for
 special connections (eg: uucico, fido or other programs) depending on the
 login userid. It also supports caller-id if the modem and phone line
 supply it, and can deny connections based on originating telephone number.

mgetty にはグラフィカルで使いやすいフロントエンドがないため、コマンドライン ユーティリティと構成ファイルの変更に慣れている必要があることに注意してください。このニーズに対応するオプションへのポインタを取得するには、「vgetty フロントエンド」を Google で検索してください (申し訳ありませんが、私は mgetty もフロントエンドも使用していないため、この点についてはお手伝いできません)。

答え2

この交換用モデムを注文しました...

http://www.rosewill.com/products/1164/ProductDetail_Overview.htm

また、中古の US Robotics 3CP2976-OEM ハードウェア音声モデムの eBay オークションも見つけました。

今日両方のモデムを受け取った後、受け取った箱には発信者IDをサポートするかどうかが記載されていなかったため、Rosewill を試さないことにしました。US Robotics 3CP2976-OEM ハードウェア音声モデムは完璧に動作しています。VirtualBox の Windows XP に CallStation をインストールしましたが、すべて順調です。

CallStation の Linux バージョンがあればなお良いでしょう。それほど素晴らしいのです。

関連情報