]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: add 'set_var' support on endpoints
authorKevin Harwell <kharwell@digium.com>
Thu, 2 Jan 2014 19:06:28 +0000 (19:06 +0000)
committerKevin Harwell <kharwell@digium.com>
Thu, 2 Jan 2014 19:06:28 +0000 (19:06 +0000)
commite99940111c1c12db73ea10ad77ba2931ae363fe9
treeb89d99064160ac3624272e464907ee658fd66334
parent0c4b1ca47703d31ade473c299e791d78688f9b34
res_pjsip: add 'set_var' support on endpoints

Added a new 'set_var' option for ast_sip_endpoint(s).  For each variable
specified that variable gets set upon creation of a pjsip channel involving
the endpoint.

(closes issue ASTERISK-22868)
Reported by: Joshua Colp
Review: https://reviewboard.asterisk.org/r/3095/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@404663 65c4cc65-6c06-0410-ace0-fbb531ad65f3
CHANGES
channels/chan_pjsip.c
configs/pjsip.conf.sample
include/asterisk/res_pjsip.h
res/res_pjsip.c
res/res_pjsip/pjsip_configuration.c