Displaying 1 result from an estimated 1 matches for "somepasswordhere".
2003 Mar 06
1
NAT working outbound with Asterisk and ATA-186 phones
...device 
will not make it through.
Configs in Asterisk:
sip.conf:
   Add the line "nat=1' to any users/friends/peers that you expect to 
be coming from behind a NAT device.  I have one client behind NAT, 
and here is what that that peer looks like:
[2410]
type=friend
username=2410
secret=somepasswordhere
host=dynamic
context=intern
canreinvite=no
nat=1
On your Cisco ATA-186:
Set your IP address information as usual (use DHCP, or static, 
whatever your site requires)
UID0: [your UID]
PWD0: [this UID's password]
UseSIP: 1
SIPRegInterval: 240
GkOrProxy: [ip address of your Asterisk server]
Gat...