summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorKevin Harwell <kharwell@digium.com>2014-01-02 19:08:19 +0000
committerKevin Harwell <kharwell@digium.com>2014-01-02 19:08:19 +0000
commit821ab5138118b36c95f80ea0a54c4b6457a4f572 (patch)
tree8acaba8d6051228803a83c1058931326e35b0ece /configs
parentf720a9ac89f2045f4a60325b661ce85afec95081 (diff)
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/ ........ Merged revisions 404663 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@404664 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/pjsip.conf.sample3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/pjsip.conf.sample b/configs/pjsip.conf.sample
index 96d6b398f..f04c0cd14 100644
--- a/configs/pjsip.conf.sample
+++ b/configs/pjsip.conf.sample
@@ -539,7 +539,8 @@
; other party or both (default: "")
;srtp_tag_32=no ; Determines whether 32 byte tags should be used instead of 80
; byte tags (default: "no")
-
+;set_var= ; Variable set on a channel involving the endpoint. For multiple
+ ; channel variables specify multiple 'set_var'(s)
;==========================AUTH SECTION OPTIONS=========================
;[auth]