Register   |   Login   |   February 07, 2012    |   Knowledge Base  >  Knowledge Base Systems  >  ISA  >  Asterisk VoIP server (SIP) behind ISA 2006 (NAT) server
search:     

Phone: 480-722-1227
Toll Free: 888-722-1227

Asterisk VoIP server (SIP) behind ISA 2006 (NAT) server
Last Post 27 May 2008 04:08 PM by Vigilant CIO. 0 Replies.
Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Vigilant CIOUser is Offline
Basic Member
Basic Member
Posts:360

--
27 May 2008 04:08 PM  

ref link; http://www.experts-exchange.com/Mic...44135.html

When using Asterisk you will need to make sure the following ports are redirected to the asterisk server.

SIP - UDP 5060
RTP - UDP 10000-20000

Then within asterisk itself you need to define the l'localip' and either the 'externip' or 'externhost' within sip.conf. This is so that when asterisk detects a call coming from the internet it uses the external IP address within the SIP packets.

name: RTP
Parameters:

Primay connections:
- 8000-10000 - UDP - Recieve Send
Secondary connections:
- 8000-10000 - UDP - Send Receive

And here is my RTP.CONF
rtpstart=8000
rtpend=10000

And here my SIP.CONF
context=default
allowoverlap=no
bindport=5060
bindaddr=0.0.0.0
srvlookup=yes
externip=
nat=yes
localnet=192.168.30.0/255.255.255.0

You are not authorized to post a reply.

Active Forums 4.2
Copyright 2006 - 2011 Vigilant Support   |  Privacy Statement  |  Terms Of Use