An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040802/d9eed8fc/attachment.htm -------------- next part -------------- ? Hi Can anyone give suggestion why we need STUN while using asterisk behind the NAT. Regards Shan.
STUN (RFC-3489) is an UNSAF type network protocol (see RFC 3424) that is used to discover UDP address and port bindings across network address translators. (a) Currently Asterisk only supports static configuration of the external IP address of a NAT. You need to discover it manually by other means and configure SIP channel. This method fails for certain types of NATs that don't preserve port mapping from inside to outside across the NAT. i.e. if you are originating a request from ipaddress:5060, the NAT may map it to anotheraddress:15345 and this mapping may not be predictable, therefore asterisk cannot send proper SIP headers and will fail. (b) Some ISP providers who use dynamic IPs will force your NAT router to refresh its IP address periodically and assign you a different one, at which time it would be nice to automatically recognize that without having to shut down your Asterisk and restarting. ShanKutti wrote:> >Hi > > Can anyone give suggestion why we need STUN while using asterisk behind the NAT. > >Regards >Shan. > >
Storm D. J. Petersen
2004-Aug-28 04:18 UTC
[Asterisk-Users] incomming call rejected using IAX2 with FWD
Hi, I cannot seem to accept incoming calls from FWD using IAX2. I followed the directions posted at www.fwd.pulver.com/advanced/iax I can make outgoing calls fine using IAX via FWD. When someone calls me from FWD I get the following message: Chan_iax2.c:5251 socket_read: Reject connect attempt from 65.39.205.121 Any ideas? Thanks, S.
Lyle Giese
2004-Aug-28 08:11 UTC
[Asterisk-Users] incomming call rejected using IAX2 with FWD
What do you have in extensions.conf for inbound from FWD? In my default section, I have: exten => ${FWDNUMBER},1,Goto(housemenu,s,1) Lyle ----- Original Message ----- From: "Storm D. J. Petersen" <stormp@telus.net> To: <asterisk-users@lists.digium.com> Sent: Saturday, January 09, 2100 10:09 AM Subject: [Asterisk-Users] incomming call rejected using IAX2 with FWD> Hi, > I cannot seem to accept incoming calls from FWD using IAX2. I followedthe> directions posted at www.fwd.pulver.com/advanced/iax I can make outgoing > calls fine using IAX via FWD. When someone calls me from FWD I get the > following message: > Chan_iax2.c:5251 socket_read: Reject connect attempt from > 65.39.205.121 > Any ideas? > > Thanks, > > S. > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >