mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Migrate PeerStatus events to stasis, add stasis endpoints, and add chan_pjsip device state.
(closes issue ASTERISK-21489) (closes issue ASTERISK-21503) Review: https://reviewboard.asterisk.org/r/2601/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@392538 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -298,6 +298,13 @@
|
||||
<configOption name="use_ptime" default="no">
|
||||
<synopsis>Use Endpoint's requested packetisation interval</synopsis>
|
||||
</configOption>
|
||||
<configOption name="devicestate_busy_at" default="0">
|
||||
<synopsis>The number of in-use channels which will cause busy to be returned as device state</synopsis>
|
||||
<description><para>
|
||||
When the number of in-use channels for the endpoint matches the devicestate_busy_at setting the
|
||||
Gulp channel driver will return busy as the device state instead of in use.
|
||||
</para></description>
|
||||
</configOption>
|
||||
</configObject>
|
||||
<configObject name="auth">
|
||||
<synopsis>Authentication type</synopsis>
|
||||
|
Reference in New Issue
Block a user