No matching peer found

I am fresher to the Asterisk server (2 days old) and am trying to setup SIP softphone or client.

I tried using the GUI interface via the firefox and added two stations to do SIP but I don’t see it update the SIP.conf and the extensions.conf with the relevant information. Hence I thought it might not be registering the softphone. I get the following error:

Registeration from deepest"sip:deep@192.167.100.103 failed to register for 192.167.100.102. No matching peer found.
.103 is my asterisk server and the .102 is the softclient (X-lite)

So I decided to update the config files from the file editor in the GUI. But it still does not register:

allowoverlap=no
bindport=5060
bindaddr=0.0.0.0
srvlookup=yes
type=friend
username=deep
secret=1234
host=dynamic
context=tutorial

extensions.conf
[tutorial]
exten=2000,1,Dial(SIP/deep)

P.S:
If you look at extensions.conf "exten => " (there is no greater than sign) on the actual script for the changes that I made via the GUI File editor.

Should I not use the Asterisk server GUI to do the changes to the config files… ?

Does the GUI not function correctly?

Hoping to hear to end my frustration…

Hi …

[quote]Registeration from deepest"sip:deep@192.167.100.103 failed to register for 192.167.100.102. No matching peer found.
.103 is my asterisk server and the .102 is the softclient (X-lite)[/quote]

This you got because you do not have Configuration for 102 defined in sip.conf file under /etc/asterisk please define a user under sip.conf file

as
[102]
type = friend
username = 102
secret = 102

etc … etc …

you can find Good amount of information on web regarding how to edit sip.conf.

Hope this will help.

Cheers,

Rahul

Are you using AsteriskNOW? did you apply/activate changes?
Take a look in users.conf