From owner-freebsd-multimedia@FreeBSD.ORG Sun Jul 31 14:22:23 2005 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5D5B16A41F for ; Sun, 31 Jul 2005 14:22:23 +0000 (GMT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C3DA43D45 for ; Sun, 31 Jul 2005 14:22:23 +0000 (GMT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.11/8.12.11) with ESMTP id j6VEMNF8034838; Sun, 31 Jul 2005 07:22:23 -0700 (PDT) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.11/8.12.3/Submit) id j6VEMNFs034837; Sun, 31 Jul 2005 07:22:23 -0700 (PDT) (envelope-from rizzo) Date: Sun, 31 Jul 2005 07:22:23 -0700 From: Luigi Rizzo To: =?iso-8859-1?Q?Zahemszky_G=E1bor?= Message-ID: <20050731072222.A34790@xorpc.icir.org> References: <42ECDD8F.7020209@Zahemszky.HU> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5.1i In-Reply-To: <42ECDD8F.7020209@Zahemszky.HU>; from Gabor@Zahemszky.HU on Sun, Jul 31, 2005 at 04:17:51PM +0200 Cc: freebsd-multimedia@freebsd.org Subject: Re: IAX client? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2005 14:22:23 -0000 On Sun, Jul 31, 2005 at 04:17:51PM +0200, Zahemszky Gábor wrote: > Hi! > > Sorry for this trivial question, but are there any IAX clients > (command-line, or GTK-based if its possible) in the FreeBSD > ports-system? I'd like to use www.voipbuster.com 's free calls from FBSD. if you install net/asterisk, you can connect easily to IAX or SIP servers and use the audio card as a terminal. use make -D WITHOUT_H323 as you don't need it, it takes ages to compile (assuming it does compile at all) and brings in a tons of dependencies. cheers luigi > Thanks, > > Gábor > > -- > #!/bin/ksh > Z='21N16I25C25E30, 40M30E33E25T15U!' ;IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ > ';set $Z ;for i { [[ $i = ? ]]&&print $i&&break;[[ $i = ??? > ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? > ]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set $Z;for > i { [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;j="$j $i";typeset +l > i;};print "$j" > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to "freebsd-multimedia-unsubscribe@freebsd.org"