mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
res_pjsip: Added "subscribe_context" to endpoint
If specified, incoming SUBSCRIBE requests will be searched for the matching extension in the indicated context. If no "subscribe_context" is specified, then the "context" setting is used. ASTERISK-25471 #close Change-Id: I3fb7a15f5bc154079bd348c08b7ad1cdd2d5e514
This commit is contained in:
@@ -900,6 +900,15 @@
|
||||
mask with a slash ('/')
|
||||
</para></description>
|
||||
</configOption>
|
||||
<configOption name="subscribe_context">
|
||||
<synopsis>Context for incoming MESSAGE requests.</synopsis>
|
||||
<description><para>
|
||||
If specified, incoming SUBSCRIBE requests will be searched for the matching
|
||||
extension in the indicated context.
|
||||
If no <replaceable>subscribe_context</replaceable> is specified,
|
||||
then the <replaceable>context</replaceable> setting is used.
|
||||
</para></description>
|
||||
</configOption>
|
||||
</configObject>
|
||||
<configObject name="auth">
|
||||
<synopsis>Authentication type</synopsis>
|
||||
@@ -1964,6 +1973,9 @@
|
||||
<parameter name="ActiveChannels">
|
||||
<para>The number of active channels associated with this endpoint.</para>
|
||||
</parameter>
|
||||
<parameter name="SubscribeContext">
|
||||
<para><xi:include xpointer="xpointer(/docs/configInfo[@name='res_pjsip']/configFile[@name='pjsip.conf']/configObject[@name='endpoint']/configOption[@name='subscribe_context']/synopsis/node())"/></para>
|
||||
</parameter>
|
||||
</syntax>
|
||||
</managerEventInstance>
|
||||
</managerEvent>
|
||||
|
||||
Reference in New Issue
Block a user