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…