-
- Downloads
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
Showing
- channels/pjsip/dialplan_functions.c 34 additions, 0 deletionschannels/pjsip/dialplan_functions.c
- funcs/func_pjsip_aor.c 184 additions, 0 deletionsfuncs/func_pjsip_aor.c
- funcs/func_pjsip_contact.c 209 additions, 0 deletionsfuncs/func_pjsip_contact.c
- include/asterisk/res_pjsip.h 10 additions, 0 deletionsinclude/asterisk/res_pjsip.h
- include/asterisk/res_pjsip_session.h 2 additions, 0 deletionsinclude/asterisk/res_pjsip_session.h
- res/res_pjsip/location.c 23 additions, 7 deletionsres/res_pjsip/location.c
- res/res_pjsip_session.c 4 additions, 1 deletionres/res_pjsip_session.c
Loading
Please register or sign in to comment