mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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
This commit is contained in:
@@ -665,6 +665,14 @@
|
||||
set to <literal>sdes</literal> or <literal>dtls</literal>.
|
||||
</para></description>
|
||||
</configOption>
|
||||
<configOption name="set_var">
|
||||
<synopsis>Variable set on a channel involving the endpoint.</synopsis>
|
||||
<description><para>
|
||||
When a new channel is created using the endpoint set the specified
|
||||
variable(s) on that channel. For multiple channel variables specify
|
||||
multiple 'set_var'(s).
|
||||
</para></description>
|
||||
</configOption>
|
||||
</configObject>
|
||||
<configObject name="auth">
|
||||
<synopsis>Authentication type</synopsis>
|
||||
|
Reference in New Issue
Block a user