pjsip show aors
pjsip show aors lists PJSIP AoR objects loaded by Asterisk. An AoR connects an endpointIn PJSIP configuration, the SIP entity Asterisk communicates with: a phone, trunk, or other user agent. Defined by an endpoint section in pjsip.conf. to one or more contact URIs. Registered phones create dynamic contacts under their AoR, while trunks or static peers can use configured contact values.
Use this command when an endpoint exists but has no usable destination, when a phone registers but calls cannot be routed to it, or when pjsip show endpoints does not show the contacts you expect.
If the AoR is missing, check that the section has type=aor and that the endpoint's aors option points to the correct AoR name. If the AoR exists but has no contacts, check phone registration, static contact configuration, and contact limits such as max_contacts.
Examples:
asterisk -rx "pjsip show aors"
asterisk -rx "pjsip show aor 1001"
User Notes
Know a tip or gotcha for this topic? Share it below and help others.
Contribute a note
Share a tip, gotcha, or practical example. Keep it under 2000 characters. No questions (use the Asterisk community forums for support). Wrap code in backticks.