mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
Fix documentation for PRESENCE_STATE to properly illustrate how to create a presence hint.
There was a missing comma. This was discovered by Dan Kaplan. ........ Merged revisions 409886 from http://svn.asterisk.org/svn/asterisk/branches/11 ........ Merged revisions 409887 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@409888 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -89,7 +89,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
<para>Set(BASE64_LAMP3_PRESENCE=${PRESENCE_STATE(CustomPresence:lamp3,subtype,e)})</para>
|
||||
<para>You can subscribe to the status of a custom presence state using a hint in
|
||||
the dialplan:</para>
|
||||
<para>exten => 1234,hint,CustomPresence:lamp1</para>
|
||||
<para>exten => 1234,hint,,CustomPresence:lamp1</para>
|
||||
<para>The possible values for both uses of this function are:</para>
|
||||
<para>not_set | unavailable | available | away | xa | chat | dnd</para>
|
||||
</description>
|
||||
|
Reference in New Issue
Block a user