From 54be2dc45af10e690ea592e1daeaea6d1134abe3 Mon Sep 17 00:00:00 2001 From: Super User Date: Sat, 26 Apr 2008 10:37:31 +0200 Subject: modified: Makefile modified: chan_lcr.c --- Makefile | 4 ++-- chan_lcr.c | 14 +++++++------- 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[]) { } -- cgit v1.2.3-55-g7522