-
- Downloads
func_channel, chan_pjsip: Add CHANNEL read function support for chan_pjsip
This patch adds CHANNEL read support for chan_pjsip. This allows the dialplan to use the CHANNEL function on a chan_pjsip channel to obtain run-time information about the channel from the PJSIP channel driver and the PJSIP stack. This includes: * RTP information, including source/destination media addresses, whether or not the media is secure, held, and other properties. * RTCP information. This includes sets of parseable information, as well as individual statistic attriutes. * PJSIP information. This includes URIs, local/remote signalling addresses, whether or not the signalling is secure, and other properties. * The endpoint name. This can be used in conjunction with the PJSIP_ENDPOINT function to obtain more detailed endpoint information. Review: https://reviewboard.asterisk.org/r/3038/ ........ Merged revisions 403618 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@403619 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- channels/Makefile 3 additions, 0 deletionschannels/Makefile
- channels/chan_pjsip.c 48 additions, 231 deletionschannels/chan_pjsip.c
- channels/pjsip/dialplan_functions.c 893 additions, 0 deletionschannels/pjsip/dialplan_functions.c
- channels/pjsip/include/chan_pjsip.h 58 additions, 0 deletionschannels/pjsip/include/chan_pjsip.h
- channels/pjsip/include/dialplan_functions.h 76 additions, 0 deletionschannels/pjsip/include/dialplan_functions.h
- funcs/func_channel.c 1 addition, 0 deletionsfuncs/func_channel.c
- include/asterisk/res_pjsip_session.h 1 addition, 0 deletionsinclude/asterisk/res_pjsip_session.h
- main/xmldoc.c 56 additions, 52 deletionsmain/xmldoc.c
- res/res_pjsip_t38.c 4 additions, 0 deletionsres/res_pjsip_t38.c
Loading
Please register or sign in to comment