No account yet? Create one
Forgot your Username or Password?

Welcome to the Voxilla VoIP Forum.

Voxilla has been a trusted source for accurate, up-to-date information on the IP Communications industry since 2002. A dedicated staff of reporters and engineers produce feature articles and product reviews to keep industry watchers abreast of the people, companies, and trends driving a fast moving market.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.





Closed Thread
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old February 9th, 2005, 06:49 AM
thameema thameema is offline
Member
 
Join Date: Jan 2005
Posts: 85
thameema
Default Asterisk + FWD not working behind NAT

I know this topic has been discussed but there is no solution. Here is my OWN problem.

I setup * behind NAT. my registration with FWD is timing out. I opened port 5060 and 5082 using UDP in my firewall for my * box. here is what i have in sip.conf

sip.conf
[general]
port=5060
bindaddr=192.168.1.10
disallow=all
allow=ulaw
allow=alaw
externalip=my.homeip.net ; dyndns home ip
localnet=192.168.1.0/255.255.255.0
context=from-fwd
maxexpirey=180
defaultexpirey=160
tos=reliability
srvlookup=yes
reinvite=no
canreinvite=no
nat=yes
register => 123456:<password>@fwd.pulver.com/123456

[123456]
;thameema FWD account
type=friend
username=123456
;fromuser=123456
fromdomain=fwd.pulver.com
secret=<password>
;host=fwd.pulver.com
host=dynamic
dtmfmode=inband
nat=yes
reinvite=no
canreinvite=no
;allow=gsm
allow=ulaw
allow=alaw
context=from-sip-fwd

I am getting the following error in my log

Feb 8 23:46:02 NOTICE[14141]: chan_sip.c:4147 sip_reg_timeout: -- Registration for '123456@fwd.pulver.com' timed out, trying again
11 headers, 0 lines
Reliably Transmitting:
REGISTER sip:fwd.pulver.com SIP/2.0
Via: SIP/2.0/UDP 192.168.1.10:5060;branch=z9hG4bK52f4f2be
From: <sip:123456@fwd.pulver.com>;tag=as0db8ddb6
To: <sip:123456@fwd.pulver.com>
Call-ID: 7c8a755544c4041877b16ea06fb83f98@192.168.1.10
CSeq: 160 REGISTER
User-Agent: Asterisk PBX
Expires: 160
Contact: <sip:123456@192.168.1.10>
Event: registration
Content-Length: 0

(no NAT) to 69.90.155.70:5060
Retransmitting #1 (no NAT):
REGISTER sip:fwd.pulver.com SIP/2.0
Via: SIP/2.0/UDP 192.168.1.10:5060;branch=z9hG4bK52f4f2be
From: <sip:123456@fwd.pulver.com>;tag=as0db8ddb6
To: <sip:123456@fwd.pulver.com>
Call-ID: 7c8a755544c4041877b16ea06fb83f98@192.168.1.10
CSeq: 160 REGISTER
User-Agent: Asterisk PBX
Expires: 160
Contact: <sip:123456@192.168.1.10>
Event: registration
Content-Length: 0

I don't understand whats wrong with my config. Please help me out.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2 (permalink)  
Old February 9th, 2005, 07:04 PM
thameema thameema is offline
Member
 
Join Date: Jan 2005
Posts: 85
thameema
Default RE: Asterisk + FWD not working behind NAT

anyone comment on this issue...if you have the same problem pls post.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3 (permalink)  
Old February 10th, 2005, 12:31 AM
mberlant's Avatar
mberlant mberlant is offline
Senior Member
 
Join Date: Aug 2004
Location: USA or Japan
Posts: 5,015
mberlant is an unknown quantity at this point
Default RE: Asterisk + FWD not working behind NAT

You may wish to give people more time to read, digest and think about replying to your postings before bumping your own question and killing that spirit. The people who answer questions are all over the world, and all of us are volunteers who have real life responsibilities outside this forum. For example, you posted your original question at 4:49 PM in my part of the world, yet at 5:04 AM you were asking why nobody had posted a solution.

Have a little patience. It will go a long way toward getting the solution you seek.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4 (permalink)  
Old February 10th, 2005, 02:40 AM
thameema thameema is offline
Member
 
Join Date: Jan 2005
Posts: 85
thameema
Default RE: Asterisk + FWD not working behind NAT

sorry for panic. I can wait....But to update, i made it working using IAX. But there are other problems with that...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5 (permalink)  
Old February 10th, 2005, 07:05 AM
mberlant's Avatar
mberlant mberlant is offline
Senior Member
 
Join Date: Aug 2004
Location: USA or Japan
Posts: 5,015
mberlant is an unknown quantity at this point
Default RE: Asterisk + FWD not working behind NAT

Good deal. If I had an answer right at hand you would have it already.

You did, however, find one of the best places on Earth to ask your question.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old February 10th, 2005, 07:05 AM
Linksys SPA3102-NA (Unlocked)
Includes VoIP/PSTN gateway, FXO/FXS ports, and router.
Sale Price: $76.95
  #6 (permalink)  
Old February 14th, 2005, 04:22 AM
daryll daryll is offline
Senior Member
 
Join Date: Nov 2004
Location: Redondo Beach, CA
Posts: 123
daryll
Default Re: RE: Asterisk + FWD not working behind NAT

Quote:
Originally Posted by thameema
sorry for panic. I can wait....But to update, i made it working using IAX. But there are other problems with that...
IAX is pretty much the best answer. It tunnels nicely through NAT and supports the widest range of features. (Multiple numbers trunking, etc.) What problems are you having with it?

From looking at your SIP conf you mispelled "externip" as "externalip". I suspect that would cause the problems with your registration. Also you need to open the port range listed in rtp.conf or you'll make connections, but get no voice.

- |Daryll
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7 (permalink)  
Old February 16th, 2005, 06:43 AM
thameema thameema is offline
Member
 
Join Date: Jan 2005
Posts: 85
thameema
Default RE: Re: RE: Asterisk + FWD not working behind NAT

Thanks daryll. You have good sight. May be the mispelling of 'externip' might have caused the problem.
I didn't try SIP but i m very much satisfied with IAX. Thanks for your time.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8 (permalink)  
Old March 4th, 2005, 06:39 PM
Yokee Yokee is offline
Junior Member
 
Join Date: Nov 2004
Posts: 4
Yokee
Default externalip ?

I use externaddr=xx.xx.xx.xx
and it works....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread


Thread Tools
Display Modes Rate This Thread
Rate This Thread:



Similar Threads for: Asterisk + FWD not working behind NAT
Thread Thread Starter Forum Replies Last Post
Asterisk <--> NAT <-> Internet <-> NAT < syscon Asterisk Support Forum 1 May 8th, 2006 08:47 AM
FWD not working again isolvesystems Other Providers 0 October 14th, 2005 02:04 AM
Asterisk + FWD IAX inbound not working. Need help! jjoshua Asterisk Support Forum 0 September 18th, 2005 09:01 PM
FWD autofoward working? RobT General VoIP Discussion 5 July 23rd, 2005 06:25 PM
Broadvoice do not register behind symmetric NAT,but FWD does omerboyaci BroadVoice Support Forum 12 March 7th, 2005 02:03 PM


Advertise Here

All times are GMT. The time now is 10:04 AM.


vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 3.0.0 ©2007, Crawlability, Inc. Logos and trademarks are the property of Voxilla or their respective owner. All other content © 2003-2007 by Voxilla, Inc.