Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] [IAX] Up-to-date list of soft- and hardphon


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
vincent.delporte at bi...
Guest





PostPosted: Wed Jan 16, 2008 12:25 pm    Post subject: [asterisk-users] [IAX] Up-to-date list of soft- and hardphon Reply with quote

Hello

There's a lot of information on VoIP at www.voip-info.org ...
but there's also a lot of outdated information there as well :-/

Since SIP is a pain to use when NAT is involved, especially when both
the Asterisk server and the remote phones are behind NAT... I'd like
to try IAX to see how it works and if it solves the issue.

I'd like to start with a softphone (Windows only), and then, if tests
prove successfully, buy a hardphone. What would be your
recommendations?

Thank you.
Back to top
asterisk.org at sedwar...
Guest





PostPosted: Wed Jan 16, 2008 12:43 pm    Post subject: [asterisk-users] [IAX] Up-to-date list of soft- and hardphon Reply with quote

On Wed, 16 Jan 2008, Vincent wrote:

Quote:
Hello

There's a lot of information on VoIP at www.voip-info.org ...
but there's also a lot of outdated information there as well :-/

Since SIP is a pain to use when NAT is involved, especially when both
the Asterisk server and the remote phones are behind NAT... I'd like
to try IAX to see how it works and if it solves the issue.

I'd like to start with a softphone (Windows only), and then, if tests
prove successfully, buy a hardphone. What would be your
recommendations?

Diax is probably the smallest Windows softphone.

I like my Digium Iaxy and a POTS instrument.

Thanks in advance,
------------------------------------------------------------------------
Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST
Newline Fax: +1-760-731-3000
Back to top
gordon+asterisk at dro...
Guest





PostPosted: Wed Jan 16, 2008 1:08 pm    Post subject: [asterisk-users] [IAX] Up-to-date list of soft- and hardphon Reply with quote

On Wed, 16 Jan 2008, Vincent wrote:

Quote:
Hello

There's a lot of information on VoIP at www.voip-info.org ...
but there's also a lot of outdated information there as well :-/

Since SIP is a pain to use when NAT is involved, especially when both
the Asterisk server and the remote phones are behind NAT... I'd like
to try IAX to see how it works and if it solves the issue.

I'd like to start with a softphone (Windows only), and then, if tests
prove successfully, buy a hardphone. What would be your
recommendations?

IDEFISK or Zoiper as it's called now.

However, you'll need to do similar things to your asterisk box & router if
it's behind NAT for IAX as you do for SIP. (You will need a static IP
address on the NAT router and port-forward 4569 to the asterisk box, just
as you'd port-forward 5060 and 10000-20000 for SIP)

And a SIP phone behind a NAT router is also solvable if it supports STUN.

I know that SIP behind NAT isn't perfect, but with care, it's very usable
and workable. I have many installations doing just this, as I'm sure many
others on the list have too.

Gordon
Back to top
vincent.delporte at bi...
Guest





PostPosted: Wed Jan 16, 2008 5:01 pm    Post subject: [asterisk-users] [IAX] Up-to-date list of soft- and hardphon Reply with quote

On Wed, 16 Jan 2008 18:08:23 +0000 (GMT), Gordon Henderson
<gordon+asterisk at drogon.net> wrote:
Quote:
However, you'll need to do similar things to your asterisk box & router if
it's behind NAT for IAX as you do for SIP. (You will need a static IP
address on the NAT router and port-forward 4569 to the asterisk box, just
as you'd port-forward 5060 and 10000-20000 for SIP)

Am I wrong to understand that IAX only needs one port, TCP4569 by
default? So I only need one port for each phone, while SIP requires at
least 3 (SIP, and one RTP each way)?

Quote:
And a SIP phone behind a NAT router is also solvable if it supports STUN.

But not all NAT routers support STUN, ie. keeping UDP ports open so
that incoming packets can make it.

Quote:
I know that SIP behind NAT isn't perfect, but with care, it's very usable
and workable

But unless I'm mistaken, when NAT is involved, canreinvite must be set
to no, ie. all RTP packets must go through Asterisk instead of flowing
from one phone to the other?

Thanks guys.
Back to top
Claudio.Cavalera at it...
Guest





PostPosted: Thu Jan 17, 2008 6:20 am    Post subject: [asterisk-users] [IAX] Up-to-date list of soft- and hardphon Reply with quote

Quote:
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of
Gordon Henderson

However, you'll need to do similar things to your asterisk
box & router if
it's behind NAT for IAX as you do for SIP. (You will need a static IP
address on the NAT router and port-forward 4569 to the
asterisk box, just
as you'd port-forward 5060 and 10000-20000 for SIP)

Please correct me if I'm wrong, for Iax clients you don't need to do
static port-forwarding as they will create upon registration one entry
in NAT table with UDP port for both signalling and media. On the other
hand, sip clients (without Stun) are difficult to manage behind Nat
because of RTP/RTCP ports.
I don't want to start a flame Iax vs Sip, just to clarify respective
advantages.

Best Regards,
Claudio
Internet Email Confidentiality Footer
-----------------------------------------------------------------------------------------------------
La presente comunicazione, con le informazioni in essa contenute e ogni documento o file allegato, e' rivolta unicamente alla/e persona/e cui e' indirizzata ed alle altre da questa autorizzata/e a riceverla. Se non siete i destinatari/autorizzati siete avvisati che qualsiasi azione, copia, comunicazione, divulgazione o simili basate sul contenuto di tali informazioni e' vietata e potrebbe essere contro la legge (art. 616 C.P., D.Lgs n. 196/2003 Codice in materia di protezione dei dati personali). Se avete ricevuto questa comunicazione per errore, vi preghiamo di darne immediata notizia al mittente e di distruggere il messaggio originale e ogni file allegato senza farne copia alcuna o riprodurne in alcun modo il contenuto.

This e-mail and its attachments are intended for the addressee(s) only and are confidential and/or may contain legally privileged information. If you have received this message by mistake or are not one of the addressees above, you may take no action based on it, and you may not copy or show it to anyone; please reply to this e-mail and point out the error which has occurred.
-----------------------------------------------------------------------------------------------------
Back to top
dfullertasterisk at sh...
Guest





PostPosted: Thu Jan 17, 2008 1:09 pm    Post subject: [asterisk-users] [IAX] Up-to-date list of soft- and hardphon Reply with quote

Cavalera Claudio Luigi wrote:
Quote:
Quote:
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of
Gordon Henderson

However, you'll need to do similar things to your asterisk
box & router if
it's behind NAT for IAX as you do for SIP. (You will need a static IP
address on the NAT router and port-forward 4569 to the
asterisk box, just
as you'd port-forward 5060 and 10000-20000 for SIP)

Please correct me if I'm wrong, for Iax clients you don't need to do
static port-forwarding as they will create upon registration one entry
in NAT table with UDP port for both signalling and media. On the other
hand, sip clients (without Stun) are difficult to manage behind Nat
because of RTP/RTCP ports.
I don't want to start a flame Iax vs Sip, just to clarify respective
advantages.

Best Regards,
Claudio

I believe you are correct, as long as the client sends *something* to
the server at frequent enough intervals that the router keeps the
connection in it's active list.

-Dave
Back to top
timebandit001 at gmail...
Guest





PostPosted: Thu Jan 17, 2008 8:34 pm    Post subject: [asterisk-users] [IAX] Up-to-date list of soft- and hardphon Reply with quote

Quote:
Diax is probably the smallest Windows softphone.

Add to that list Mozphone (http://mozphone.mozdev.org/) that can be
installed in Firefox
Kiax : http://sourceforge.net/projects/kiax
<shameless plug>My MediaX softphone :
http://www.marccharbonneau.com/asterisk/mediaxphone.php</shameless
plug>
iaxcomm : http://iaxclient.sourceforge.net/iaxcomm/
The one from Sokol & associates : http://www.sokol-associates.com/?q=node/29

There is other ones also, Google is your friend

As for a hardware IAX phone, I can't recommend one as I never tried one.

hth
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services