Hi, I have some questions regarding IAX, IAX2 and encrypted authentication. How can I know if IAX or IAX2 is used between two * servers? There is any guide about how to configure encrypted authentication (not in clear text)between two * servers? I "hear" on this list a couple of days ago that port 5036 is the default one for IAX and something else (4XXX) for IAX2. Trying 'iax show channels' in CLI during an active channel between the two * servers shows me that IAX is used. What to do to use IAX2 instead? Which are the main differences between IAX and IAX2? Thanks a lot, Dan
IAX2 uses 4569 UDP port. You can see iax2 calls with "iax2 show channels". Also you can send the calls in IAX2 simply by Dial(IAX2/blahblah) Also IAX2 is more recent, has more fixes and has the trunking mode to save bandwidth if you're sending more than 10 calls to another destination. regards Martin On Fri, 12 Sep 2003, Dan wrote:> Hi, > > I have some questions regarding IAX, IAX2 and encrypted authentication. > > How can I know if IAX or IAX2 is used between two * servers? > There is any guide about how to configure encrypted authentication (not in > clear text)between two * servers? > > I "hear" on this list a couple of days ago that port 5036 is the default one > for IAX and something else (4XXX) for IAX2. > > Trying 'iax show channels' in CLI during an active channel between the two * > servers shows me that IAX is used. > What to do to use IAX2 instead? > > Which are the main differences between IAX and IAX2? > > Thanks a lot, > Dan > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
Hi Martin, ----- Original Message ----- From: "Martin Pycko" <martinp@digium.com> To: "Asterisk Users" <asterisk-users@lists.digium.com> Sent: Friday, September 12, 2003 11:11 PM Subject: Re: [Asterisk-Users] IAX, IAX2 and authenticatyion> IAX2 uses 4569 UDP port.How this port can be changed? There is no iax2.conf file... Dan
hi. actualy the iax2 conf file is the same of iax . iax2 port is hardcoded in channels/iax2.h, line 72 (more or less) You can change it & recompile. matteo. Il sab, 2003-09-13 alle 08:49, Dan ha scritto:> Hi Martin, > > ----- Original Message ----- > From: "Martin Pycko" <martinp@digium.com> > To: "Asterisk Users" <asterisk-users@lists.digium.com> > Sent: Friday, September 12, 2003 11:11 PM > Subject: Re: [Asterisk-Users] IAX, IAX2 and authenticatyion > > > > IAX2 uses 4569 UDP port. > > How this port can be changed? There is no iax2.conf file... > > Dan > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users-- Brancaleoni Matteo <mbrancaleoni@espia.it> Espia - Emmegi Srl
At Sat, 13 Sep 2003 09:52:34 +0200 , asterisk-users@lists.digium.com wrote:>hi. >actualy the iax2 conf file is the same of iax . >iax2 port is hardcoded in channels/iax2.h, line 72 (more or less) >You can change it & recompile. > >matteo. >Thanks a lot. Dan ...