[asterisk-commits] mmichelson: branch 12 r409887 - in /branches/12: ./ funcs/func_presencestate.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Mar 5 12:46:33 CST 2014


Author: mmichelson
Date: Wed Mar  5 12:46:31 2014
New Revision: 409887

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

Merged revisions 409886 from http://svn.asterisk.org/svn/asterisk/branches/11

Modified:
    branches/12/   (props changed)
    branches/12/funcs/func_presencestate.c

Propchange: branches/12/
------------------------------------------------------------------------------
Binary property 'branch-11-merged' - no diff available.

Modified: branches/12/funcs/func_presencestate.c
URL: http://svnview.digium.com/svn/asterisk/branches/12/funcs/func_presencestate.c?view=diff&rev=409887&r1=409886&r2=409887
==============================================================================
--- branches/12/funcs/func_presencestate.c (original)
+++ branches/12/funcs/func_presencestate.c Wed Mar  5 12:46:31 2014
@@ -89,7 +89,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 asterisk-commits mailing list