summaryrefslogtreecommitdiff
path: root/apps/app_stasis.c
diff options
context:
space:
mode:
authorAshley Sanders <asanders@digium.com>2015-04-01 16:30:25 +0000
committerAshley Sanders <asanders@digium.com>2015-04-01 16:30:25 +0000
commita217d2d1db7d7af1d7da8ad2058d600194b8bab0 (patch)
tree5b083aee741c8282bb95f644e954f440a1ffe066 /apps/app_stasis.c
parent39824e3d013287d8860d620454d230278b0fba69 (diff)
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
Diffstat (limited to 'apps/app_stasis.c')
-rw-r--r--apps/app_stasis.c24
1 files changed, 11 insertions, 13 deletions
diff --git a/apps/app_stasis.c b/apps/app_stasis.c
index d84e162e6..4f53aff78 100644
--- a/apps/app_stasis.c
+++ b/apps/app_stasis.c
@@ -51,29 +51,27 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</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>
***/