Displaying 6 results from an estimated 6 matches for "pridump".
2005 Feb 17
1
Problems compiling pridump utility
I do 'make pridump' from the libpri source directory and receive the
following:
# make pridump
cc -o pridump pridump.o -L. -lpri -lzap -Wall -Werror
-Wstrict-prototypes -Wmissing-prototypes -g
/usr/bin/ld: cannot find -lzap
collect2: ld returned 1 exit status
make: *** [pridump] Error 1
I am new to all of thi...
2003 Dec 10
3
pridump
Hi All,
Can anyone tell me what are the <dev1> <dev2> parameters that I should
use to run pridump? I took a look at the source code but couldn't figure
this one out.
Best,
PauloHM
2008 Jan 25
3
Finding difficulty in installing Asterisk
...ease help me in installing Asterisk.
I am getting the following error when trying to install Libpri
[treepr at CDC5S3FB-174202 Asterisk]$ cd libpri-1.4.2
[treepr at CDC5S3FB-174202 libpri-1.4.2]$ make clean
rm -f *.o *.so *.lo *.so.1 *.so.1.0
rm -f testprilib libpri.a libpri.so.1.0
rm -f pritest pridump
rm -f .depend
[treepr at CDC5S3FB-174202 libpri-1.4.2]$ make install
gcc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -c -o copy_string.o copy_string.c
gcc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -c -o pri.o pri.c
gcc -Wall -Werror -Wstrict-prototy...
2005 Feb 18
2
Asterisk + RedHat9 - Libpri problem
...t@LinuxLab src]# cd libpri/
[root@LinuxLab libpri]# make clean; make install
Makefile:93: .depend: No such file or directory
./mkdep -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g `ls *.c`
rm -f *.o *.so *.lo *.so.1 *.so.1.0
rm -f testpri testprilib libpri.a libpri.so.1.0
rm -f pritest pridump
rm -f .depend
Makefile:93: .depend: No such file or directory
./mkdep -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g `ls *.c`
cc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -c -o pri.o pri.c
cc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -c -o q921.o...
2007 Jan 28
1
T1 Wire Level Tapping
I am trying to do a wire level tap on T1 equipment using digum
equipment. So far most call monitoring hardware for call centers try
to stay on the analog side requiring a lot of rewiring. I have
already posted to the list about T1 "bridging" using DAC's support in
the zaptel drivers. I still don't know if I can spy on channel
information since I don't have any digium
2003 Feb 28
2
error in tor2
...l -m 644 libzap.a /usr/lib
install -m 644 zap.h /usr/include
install -m 755 libzap.so.1 /usr/lib
( cd /usr/lib ; ln -sf libzap.so.1 libzap.so )
ivr2:/usr/src/zapata # cd ../libpri/
ivr2:/usr/src/libpri # make clean; make install
rm -f *.o *.so *.lo
rm -f testpri libpri.a libpri.so.1.0
rm -f pritest pridump
cc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -c -o pri.o pri.c
cc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -c -o q921.o q921.c
cc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -c -o prisched.o prisched.c
cc -Wall -Werror -Wstrict-prototypes -Wmissi...