summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--chan_lcr.c14
2 files changed, 9 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index cfee9ee..b0d1ad7 100644
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,8 @@
#*****************************************************************************/
WITH-CRYPTO = 42 # comment this out, if no libcrypto should be used
-#WITH-ASTERISK = 42 # comment this out, if you don't require built-in Asterisk channel driver.
-#WITH-SOCKET = 42 # compile for socket based mISDN (this options is far unfinished !!!)
+WITH-ASTERISK = 42 # comment this out, if you don't require built-in Asterisk channel driver.
+WITH-SOCKET = 42 # compile for socket based mISDN (this options is far unfinished !!!)
# note: check your location and the names of libraries.
# select location to install
diff --git a/chan_lcr.c b/chan_lcr.c
index 6458de5..e31882a 100644
--- a/chan_lcr.c
+++ b/chan_lcr.c
@@ -656,31 +656,31 @@ static struct ast_channel_tech lcr_tech = {
/*
* cli
*/
-static int cli_show_lcr (int fd, int argc, char *argv[])
+static int lcr_show_lcr (int fd, int argc, char *argv[])
{
}
-static int cli_show_calls (int fd, int argc, char *argv[])
+static int lcr_show_calls (int fd, int argc, char *argv[])
{
}
-static int cli_reload_routing (int fd, int argc, char *argv[])
+static int lcr_reload_routing (int fd, int argc, char *argv[])
{
}
-static int cli_reload_interfaces (int fd, int argc, char *argv[])
+static int lcr_reload_interfaces (int fd, int argc, char *argv[])
{
}
-static int cli_port_block (int fd, int argc, char *argv[])
+static int lcr_port_block (int fd, int argc, char *argv[])
{
}
-static int cli_port_unblock (int fd, int argc, char *argv[])
+static int lcr_port_unblock (int fd, int argc, char *argv[])
{
}
-static int cli_port_unload (int fd, int argc, char *argv[])
+static int lcr_port_unload (int fd, int argc, char *argv[])
{
}