From: Super User Date: Sat, 26 Apr 2008 08:37:31 +0000 (+0200) Subject: modified: Makefile X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=commitdiff_plain;h=54be2dc45af10e690ea592e1daeaea6d1134abe3 modified: Makefile modified: chan_lcr.c --- 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[]) { }