[RESOLVED] First Time Newbie

*** Was using uxbod instead of Phone1. Changed Phone1 in the [] to uxbod and registration succeeded :smiley:

Hi,

i have finally got Asterisk (From source 1.2.9) installed but having real problem getting a soft phone to login. I always get the message :-

Registration from ‘“uxbod” sip:uxbod@10.0.0.10’ failed for ‘10.0.0.20’ - Username/auth name mismatch

In sip.conf I have defined the following :-

context=sip
realm=10.0.0.10
bindport=5060
bindaddr=0.0.0.0

[phone1]
type=friend
host=dynamic
username=uxbod
secret=secret
dtmfmode=rfc2833
mailbox=1000
context=sip
callerid=“uxbod” <100>

And then in extensions.conf :-

[sip]
exten => 100,1,Dial(SIP/phone1,20,tr)
exten => 1000,1,Dial(SIP/phone1,20,tr)

On my softphone I have entered the following settings :-

SIP Account - Your Name : uxbod
SIP Account - User Name : uxbod
SIP Account - Domain : 10.0.0.10

SIP Authentication - Realm : 10.0.0.10
SIP Authentication - Name : uxbod
SIP Authentication - Password : secret

From this are you able to tell what I have done wrong ? Any help would be greatfully appreciated.