Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jul 2005 10:47:28 -0700
From:      Luigi Rizzo <rizzo@icir.org>
To:        =?iso-8859-1?Q?Zahemszky_G=E1bor?= <Gabor@Zahemszky.HU>
Cc:        freebsd-multimedia@freebsd.org
Subject:   Re: IAX client?
Message-ID:  <20050731104728.A37974@xorpc.icir.org>
In-Reply-To: <42ED09EF.5030707@Zahemszky.HU>; from Gabor@Zahemszky.HU on Sun, Jul 31, 2005 at 07:27:11PM %2B0200
References:  <42ECDD8F.7020209@Zahemszky.HU> <20050731072222.A34790@xorpc.icir.org> <42ED09EF.5030707@Zahemszky.HU>

next in thread | previous in thread | raw e-mail | index | archive | help
well asterisk configuration is not entirely trivial but
if you put a line like

exten => _22.,1,Dial(IAX2/blablabla@voipbuster.com/${EXTEN:2}@voipbuster)

in /usr/local/etc/asterisk/extensions.con near the section

; Create an extension, 600, for evaulating echo latency.

then 'dia 22xxx' where xxx is the telephone number, should do
the job

cheers
luigi

On Sun, Jul 31, 2005 at 07:27:11PM +0200, Zahemszky Gábor wrote:
> 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"
> _______________________________________________
> 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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050731104728.A37974>