mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
docs: AMI documentation fixes.
Most of this patch is adding missing PJSIP-related event
documentation, but the one functional change was adding a sorcery
to-string handler for endpoint's `redirect_method` which was not
showing up in the AMI event details or `pjsip show endpoint
<endpoint>` output.
The rest of the changes are summarized below:
* app_agent_pool.c: Typo fix Epoche -> Epoch.
* stasis_bridges.c: Add missing AttendedTransfer properties.
* stasis_channels.c: Add missing AgentLogoff properties.
* pjsip_manager.xml:
- Add missing AorList properties.
- Add missing AorDetail properties.
- Add missing ContactList properties.
- Add missing ContactStatusDetail properties.
- Add missing EventDetail properties.
- Add missing AuthList properties.
- Add missing AuthDetail properties.
- Add missing TransportDetail properties.
- Add missing EndpointList properties.
- Add missing IdentifyDetail properties.
* res_pjsip_registrar.c: Add missing InboundRegistrationDetail documentation.
* res_pjsip_pubsub.c:
- Add missing ResourceListDetail documentation.
- Add missing InboundSubscriptionDetail documentation.
- Add missing OutboundSubscriptionDetail documentation.
* res_pjsip_outbound_registration.c: Add missing OutboundRegistrationDetail documentation.
(cherry picked from commit f042fb2153
)
This commit is contained in:
committed by
Asterisk Development Team
parent
2d75ac2c0e
commit
8e900950b6
@@ -218,11 +218,11 @@
|
||||
<para>Present if Status value is <literal>AGENT_ONCALL</literal>.</para>
|
||||
</parameter>
|
||||
<parameter name="CallStarted">
|
||||
<para>Epoche time when the agent started talking with the caller.</para>
|
||||
<para>Epoch time when the agent started talking with the caller.</para>
|
||||
<para>Present if Status value is <literal>AGENT_ONCALL</literal>.</para>
|
||||
</parameter>
|
||||
<parameter name="LoggedInTime">
|
||||
<para>Epoche time when the agent logged in.</para>
|
||||
<para>Epoch time when the agent logged in.</para>
|
||||
<para>Present if Status value is <literal>AGENT_IDLE</literal> or <literal>AGENT_ONCALL</literal>.</para>
|
||||
</parameter>
|
||||
<channel_snapshot/>
|
||||
|
Reference in New Issue
Block a user