HI
I install AsteriskNow on my physical workstation and try let 2 X-lite register
My sip.conf setting
=====sip.conf=====
[general]
port = 5060
bindaddr = 0.0.0.0
context = others
[2000]
type=friend
context=my-phones
secret=1234
host=dynamic
[2001]
type=friend
context=my-phones
secret=1234
host=dynamic
===========
and extensions.conf
========extensions.conf=======
[others]
[my-phones]
exten => 2000,1,Dial(SIP/2000)
exten => 2001,1,Dial(SIP/2001)
==============================
but when I try to register from my X-lite, it register fail , and asteriskNow Server show a notice message like below
[2015-01-29 11:31:54] NOTICE[5555]: res_pjsip/pjsip_distributor.c:255 log_unidentified_request: Request from '"2001" <sip:2001@192.168.0.76>' failed for '192.168.0.124:8440' (callid: ODcwZTA5ZWYxNjEzYTRiZWEzYzYzYjJmOWQ5ZmUzZjU) - No matching endpoint found
which one I mis-configure or forget ?
thanks!!
wyldkao