similar to: H323 linking with asterisk

Displaying 20 results from an estimated 7000 matches similar to: "H323 linking with asterisk"

2008 Dec 05
2
Asterisk h323 module
Hello! I have a problem with build astersik-addons-1.4.7 on Solaris 10. When I tried to do "make" I got such error: * chan_ooh323.c: In function `reload_config': chan_ooh323.c:2053: error: `IPTOS_MINCOST' undeclared (first use in this function) chan_ooh323.c:2053: error: (Each undeclared identifier is reported only once chan_ooh323.c:2053: error: for each function it appears
2005 May 18
1
Asterisk H323 Trunk Zone
AVE! i am trying to register h323 asterisk to the gatekeeper as i installed asterisk, libpri, zaptel from CVS, and pwlib, openh323, asterisk-oh323 on fedora core3 on a cisco mcs 7800 server problem is i want the asterisk to register with gatekeeper endpoint with specific zone name and type... i searched the web, mail list but there weren't any helpful ones could anyone plz tell me how to
2005 Jul 02
3
What to use h323 or oh323 ???
I m new to asterisk n i've got an IP phone that supports h323 protocol.... but i dont know how to configure asterisk to use it... i m comfortable in using sip & iax softphones.... but there is no h323.conf in /etc/asterisk/ .... i read that i've to compile some files but i m confused regarding h323 & oh323 ...... which one should i use.. plz tell me or atleast give some helpful
2004 Jul 22
0
Re: h323ep----gnugk-----astersik------h323ext
HI; Thanks for your reply. The reason for why I am going through asterisk in such case is just "using asterisk voicemail service" I mean: ATA1 calls ATA2, suppose ATA2 is unreachable or he is not at the office, then the call reroute (my GK is able to reroute calls if the first route is not valid) to atersik for voicemail service. Do you think I can handle it with asterisk native
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 .
2005 Apr 10
2
Problems trying to compile H323 from CVS-STABLE
I'm trying to compile channels/h323 and chan_h323 from CVS-STABLE, on Fedora Core 3. Firstly, despite the warnings in h323/README, I decided to try using the distro-specific versions of openh323 and pwlib. Of course, the Makefiles in channels and channels/h323 assume that openh323 and pwlib have been specially compiled in $HOME, so I modified the Makefiles to look for headers and libraries in
2006 Dec 04
1
Problem with h323 support
Hi, I have Asterisk SVN-branch-1.4-r47845 installed in a Ubuntu Dapper. Its works as sip server and I am trying to get h323 support. I installed these packages: libpt-1.10.0 libopenh323-1.18.0 And I set the next global variables: PWLIBDIR=/usr/share/pwlib OPENH323DIR=/usr/share/openh323 Then, when I execute the configure script (before installation) and finishes with this message: #
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
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
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
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
2010 Jun 20
1
Compiling H323
I'm really struggling with an Asterisk 1.6.2.7 install (on centos 5.4) The pwlib + opal packages don't satisfy Asterisk's configure script (to let H323 compile), so I removed those and added the latest ptlib + h323plus (from h323plus.org) I can compile ptlib and h323, but when I load chan_h323 in asterisk I get a segfault. I had to point LD_LIBRARY_PATH to /usr/local/lib with the
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
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/
2003 Sep 12
3
h323 v oh323
Use oh323. Download the openh323 and pwlib tarballs from openh323.org Follow Jeremy's instructions in the /asterisk/channels/h323/ directory EXACTLY! good luck Regards, Sean Langley, P.Eng Firmware Engineer General Dynamics Canada (403)730-1482 sean.langley@gdcanada.com > -----Original Message----- > From: Senad Jordanovic [mailto:senad@cwcom.net] > Sent: Friday, September 12,
2005 Aug 10
1
h323 error when trying to start Asterisk
Asterisk has been working fine for me for several weeks using MGCP to a Adit600 for intra office calling. I have recently loaded h323 and the following errors occurs when starting asterisk. [chan_h323.so]Aug 10 09:09:18 WARNING[7824]: loader.c:258 ast_load_resource: libpt_linux_x86_r.so.1.5.2: cannot open shared object file: No such file or directory Aug 10 09:09:18 WARNING[7824]:
2004 Dec 06
0
CVS HEAD h323 no longer builds?
Attempts to perform a "make all" in /usr/src/asterisk/channels/h323 fails with countless errors of the form: /usr/src/pwlib/include/ptlib/ptime.h:152: macro or `#include' recursion too deep In file included A "make all" using the stable branch builds with the same pwlib code but of course the h323 code in the stable branch doesn't work. So it seems those of us who
2004 Aug 04
1
PRI/H323 gateway
Hi, I ve got a problem when I do this : usr/src/asterisk/channels/h323# make There are a lot of errors with ast_h323.cpp and .h. And at the end, I've got this: make ***[ast_h323.o] Error 1 In fact, I want a sample PRI/H323 gateway. Asterisk _______________ |___ ____|
2005 May 13
3
2 minutes pause before ring on H323 channel
I have build asterisk from latest CVS HEAD-05/09/05 with H323 support as described in README file. Open H.323 version v1.17.1 and PWLib v1.9.0 on Mandrake Linux 10.2 kernel-2.6.11 I tested it with following phones: -- XLite (SIP softphone) -- QMix SIP IP phone (PA168F) -- SJPhone (H323 softphone) -- QMix H323 IP phone (PA168F) -- FireFly (IAX2 softphone) Everything works fine except a problem
2007 Mar 28
1
h323
hi After compiling and installing pwlib and openh323 , the asterisk, give the folloing error. please tell me where the problem is ? Best Mani *CLI> -- Executing Dial("SIP/2.2.2.2-086f5ac0", "H323/652#150388590962@1.1.1.1|60") in new stack Mar 28 14:17:23 WARNING[11985]: channel.c:2576 ast_request: No translator path exists for channel type H323 (native 4) to 256 Mar 28