Skip to content
Snippets Groups Projects
Commit a217d2d1 authored by Ashley Sanders's avatar Ashley Sanders
Browse files

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@433891 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 39824e3d
No related branches found
No related tags found
No related merge requests found
...@@ -51,29 +51,27 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") ...@@ -51,29 +51,27 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</parameter> </parameter>
</syntax> </syntax>
<description> <description>
<para> <para>Invoke a Stasis application.</para>
Invoke a Stasis application. <para>This application will set the following channel variable upon
</para> completion:</para>
</description>
<para>This application will set the following channel variable upon
completion:</para>
<variablelist> <variablelist>
<variable name="STASISSTATUS"> <variable name="STASISSTATUS">
<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>
***/ ***/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment