pjsip: Add 'PJSIP_AOR' and 'PJSIP_CONTACT' dialplan functions.
authorJoshua Colp <jcolp@digium.com>
Mon, 5 Jan 2015 17:53:42 +0000 (17:53 +0000)
committerJoshua Colp <jcolp@digium.com>
Mon, 5 Jan 2015 17:53:42 +0000 (17:53 +0000)
commitf7cf988a82c02d835cc4fcc7f81011319d7ef643
treee95c076e6e65081c7991be8e74326aa22dd406ca
parent8d059c3808e89338ddb5380379784ef722ff3dce
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/
........

Merged revisions 430179 from http://svn.asterisk.org/svn/asterisk/branches/13

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@430180 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/pjsip/dialplan_functions.c
funcs/func_pjsip_aor.c [new file with mode: 0644]
funcs/func_pjsip_contact.c [new file with mode: 0644]
include/asterisk/res_pjsip.h
include/asterisk/res_pjsip_session.h
res/res_pjsip/location.c
res/res_pjsip_session.c