[svn-commits] asanders: branch 13 r433863 - /branches/13/apps/app_stasis.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Mar 31 22:26:24 CDT 2015


Author: asanders
Date: Tue Mar 31 22:26:18 2015
New Revision: 433863

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

Resolve compile errors caused by r433839 by included the missing
header file, pbx.h.


Modified:
    branches/13/apps/app_stasis.c

Modified: branches/13/apps/app_stasis.c
URL: http://svnview.digium.com/svn/asterisk/branches/13/apps/app_stasis.c?view=diff&rev=433863&r1=433862&r2=433863
==============================================================================
--- branches/13/apps/app_stasis.c (original)
+++ branches/13/apps/app_stasis.c Tue Mar 31 22:26:18 2015
@@ -34,6 +34,7 @@
 
 #include "asterisk/app.h"
 #include "asterisk/module.h"
+#include "asterisk/pbx.h"
 #include "asterisk/stasis.h"
 #include "asterisk/stasis_app_impl.h"
 




More information about the svn-commits mailing list