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.


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@433888 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Ashley Sanders
2015-04-01 16:25:30 +00:00
parent a1f12d9231
commit e301185983

View File

@@ -51,10 +51,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</parameter> </parameter>
</syntax> </syntax>
<description> <description>
<para> <para>Invoke a Stasis application.</para>
Invoke a Stasis application.
</para>
</description>
<para>This application will set the following channel variable upon <para>This application will set the following channel variable upon
completion:</para> completion:</para>
<variablelist> <variablelist>
@@ -62,18 +59,19 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<para>This indicates the status of the execution of the <para>This indicates the status of the execution of the
Stasis application.</para> Stasis application.</para>
<value name="SUCCESS"> <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>
<value name="FAILED"> <value name="FAILED">
A failure occurred when executing the Stasis application. A failure occurred when executing the Stasis
Some (not all) possible reasons for this: The app registry is not instantiated; The app
<para>The app registry is not instantiated</para> application. Some (not all) possible reasons for this:
<para>The app requested is not registered</para> requested is not registered; The app requested is not
<para>The app requested is not active</para> active; Stasis couldn't send a start message.
<para>Stasis couldn't send a start message</para>
</value> </value>
</variable> </variable>
</variablelist> </variablelist>
</description>
</application> </application>
***/ ***/