[svn-commits] qwell: branch qwell/system_registry r392882 - /team/qwell/system_registry/main/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jun 25 14:55:01 CDT 2013


Author: qwell
Date: Tue Jun 25 14:55:00 2013
New Revision: 392882

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=392882
Log:
Address feedback.  Fix build issues.

Modified:
    team/qwell/system_registry/main/file.c
    team/qwell/system_registry/main/manager_system.c
    team/qwell/system_registry/main/sounds_index.c

Modified: team/qwell/system_registry/main/file.c
URL: http://svnview.digium.com/svn/asterisk/team/qwell/system_registry/main/file.c?view=diff&rev=392882&r1=392881&r2=392882
==============================================================================
--- team/qwell/system_registry/main/file.c (original)
+++ team/qwell/system_registry/main/file.c Tue Jun 25 14:55:00 2013
@@ -53,6 +53,7 @@
 #include "asterisk/test.h"
 #include "asterisk/stasis.h"
 #include "asterisk/json.h"
+#include "asterisk/stasis_system.h"
 
 /*! \brief
  * The following variable controls the layout of localized sound files.

Modified: team/qwell/system_registry/main/manager_system.c
URL: http://svnview.digium.com/svn/asterisk/team/qwell/system_registry/main/manager_system.c?view=diff&rev=392882&r1=392881&r2=392882
==============================================================================
--- team/qwell/system_registry/main/manager_system.c (original)
+++ team/qwell/system_registry/main/manager_system.c Tue Jun 25 14:55:00 2013
@@ -47,6 +47,12 @@
 				</parameter>
 				<parameter name="Status">
 					<para>The status of the registration request.</para>
+					<enumlist>
+						<enum name="Registered"/>
+						<enum name="Unregistered"/>
+						<enum name="Rejected"/>
+						<enum name="Failed"/>
+					</enumlist>
 				</parameter>
 				<parameter name="Cause">
 					<para>What caused the rejection of the request, if available.</para>

Modified: team/qwell/system_registry/main/sounds_index.c
URL: http://svnview.digium.com/svn/asterisk/team/qwell/system_registry/main/sounds_index.c?view=diff&rev=392882&r1=392881&r2=392882
==============================================================================
--- team/qwell/system_registry/main/sounds_index.c (original)
+++ team/qwell/system_registry/main/sounds_index.c Tue Jun 25 14:55:00 2013
@@ -36,6 +36,7 @@
 #include "asterisk/cli.h"
 #include "asterisk/_private.h"
 #include "asterisk/stasis_message_router.h"
+#include "asterisk/stasis_system.h"
 
 /*** MODULEINFO
 	<support_level>core</support_level>




More information about the svn-commits mailing list