Displaying 2 results from an estimated 2 matches for "libmisdn".
Did you mean:
libidn
2010 Jul 01
1
mISDN install on Asterisk 1.6 failing
...ges from CentOS-5 - Updates
Finished
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package asterisk-chan_misdn.i386 0:1.4.22-3 set to be updated
--> Processing Dependency: libsuppserv.so.0 for package: asterisk-chan_misdn
--> Processing Dependency: libmISDN.so.0 for package: asterisk-chan_misdn
--> Processing Dependency: libisdnnet.so.0 for package: asterisk-chan_misdn
--> Finished Dependency Resolution
asterisk-chan_misdn-1.4.22-3.i386 from trixbox has depsolving problems
--> Missing Dependency: libmISDN.so.0 is needed by package asterisk-...
2005 Mar 08
0
problem in compiling chan_mISDN
...-Wall -D_GNU_SOURCE
CFLAGS+=-Wno-missing-prototypes -Wno-missing-declarations
all: chan_misdn.so
CFLAGS+=-fPIC -I$(ASTERISKINC) -DAST_CONFIG_DIR=\"$(AST_CONFIG_DIR)\"
-I$(MISDNUSERINC) -I$(LINUXINC) -I$(MISDNUSER)/i4lnet/ -Wall
ADDOBJS+=$(MISDNUSER)/i4lnet/libisdnnet.a $(MISDNUSER)/lib/libmISDN.a
chan_misdn.so: chan_misdn.o te_lib.o $(ADDOBJS)
$(CC) -shared -Xlinker -x -o $@ te_lib.o chan_misdn.o $(ADDOBJS)
testphone: testphone.c
$(CC) -I$(MISDNUSERINC) -I$(MISDNUSER)/i4lnet/ -I$(LINUXINC) testphone.c
$(MISDNUSERLIB)/libmISDN.a -o testphone
install: chan_misdn.so
install -m 644 chan_m...