similar to: PRI/H323 gateway

Displaying 20 results from an estimated 100 matches similar to: "PRI/H323 gateway"

2004 Jul 28
1
problems with digium cvs????
Hi !! I hope you can help me. I can't connect to digium cvs: cvs [login aborted]: connect to cvs.digium.com(216.207.245.20):2401 failed: Connection refused. Are there any problems on it? And how can I download it whitout cvs? Perhaps there are some others cvs sites? Thanks a lot for yours answers. Asmine -------------- next part -------------- An HTML attachment was scrubbed... URL:
2003 Sep 07
1
Problem Installing Open H.323 Channel Driver
Hi, I am having trouble installing the Open H.323 Channel driver in Asterisk. I have installed PWLib and OpenH323 V.1.11.7 This is the output l get before it bails out. asterisk:/usr/src/asterisk/channels/h323# make g++ -g -c -o ast_h323.o -march=i686 -DPBYTE_ORDER=PLITTLE_ENDIAN -DNDEBUG -DDO_CRASH -DDEBUG_THREADS -pipe -Wall -fPIC -Wmissing-prototypes -Wmissing-declarations -DP_LINUX
2007 May 07
2
h323 problem with asterisk 1.2.18
i am experiencing problem with asterisk 1.2.18 I've downloaded and installed pwlib and openh323 with the following commands: cd /path/to/pwlib ./configure make clean opt cd /path/to/openh323 ./configure make clean opt then 'ive set the corresponding PATH PWLIBDIR=/data/programmi/asterisk_1.2.18/pwlib_v1_10_0/ export PWLIBDIR OPENH323DIR=/data/programmi/asterisk_1.2.18/openh323_v1_18_0/
2004 Dec 17
1
h323 channel compile error
Hi, Can anyone help? I get the following error when trying to complie the h323 channel under the source installation directory asterisk/channels/h323 i have read the readme file and kept to the recomended versions; h.323 v1.12.2 and PWLIB v1.5.2 Thanks in advance [root@gw01 h323]# make g++ -g -c -fno-rtti -o ast_h323.o -march=i686 -DPBYTE_ORDER=PLITTLE_ENDIAN -DNDE BUG -DDO_CRASH
2007 Jan 26
1
h323 compile error
I am getting the following compile error on h323. Its an old redhat 7.3 system with asterisk 1.2.14, zaptel 1.2.12 pwlib 1.5.2 and openh323 1.12.2 I have pwlib compiled and installed. I have openh323 compiled and installed. I went in the channels/h323 directory and did "make opt" What shall I do? Jerry ---------------------------------------- ../../include/asterisk/utils.h: In
2006 Jan 04
2
H323 compilation Help needed
hi all im trying to compile h323 i have got the pwlib and openh323 working that is simph323 is running properly but when i try to compile h323 in the channels directory it gives me the following error can anybody please help me with [root@test src]# cd /usr/src/asterisk/channels/h323/ [root@test h323]# make opt g++ -DNDEBUG -I../../include -Wmissing-prototypes -fPIC -DP_LINUX=2.6.5-1.358
2004 Dec 16
1
problem with freebsd 4.9 port
Hi folks, when I try to compile the freebsd port (1.0.2) I see: ast_h323.cpp: In method `void MyH323Connection::SendUserInputTone(char, unsigned int)': ast_h323.cpp:725: argument passing to `const char *' from `char' lacks a cast ast_h323.cpp: In method `void MyH323Connection::OnUserInputTone(char, unsigned int, unsigned int, unsigned int)': ast_h323.cpp:735: argument passing
2003 Jun 16
2
h323 compile error
The following occurs with code from yesterday's cvs (asterisk) and current OpenH323 code: [root@raid-2 h323]# make clean install rm -f *.o *.so core.* cc -g -pg -c -o chan_h323.o -pipe -Wall -fPIC -Wmissing-prototypes -Wmissing-declarations - DP_LINUX -D_REENTRANT -D_GNU_SOURCE -march=i686 -DPBYTE_ORDER=PLITTLE_ENDIA N -DP_HAS_SEMAPHORES -DP_SSL -DP_PTHREADS -DPHAS_TEMPLATES -DPTRACING
2003 Jun 10
4
chan_h323 + openh323 CVS = no go?
Hi, trying to build the h323 channel driver that comes with asterisk works fine, but only as long as I use openh323-1.11.7. Unfortunately, that setup seems to have a bug which misguides one of the audio streams. (So while * can "hear" me, the phone remains silent.) I suppose that bug is fixed at least in openh323 CVS. At least, I got things mostly working using the external
2004 Jan 23
2
chan h323 Compile problem
Hi can anyone help me with this g++ -g -c -o ast_h323.o -march=i686 -DPBYTE_ORDER=PLITTLE_ENDIAN -DNDEBUG -DDO_CRASH -DDEBUG_THREADS -pipe -Wall -fPIC -Wmissing-prototypes -Wmissing-declarations -DP_LINUX -D_REENTRANT -D_GNU_SOURCE -DP_HAS_SEMAPHORES -DP_SSL -DP_PTHREADS -DPHAS_TEMPLATES -DPTRACING -DP_USE_PRAGMA -I../../include -I/usr/src/pwlib/include/ptlib/unix -I/usr/src/pwlib/include
2004 Dec 16
0
Compile issues: * 1.02 + FreeBSD 5.3
New 5.3 install. Saw some stuff around about problems with pwlib but those were in 0.9 and have long since been fixed and I haven't found anything else out there to explain this stuff. Anyone have any ideas? gmake[2]: Entering directory `/usr/ports/net/asterisk/work/asterisk-1.0.2/channels/h323' c++ -O -pipe -c -fno-rtti -o ast_h323.o -O -pipe -Wall -Wstrict-prototypes
2004 Dec 25
0
patch to build h323 without recompiling pwlib, ...
Heya, I changed the Makefile of the h323-channel-makefile (I downloaded cvs of a couple of hours ago) so that I don't have to rebuild pwlib and openh323, but can use the precompiled versions. I'm using pwlib 1.8.3 and openh323 1.15.2. There aren't many changes. I replaced OPENH323DIR with OPENH323INC ,which points to /usr/include/openh323 for me and OPENH323LIB, which points to
2003 Jun 16
2
chan_h323 - pwlib 1.4.11, openh 1.11.7 comiple problems
I'm having a problem with chan_h323 compiling for Asterisk. RedHat 7.3 PWLIB 1.4.11 pwlib_1.4.11.tar.gz OpenH323 1.11.7 openh323_1.11.7.tar.gz [asterisk@jonux h323]# make clean rm -f *.o *.so core.* [root@jonux h323]# make cc -g -pg -c -o chan_h323.o -pipe -Wall -fPIC -Wmissing-prototypes -Wmissing-declarations -DP_LINUX -D_REENTRANT -D_GNU_SOURCE -march=i686 -DPBYTE_ORDER=PLITTLE_ENDIAN
2003 Sep 25
1
Cannot compile channel h323 from yesterday's CVS?
Hi, I'm on a RH 9 box, fresh install. When I try to compile channel h323, I get multiple compile errors. Can someone help? asterisk, ptlib, openh323 all are fresh from CVS. Thanks! Here's what I've done so far: All the source is in /usr/src/asterisk/ [root@localhost openh323]# ls -la /usr/src/asterisk/ total 164 drwxr-xr-x 8 root root 4096 Sep 25 00:59 .
2004 Aug 26
0
chan_oh323 build (resubmit w/ new title)
I'm trying to make the chan_h323 in /usr/src/asterisk/channels/h323 But I'm getting all kinds of errors about PWLIB... I built using the newest PWLIB and OpenH323 from CVS Error log from make below make g++ -g -c -fno-rtti -o ast_h323.o -march=i686 -DPBYTE_ORDER=PLITTLE_ENDIAN -DNDEBUG -DDO_CRASH -DDEBUG_THREADS -pipe -Wall -fPIC -DP_LINUX -D_REENTRANT -D_GNU_SOURCE -DP_HAS_SEMAPHORES
2004 Aug 26
1
chan_oh323: __use_ast_pthread_create_instead __ (was: chan_oh323 loading error)
I'm trying to make the chan_h323 in /usr/src/asterisk/channels/h323 But I'm getting all kinds of errors about PWLIB... I built using the newest PWLIB and OpenH323 from CVS Error log from make below make g++ -g -c -fno-rtti -o ast_h323.o -march=i686 -DPBYTE_ORDER=PLITTLE_ENDIAN -DNDEBUG -DDO_CRASH -DDEBUG_THREADS -pipe -Wall -fPIC -DP_LINUX -D_REENTRANT -D_GNU_SOURCE -DP_HAS_SEMAPHORES
2003 Aug 22
10
Intresting.. hrm
And it runs linux. http://www.zip4x4.com/ZIP4x4.htm Anyone seen one? bkw
2003 Aug 18
1
chan_h323.c
What happened to chan_h323.c in the asterisk cvs? I got ast_h323.cpp, ast_h323.h and chan_h323.h but no chan_h323.c. Hence chan_h323.so was not created so no h323 support in asterisk. Just wondering when to expect it again because I was stupid and didn't make a backup of the asterisk code before wiping the directory for a rebuild. -------------- next part -------------- An HTML attachment
2005 Jul 13
0
h323 still no success to dial out via GK
[public_gk] ;exten => _070.,1,Set(CALLERID(number)=070333333${CALLERIDNUM}) exten => _070.,1,Dial(H323/${EXTEN}@59.120.139.119) exten => _070.,n,Hangup *CLI> h323 show peers Name Accountcode ip:port Formats 7000 ast_h323 203.160.252.147:1720 0x4 (ulaw) 88670333333 ast_h323 203.160.252.147:1720 0x4 (ulaw)
2018 Apr 03
2
names lost in functions from packages installed by R-devel r74500
Dear list members, If I install with R-devel r74500 on Windows (sessionInfo below) the attached 'bugdemo' package with the single function foo <- function() { ? named <- c("bar"=TRUE) ? print(named) ? return(named) } then run > bugdemo::foo() [1] TRUE [1] TRUE The "bar" name is lost. It is not lost when I define foo in the R session instead of using