modified: Makefile
authorSuper User <root@isdn.jolly.ten>
Sat, 26 Apr 2008 08:37:31 +0000 (10:37 +0200)
committerSuper User <root@isdn.jolly.ten>
Sat, 26 Apr 2008 08:37:31 +0000 (10:37 +0200)
modified:   chan_lcr.c

Makefile
chan_lcr.c

index cfee9ee..b0d1ad7 100644 (file)
--- 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
index 6458de5..e31882a 100644 (file)
@@ -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[])
 {
 }