]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix documentation for PRESENCE_STATE to properly illustrate how to create a presence...
authorMark Michelson <mmichelson@digium.com>
Wed, 5 Mar 2014 18:45:52 +0000 (18:45 +0000)
committerMark Michelson <mmichelson@digium.com>
Wed, 5 Mar 2014 18:45:52 +0000 (18:45 +0000)
There was a missing comma.
This was discovered by Dan Kaplan.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@409886 65c4cc65-6c06-0410-ace0-fbb531ad65f3

funcs/func_presencestate.c

index 66a3f2ef5b38dbc07c835ce24da4c5cb4b3cdc60..d57b8e30cb281ff42e2413813671f6fe3ac4c4c9 100644 (file)
@@ -90,7 +90,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>