Problem dialing out over ENUM with NAT enabled

kmporter
Posts: 37
Member Since:
2007-12-01

I seem to be having trouble dialing out over ENUM while my sip_nat.conf file is configured. I am using my sip_nat.conf for a remote extension, which seems to be working fine. If I comment out all the lines in sip_nat.conf, ENUM works fine. When I uncomment, stops working again.

I don't seem to have any problems with incoming ENUM calls. Below is my configuration:

sip_nat.conf:
externhost=myhost.domain.dom
externrefresh=21600
localnet=192.168.0.0/255.255.255.0
nat=yes

enum.conf:
[general]
search => e164.arpa
search => e164.org

Router (Port forwarding):
5060-5082 UDP
10000-20000 UDP

I have tried using externip with my public ip and commenting out externrefresh. But, no luck. With the NAT enabled, I have watched the asterisk CLI for clues. It appears to be resolving the ENUM SIP addresses. It is failing when it attempts to call them.

Some of the ENUM calls point back to my trixbox, while others go to my service provider. All fail with NAT enabled, and all work with NAT disabled.

I am probably missing something here. Any ideas?



truefocus
Posts: 104
Member Since:
2007-04-25
I had this problem as well

I had this problem as well in the past, unable to call out via enum.
I had to remove "svrlookup=yes" in sip.conf which i needed for my localphone.com account (free UK DID) to register.
Removed it and all was well again...i did not figure out a workaround for the localphone account to work.

Hope someone can help..i'll check now and again if it was helped.

truefocus



kmporter
Posts: 37
Member Since:
2007-12-01
No svrlookup in sip.conf

Thanks for the suggestion. However, I don't have an svrlookup setting in my sip.conf.

Kevin



kmporter
Posts: 37
Member Since:
2007-12-01
Bump

bump



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.