[asterisk-commits] asanders: branch certified-13.1 r433890 - in /certified/branches/13.1: ./ apps/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Apr 1 11:29:14 CDT 2015


Author: asanders
Date: Wed Apr  1 11:29:10 2015
New Revision: 433890

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=433890
Log:
stasis: set a channel variable on websocket disconnect error

Resolve compile errors caused by r433863 by fixing the
documentation xml to comply with the schema.
........

Merged revisions 433888 from http://svn.asterisk.org/svn/asterisk/branches/13

Modified:
    certified/branches/13.1/   (props changed)
    certified/branches/13.1/apps/app_stasis.c

Propchange: certified/branches/13.1/
------------------------------------------------------------------------------
Binary property 'branch-13-merged' - no diff available.

Modified: certified/branches/13.1/apps/app_stasis.c
URL: http://svnview.digium.com/svn/asterisk/certified/branches/13.1/apps/app_stasis.c?view=diff&rev=433890&r1=433889&r2=433890
==============================================================================
--- certified/branches/13.1/apps/app_stasis.c (original)
+++ certified/branches/13.1/apps/app_stasis.c Wed Apr  1 11:29:10 2015
@@ -51,29 +51,27 @@
 			</parameter>
 		</syntax>
 		<description>
-			<para>
-				Invoke a Stasis application.
-			</para>
-		</description>
-		<para>This application will set the following channel variable upon
-		completion:</para>
+			<para>Invoke a Stasis application.</para>
+			<para>This application will set the following channel variable upon
+			completion:</para>
 			<variablelist>
 				<variable name="STASISSTATUS">
 					<para>This indicates the status of the execution of the
 					Stasis application.</para>
 					<value name="SUCCESS">
-					The channel has exited Stasis without any failures in Stasis
+						The channel has exited Stasis without any failures in
+						Stasis.
 					</value>
 					<value name="FAILED">
-					A failure occurred when executing the Stasis application.
-					Some (not all) possible reasons for this:
-					    <para>The app registry is not instantiated</para>
-					    <para>The app requested is not registered</para>
-					    <para>The app requested is not active</para>
-					    <para>Stasis couldn't send a start message</para>
+						A failure occurred when executing the Stasis
+						The app registry is not instantiated; The app
+						application. Some (not all) possible reasons for this:
+						requested is not registered; The app requested is not
+						active; Stasis couldn't send a start message.
 					</value>
 				</variable>
 			</variablelist>
+		</description>
 	</application>
  ***/
 




More information about the asterisk-commits mailing list