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
<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>