summaryrefslogtreecommitdiff
path: root/funcs
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2014-03-05 18:47:30 +0000
committerMark Michelson <mmichelson@digium.com>2014-03-05 18:47:30 +0000
commitad39358e197632cf0f0638046cd446bbb993fac6 (patch)
tree062513e3210177a075bf4be57744cda8e416f58c /funcs
parent38a619af97ccb98cfca702d8ae084926fd42fd39 (diff)
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
Diffstat (limited to 'funcs')
-rw-r--r--funcs/func_presencestate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/func_presencestate.c b/funcs/func_presencestate.c
index 49f8e78a9..8c916e891 100644
--- a/funcs/func_presencestate.c
+++ b/funcs/func_presencestate.c
@@ -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>