Dear experts,
I am sorry if I have giving here the same question. But I am newbie in asterisk. I try to config my sip.conf. After finishing the client can not login to the server asterisk.
Here is my sip.conf:
bmh@fiteltec-server:~$ sudo cat /etc/asterisk/sip.conf
[sudo] password for bmh:
[general]
port=5060
bindaddr=192.168.14.111
context=default
disallow=all
allow=g729
allow=ulaw
allow=alaw
allow=gsm
[113]
type=user
context=Sales
username=sale
callerid=“Sale” <113>
secret=xxxxxx
host=dynamic
defaultip=192.168.14.98
canreinvite=no
dtmfmode=inband
disallow=all
allow=ulaw
allow=alaw
allow=gsm
Here is my asterisk CLI told:
[Mar 29 11:09:54] NOTICE[7111]: chan_sip.c:15075 handle_request_register: Registration from ‘sip:sale@192.168.14.111:5060’ failed for ‘192.168.14.98’ - No matching peer found
I am very thanks for your help.