mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-08 06:12:45 +00:00
pjsip: Add 'PJSIP_AOR' and 'PJSIP_CONTACT' dialplan functions.
The PJSIP_AOR dialplan function allows inspection of configured AORs including what contacts are currently bound to them. The PJSIP_CONTACT dialplan function allows inspection of contacts in existence. These can include both externally added (by way of registration) or permanent ones. ASTERISK-24341 Reported by: xrobau Review: https://reviewboard.asterisk.org/r/4308/ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@430179 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -105,6 +105,8 @@ struct ast_sip_session {
|
||||
char exten[AST_MAX_EXTENSION];
|
||||
/*! The endpoint with which Asterisk is communicating */
|
||||
struct ast_sip_endpoint *endpoint;
|
||||
/*! The AOR associated with this session */
|
||||
struct ast_sip_aor *aor;
|
||||
/*! The contact associated with this session */
|
||||
struct ast_sip_contact *contact;
|
||||
/*! The PJSIP details of the session, which includes the dialog */
|
||||
|
Reference in New Issue
Block a user