summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuper User2008-04-26 10:37:31 +0200
committerSuper User2008-04-26 10:37:31 +0200
commit54be2dc45af10e690ea592e1daeaea6d1134abe3 (patch)
tree7b2c6d1074bb3090745ca116368fce6c3095034f
parentMerge branch 'master' of ssh://jolly@www.mISDN.org/var/git/lcr (diff)
downloadlcr-54be2dc45af10e690ea592e1daeaea6d1134abe3.tar.gz
lcr-54be2dc45af10e690ea592e1daeaea6d1134abe3.tar.xz
lcr-54be2dc45af10e690ea592e1daeaea6d1134abe3.zip
modified: Makefile
modified: chan_lcr.c
-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[])
{
}