[svn-commits] dlee: branch dlee/ari-authn r393526 - in /team/dlee/ari-authn: configs/ res/ ...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jul 3 10:48:16 CDT 2013


Author: dlee
Date: Wed Jul  3 10:48:14 2013
New Revision: 393526

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=393526
Log:
s/stasis_http.conf/ari.conf/

Added:
    team/dlee/ari-authn/configs/ari.conf.sample
      - copied unchanged from r393524, team/dlee/ari-authn/configs/stasis_http.conf.sample
Removed:
    team/dlee/ari-authn/configs/stasis_http.conf.sample
Modified:
    team/dlee/ari-authn/res/res_stasis_http.c
    team/dlee/ari-authn/res/stasis_http/cli.c
    team/dlee/ari-authn/res/stasis_http/config.c

Modified: team/dlee/ari-authn/res/res_stasis_http.c
URL: http://svnview.digium.com/svn/asterisk/team/dlee/ari-authn/res/res_stasis_http.c?view=diff&rev=393526&r1=393525&r2=393526
==============================================================================
--- team/dlee/ari-authn/res/res_stasis_http.c (original)
+++ team/dlee/ari-authn/res/res_stasis_http.c Wed Jul  3 10:48:14 2013
@@ -78,7 +78,7 @@
 /*** DOCUMENTATION
 	<configInfo name="res_stasis_http" language="en_US">
 		<synopsis>HTTP binding for the Stasis API</synopsis>
-		<configFile name="stasis_http.conf">
+		<configFile name="ari.conf">
 			<configObject name="general">
 				<synopsis>General configuration settings</synopsis>
 				<configOption name="enabled">

Modified: team/dlee/ari-authn/res/stasis_http/cli.c
URL: http://svnview.digium.com/svn/asterisk/team/dlee/ari-authn/res/stasis_http/cli.c?view=diff&rev=393526&r1=393525&r2=393526
==============================================================================
--- team/dlee/ari-authn/res/stasis_http/cli.c (original)
+++ team/dlee/ari-authn/res/stasis_http/cli.c Wed Jul  3 10:48:14 2013
@@ -220,7 +220,7 @@
 		e->command = "ari mkpasswd";
 		e->usage =
 			"Usage: ari mkpasswd <password>\n"
-			"       Encrypts a password for use in stasis_http.conf\n"
+			"       Encrypts a password for use in ari.conf\n"
 			"       Be aware that the password will be shown in the\n"
 			"       command line history. The mkpasswd shell command\n"
 			"       may be preferable.\n"
@@ -243,7 +243,7 @@
 	}
 
 	ast_cli(a->fd,
-		"; Copy the following two lines into stasis_http.conf\n");
+		"; Copy the following two lines into ari.conf\n");
 	ast_cli(a->fd, "password_format = crypt\n");
 	ast_cli(a->fd, "password = %s\n", crypted);
 

Modified: team/dlee/ari-authn/res/stasis_http/config.c
URL: http://svnview.digium.com/svn/asterisk/team/dlee/ari-authn/res/stasis_http/config.c?view=diff&rev=393526&r1=393525&r2=393526
==============================================================================
--- team/dlee/ari-authn/res/stasis_http/config.c (original)
+++ team/dlee/ari-authn/res/stasis_http/config.c Wed Jul  3 10:48:14 2013
@@ -195,7 +195,7 @@
 	return cfg;
 }
 
-#define CONF_FILENAME "stasis_http.conf"
+#define CONF_FILENAME "ari.conf"
 
 /*! \brief The conf file that's processed for the module. */
 static struct aco_file conf_file = {




More information about the svn-commits mailing list