
The book's default sip.conf file was insufficient to deal with the layer of NAT I'm sitting behind with my home router. Luckily asterisk now has an nat option you can put in the sip.conf file that fixes this. The test sip.conf file now looks like this:
[general]The settings in XLite in the SIP Accounts section:
[1000]
type=friend
nat=yes
username=1000
context=phones
host=dynamic
secret=1234
Display Name: Miles (can be whatever you want)Everything else was left as default. I also had to forward the ports on my home router (5060-5070).
User name: 1000 (can be whatever you want, but must match "username" in sip.conf)
Password: 1234 (matches "secret" in sip.conf)
Authorization user name: 1000 (not sure what this is, honestly)
Domain:
No comments:
Post a Comment