[svn-commits] mmichelson: branch 11 r409886 - /branches/11/funcs/func_presencestate.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Mar 5 12:45:54 CST 2014


Author: mmichelson
Date: Wed Mar  5 12:45:52 2014
New Revision: 409886

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=409886
Log:
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.


Modified:
    branches/11/funcs/func_presencestate.c

Modified: branches/11/funcs/func_presencestate.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/funcs/func_presencestate.c?view=diff&rev=409886&r1=409885&r2=409886
==============================================================================
--- branches/11/funcs/func_presencestate.c (original)
+++ branches/11/funcs/func_presencestate.c Wed Mar  5 12:45:52 2014
@@ -90,7 +90,7 @@
 			<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>




More information about the svn-commits mailing list