Linux Call Router

Home » Asterisk Users » Linux Call Router
Asterisk Users 1 Comment

hello there,

I am facing an issue with misd/misdnuser/lcr in the system I am running debian 7 and I managed to install from git misdn/misdnuser but in lcr I am getting:

chan_lcr.c: In function ‘load_module’: chan_lcr.c:3520:24: warning:
assignment makes pointer from integer without a cast [enabled by default]
make[2]: *** [chan_lcr.po] Error 1 make[2]: Leaving directory /usr/src/lcr’
make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory
/usr/src/lcr’ make: *** [all] Error 2 root@voyage:/usr/src/lcr#

could someone help me please?

One thought on - Linux Call Router

  • I have not built lcr in a while (on CentOS) but iirc: make sure you get from http://misdn.eu/ the latest isdn4k-utils, mISDN, mISDNuser and lcr. Then build in that order. For lcr I had these build requirements:
    autoconf automake libtool libtiff-devel mISDNuser-devel ncurses-devel openssl-devel

    If you still can’t figure it out perhaps ask on the ISDN4Linux mailing list: https://www.isdn4linux.de/mailman/listinfo/isdn4linux

    Cheers, Patrick

    ps don’t build as root, it’s bad practice.