Hello, I have recently fell into the Asterisk field and love what i can do with it. I have not actually gotten incoming calls to work though. I have found broadvoice for a test setup and signed up for the unlimited incoming. I am running Asterisk @ Home 1.3 that just came out. I have tried since 1.0 but have not been able to get my SIP to register properly. I realize you have to edit your /etc/hosts file
Right now my /etc/hosts file has my 127.0.0.1 address for local and my 147.135.0.128 sip.broadvoice.com
additions in it. I setup my trunk for broadvoice incoming as
authname=7172020344
authuser=7172020344
canreinvite=no
context=custom-bv
fromdomain=sip.broadvoice.com
fromuser=7172020344
host=sip.broadvoice.com
insecure=very
nat=yes
qualify=no
secret=SECRET
type=peer
user=phone
username=7172020344
I have my registration in the registration string as:
register=(my phone)@sip.broadvoice.com

my secret)

my phone)@sip.broadvoice.com/101
everytime i look into the sip debug file i am seeing that it is trying to talk to 127.0.0.1 is there something wrong? it wont register properly. I just see that so many users have used different configurations.
Thanks for any help!!!
Mike