pjsip show registrations
pjsip show registrations prints the outbound registration objects loaded by res_pjsip_outbound_registration. Use it when checking whether Asterisk is registered to an ITSP or SIPSession Initiation Protocol, the standard signaling protocol used to set up, manage, and tear down VoIP calls between Asterisk and phones or carriers. registrar.
The list output normally includes the registration name and server URI, the outbound auth object, and the current status. Common statuses include Registered, Unregistered, Rejected, and Stopped.
This command is for outbound trunkA connection between Asterisk and another PBX or an ITSP/carrier, used to send and receive external calls. registrations. It does not show phones registering to Asterisk. For endpointIn PJSIP configuration, the SIP entity Asterisk communicates with: a phone, trunk, or other user agent. Defined by an endpoint section in pjsip.conf. or phone registration state, use pjsip show endpoints, pjsip show aors, or pjsip show contacts.
Example:
asterisk -rx "pjsip show registrations"
Use pjsip show registration <registration> when you need the configured values for one registration object.
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.