From: Ashley Sanders Date: Wed, 1 Apr 2015 16:25:30 +0000 (+0000) Subject: stasis: set a channel variable on websocket disconnect error X-Git-Tag: 13.4.0-rc1~169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3011859833ce36c6879dcd2d601e7e1f363bcbe;p=thirdparty%2Fasterisk.git 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 --- diff --git a/apps/app_stasis.c b/apps/app_stasis.c index d84e162e66..4f53aff784 100644 --- a/apps/app_stasis.c +++ b/apps/app_stasis.c @@ -51,29 +51,27 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") - - Invoke a Stasis application. - - - This application will set the following channel variable upon - completion: + Invoke a Stasis application. + This application will set the following channel variable upon + completion: This indicates the status of the execution of the Stasis application. - The channel has exited Stasis without any failures in Stasis + The channel has exited Stasis without any failures in + Stasis. - A failure occurred when executing the Stasis application. - Some (not all) possible reasons for this: - The app registry is not instantiated - The app requested is not registered - The app requested is not active - Stasis couldn't send a start message + 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. + ***/