From owner-freebsd-multimedia@FreeBSD.ORG Sun Jul 31 17:26:26 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 8728F16A41F for ; Sun, 31 Jul 2005 17:26:26 +0000 (GMT) (envelope-from Gabor@Zahemszky.HU) Received: from fuz.mail.t-online.hu (fuz.mail.t-online.hu [195.228.240.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA8A543D45 for ; Sun, 31 Jul 2005 17:26:25 +0000 (GMT) (envelope-from Gabor@Zahemszky.HU) Received: from [192.168.1.3] (212.204-182-adsl-pool.axelero.hu [81.182.204.212]) by fuz.mail.t-online.hu (8.13.4/8.12.11) with ESMTP id j6VHQLJH036706 for ; Sun, 31 Jul 2005 19:26:24 +0200 (CEST) Message-ID: <42ED09EF.5030707@Zahemszky.HU> Date: Sun, 31 Jul 2005 19:27:11 +0200 From: =?ISO-8859-2?Q?Zahemszky_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050330) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org References: <42ECDD8F.7020209@Zahemszky.HU> <20050731072222.A34790@xorpc.icir.org> In-Reply-To: <20050731072222.A34790@xorpc.icir.org> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 8bit X-VBMilter: scanned 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 17:26:26 -0000 Luigi Rizzo wrote: > 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. OK, I've installed from the port, but the man page didn't gave me enough info. Are there any Asterisk-guru online, who can tell me more about it? I'd like only to connect voipbuster.com's iax server, login with my name/pass, and after it, call a telephone number. I think its trivial for everybody, but me :-( 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"