Skip to content
Snippets Groups Projects
Commit ad39358e authored by Mark Michelson's avatar Mark Michelson
Browse files

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
parent 38a619af
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") ...@@ -89,7 +89,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<para>Set(BASE64_LAMP3_PRESENCE=${PRESENCE_STATE(CustomPresence:lamp3,subtype,e)})</para> <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 <para>You can subscribe to the status of a custom presence state using a hint in
the dialplan:</para> 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>The possible values for both uses of this function are:</para>
<para>not_set | unavailable | available | away | xa | chat | dnd</para> <para>not_set | unavailable | available | away | xa | chat | dnd</para>
</description> </description>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment