Asterisk_16_to_IP_Office

Greetings Guys,

I am making a PJSIP config for a line to an Avaya IP Office. The channel_sip config for the IP Office is an FAQ on Tek-Tips.com. It works nicely. PJSIP, not so good. I get a warning : res_pjsip_registrar c:1076 find_registrar_aor: AOR ’ ’ not found for endpoint "ast5_ipo…

Here’s my PJSIP config for the line:

[ast5_ipo]
type=registration
outbound_auth=ast5_ipo
server_uri=sip:ipo@192.168.1.225:5060
client_uri=sip:ipo@192.168.1.225:5060

[ast5_ipo]
type=auth
auth_type=userpass
password=1234567890
username=ipo

[ast5_ipo]
type=aor
contact=sip:192.168.1.225:5060
max_contacts=10

[ast5_ipo]
type=endpoint
context=from-external
disallow=all
allow=ulaw
outbound_auth=ast5_ipo
aors=ast5_ipo

[ast5_ipo]
type=identify
endpoint=ast5_ipo
match=192.168.1.225

I could just configure a channel_sip line to the IP Office and be done with it. But isn’t that being deprecated?

Thank you,
Dave
Any and all suggestions are appreciated.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.