From owner-freebsd-questions@FreeBSD.ORG Sun Jun 6 11:00:27 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F263016A4CE for ; Sun, 6 Jun 2004 11:00:27 -0700 (PDT) Received: from cardinal.mail.pas.earthlink.net (cardinal.mail.pas.earthlink.net [207.217.121.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF79F43D1F for ; Sun, 6 Jun 2004 11:00:27 -0700 (PDT) (envelope-from rpratt1950@earthlink.net) Received: from user89.net1586.fl.sprint-hsd.net ([69.69.238.89] helo=kt.weeble.com) by cardinal.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 1BX1wV-0004fw-00; Sun, 06 Jun 2004 11:00:23 -0700 Date: Sun, 6 Jun 2004 14:01:23 -0400 From: Randy Pratt To: Barbish3@adelphia.net Message-Id: <20040606140123.32acbb88.rpratt1950@earthlink.net> In-Reply-To: References: X-Mailer: Sylpheed version 0.9.11 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@FreeBSD.ORG Subject: Re: voice talk between 2 FBSD boxs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jun 2004 18:00:28 -0000 On Sun, 6 Jun 2004 13:13:31 -0400 "JJB" wrote: > The talk command is not really voice talk but what is normally > considered as console text chat these days. > > Is there an 2 way voice talk command or port application between 2 > unix type systems with an ms/windows version? cd /usr/ports make search key="phone" Try other keys such as "voice", "conferencing" and the like. If you don't have a ports tree or prefer a gui search: http://www.freebsd.org/ports/ I've no idea what works with windows. Google is your friend there. Randy --