search for: pritest

Displaying 7 results from an estimated 7 matches for "pritest".

Did you mean: pcitest
2016 Feb 02
4
Compile error with libpri 1.4.15
I am getting this: make gcc -g -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -fPIC -O2 -MD -MT pritest.o -MF .pritest.o.d -MP -c -o pritest.o pritest.c pritest.c:50:28: fatal error: dahdi/tonezone.h: No such file or directory #include <dahdi/tonezone.h> I am using dahdi-linux-complete-2.11.0+2.11.0 I did "find . | grep timezone.h" from the dahdi root and its not there. LIBPRI is...
2003 Oct 13
1
PRI/E1: machine freeze/dies after a few calls
...and through a pri switch (teles) they come back at the other two ports (3 and 4). But after a few calls my machine is completly freezed! So that i have to restart my machine. Here're my extension.conf, zapata.conf and zaptel.conf: ---->extension.conf: [pri1] exten => _X.,1,SetAccount(pritest) exten => _X.,2,Answer exten => _X.,3,Wait(15) exten => _X.,4,Hangup [pri2] exten => _X.,1,SetAccount(pritest) exten => _X.,2,Answer exten => _X.,3,Wait(15) exten => _X.,4,Hangup [pri3] exten => _X.,1,SetAccount(pritest) exten => _X.,2,Answer exten => _X.,3,Wait(60)...
2003 May 22
2
libpri and zap lib
.../dev/zap/16 , /dev/zap/48 and run pri routine on it: dfd1 = open("/dev/zap/16", O_RDWR); dfd2 = open("/dev/zap/48", O_RDWR); pri1 = pri_new(dfd1, node, swtype); pri2 = pri_new(dfd2, node, swtype); /* check and handle the ISDN events on pri1, pri2 as shown in pritest.c*/ 2.detect DTMF, play audio file, bridge channels, disconnect channels with zap functions: zap_getdtmf(); /* check DTMF*/ zap_playf(); /* play audio file*/ zap_conf(); /* bridge 2 channels*/ zap_clearlinks(); /* disconnect bridged channels*/ Is the a...
2008 Jan 25
3
Finding difficulty in installing Asterisk
...all, Please 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...
2004 May 03
0
Asterisk E1 and Cisco as5300
...e of routing information Going to extension s|1 because of Complete received Accepting call from '' to 's' on channel 1, span 1 Here are the relevant zaptel and zapata pieces. span=1,1,0,ccs,hdb3,crc4 bchan=1-15 dchan=16 bchan=17-31 signalling=pri_cpe switchtype=national context=pritest group=1 channel => 1-15,17-31 Any help will be greatly appreciated. Thank you, Christian Hoffmeyer YottaDot Solutions Huntsville, AL (iax) 700.859.4508
2005 Feb 18
2
Asterisk + RedHat9 - Libpri problem
..... [root@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 -...
2003 Feb 28
2
error in tor2
...o install -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...