Dahdi + Dlink Du128ta
hello everyone,
I do have a usb ISDN modem that I would like to make it work with dahdi. is it possible?
I am running debian 7, with dahdi 2.9, asterisk 11.8
dahdi cannot find it at the moment, unless there is something else to be done.
5 thoughts on - Dahdi + Dlink Du128ta
I do not think so. If your very old ISDN modem uses a Cologne Chip (HFC), then there might be a very small chance to make it work with mISDN.
jg
No.
Try building & installing the stuff from http://misdn.eu Works fine with a USB TA with HFC chipset last time I tested it.
HTH, Patrick
i have tried the misdn from git. my problem is that it needs LCR and it fails to get installed
Στις 15/3/2014 20:36, ο/η Patrick Laimbock έγραψε:
—
Then you need to fix that. AFAIK there is no other way to use a USB ISDN
TA than via mISDN/LCR.
HTH, Patrick
this is the error i am getting
chan_lcr.c: At top level:
chan_lcr.c:3318:2: warning: initialization makes pointer from integer without a cast [enabled by default]
chan_lcr.c:3318:2: warning: (near initialization for
‘lcr_tech.capabilities’) [enabled by default]
chan_lcr.c:3320:15: error: ‘lcr_request’ undeclared here (not in a function)
chan_lcr.c:3331:2: warning: initialization from incompatible pointer type [enabled by default]
chan_lcr.c:3331:2: warning: (near initialization for ‘lcr_tech.call’)
[enabled by default]
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
has anyone got any ideas??
Στις 15/3/2014 23:58, ο/η Patrick Laimbock έγραψε:
—