
“sip.conf” file but it has to work with the “extensions.conf” file which is the
dialing plan management.
According to the configurations in Asterisk, please check out the configurations
as following:
usr/config$ sip -px 192.168.11.200 (The IP Address of Asterisk)
usr/config$ sip -line1 886001
usr/config$ security -line 1 -name 886001 -password 886001
usr/config$ commit
usr/config$ reboot
Note: Line number defined in the “sip.conf” file should be the same with account name.
3.2 Registration behind NAT
Users could define the NAT flag for the configurations with the client to resolve
the application while Asterisk is outside the NAT and clients inside the NAT
connecting with Asterisk. Please check out the example as the following:
[886001]
type=friend
username=886001
secret=886001
host=dynamic
canreinvite=yes
context=Max
nat=yes
For the NAT flag, it could be set with four types with this flag. Please get more
detail info from the Asterisk wi-ki web site as following:
http://www.voip-info.org/tiki-index.php?page=Asterisk+sip+nat
Please pay more attentions on this function. All the NAT function was
4
Commenti su questo manuale