[asterisk-users] PJSIP outbound register and inbound calls
Nick Awesome
jleed at me.com
Wed Jul 16 10:45:59 CDT 2014
Hi all,
In my case I using realtime,
here is how it looks in plant
[10001]
type=registration
transport=upd_static
outbound_auth=10001
server_uri=sip:600 at 192.168.1.1:5060
client_uri=sip:600 at 192.168.1.4:5060
[10001]
type=auth
auth_type=userpass
password=600
username=600
[10001]
type=aor
contact=sip:192.168.1.4:5060
[10001]
type=endpoint
transport=upd_static
context=dialmap
disallow=all
allow=ulaw
outbound_auth=10001
aors=10001
[10001]
type=identify
endpoint=10001
match=192.168.1.1
when I call 600 from other pbx I getting an notice
NOTICE[10202]: res_pjsip/pjsip_distributor.c:246 log_unidentified_request: Request from '"Ilya" <sip:502 at 192.168.1.1>' failed for '192.168.1.1:5060' (callid: ZTNhYjU4ZjU5ZmUxNjM5M2FlYjBlYTE3YzgwZTU4MGY.) - No matching endpoint found
and "Not Accessable" on phone
let's imagine that 600 its external number of voip operator, and I wanna accept all incoming calls from it (no matter what caller id it has)
what I doing wrong?
More information about the asterisk-users
mailing list