similar to: chan_h323 + openh323 CVS = no go? (fwd)

Displaying 20 results from an estimated 1000 matches similar to: "chan_h323 + openh323 CVS = no go? (fwd)"

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
2005 Sep 09
0
woomera doesn't work (same OpenH323 problem as with chan_h323)
Banging my head against a brick wall trying to get a working H.323 implementation for CVS-HEAD. (The ONLY H.323 I have had working is OH323 v0.6.5 with CVS-STABLE - see my other post regarding compile problems on OH323 for HEAD) So, I thought, lets try this wonderful chan_woomera (dubbed "H.323 for Asterisk that works!"). I get exactly the same kind of problem as I have previously had
2003 Jul 24
1
Cisco's CallManager and * (was: Cisco 7960g) (fwd)
On Wed, 23 Jul 2003, Yifang Dai wrote: > I wish! My company just spend a lot $$ on the shinny CCM phone system, so I > don't think I can change that easily... But if I can get asterisk to > talk to CCM via h323, and prove it's usefulness, I might have a chance > to use * in the branches... Well, good luck, then! > By the way, do you know if we can get *'s VM 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 Jul 01
0
chan_h323.c compile error
Hello all, I got the following error compiling h323 support in the latest cvs. Below the error is a diff to the file that I got to make it work. I took an example out of sip as far as the syntax for ast_rtp_new. Not sure if it is correct or not, but it seems to work. Please correct me if I am wrong in the additional 2 arguements. Regards, Scott cc -g -pg -c -o chan_h323.o -march=i686
2003 Oct 02
0
chan_h323 Ringing Congestion causes * segfault
We have an odd problem, where inbound H323 (chan_h323) calls will sometimes cause a Ringing Congestion that appears to keep the channels open and never release it until we kill and restart asterisk. These "Ringing Congestions" start to pile up, which eventually crashes Asterisk. H323 Gateway -> Asterisk (chan_h323) -> Tor2/PRI -> PSTN Has anyone ran into this problem or
2004 Aug 12
0
Message lamp integration with legacy pbx -- revisited
I see from the archives that Siggi Langauf was wanting to do exactly what I want to do back in November 2003. Here is what he asked: I would like to do a pilot with some legacy gear, however. Accordingly, I'd like to be able to have * dial 1000X where X is the box that has a new voicemail message and 1001X when the user of mb X deletes the new message(s). The dialing should occur
2008 Feb 22
0
chan_h323 build failure - `IPTOS_MINCOST' undeclared
Hi All, I am trying to build chan_h323 for use with asterisk 1.4.18 on Solaris 10. When I compile asterisk, the build fails at chan_h323 with: ---------------------------------------------------------------------- chan_h323.c: In function `reload_config': chan_h323.c:2863: error: `IPTOS_MINCOST' undeclared (first use in this function) chan_h323.c:2863: error: (Each undeclared
2011 Jan 16
0
chan_h323 and menuselect dependencies problem
Hello List, I've been trying to compile Asterisk with H.323 support and, after correctly installing PTLib and H323plus (OpenH323), the Asterisk configure script still doesn't detect the dependencies as installed. I know they are correctly installed because after going into "[asterisk-source-directory]/channels/h323" and issuing a 'make opt', it correctly builds
2008 Jan 08
0
chan_h323 and asterisk 1.2
If I let modules.conf autoload chan_h323.so then when I try to stop asterisk, it *does* stop (files in /var/run/asterisk/ are removed and connection via -vr from another console is not possible) but the "asterisk process" stays alive and stalled. In other words, a 'ps -ae | grep asterisk' show that the process is there after running 'stop now'. I either need to press
2004 Oct 07
0
chan_h323 on latest CVS broken ?
Hi, I am trying to install the h323 channel on the latest Asterisk CVS. I have re-compiled openh323 and pwlib, and now make in /usr/src/asterisk/channels/h323 works 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 -D_REENTRANT -D_GNU_SOURCE -I../../include -I/usr/src/pwlib/include
2005 Jul 05
0
chan_h323 passes no audio?
I'm attempting to get chan_h323 working on Asterisk CVS-STABLE. I've compiled it ok using the Janus release of pwlib/openh323, by editing the makefile as per the comments. Call setup and cleardown seems to work fine, but no audio is being passed in either direction. Doing an "h.323 trace 9", I noticed the following sequence at the end of the call setup: h323.cxx(1685)
2003 Oct 13
1
chan_h323 - Segmentation fault (core dumped)
Hi all: I've got some core dumps when I use chan_h323. I dial an extension using h323, routed thru an E100P (like a H323-ISDN_PRI gateway). Sometimes * hangs, sometimes not. The client used for test es SjPhone (http://www.sjlabs.com/). This is the data for one core dump: (gdb) bt #0 ast_rtp_get_us (rtp=0x0, us=0x5074759c) at rtp.c:790 #1 0x41f8879c in create_connection
2013 Aug 22
1
is it possible to compile chan_h323 with 11.5.0?
Hello! Tried to compile, but : [CC] chan_h323.c -> chan_h323.o chan_h323.c: In function '__oh323_update_info': chan_h323.c:349: error: dereferencing pointer to incomplete type chan_h323.c:350: error: dereferencing pointer to incomplete type chan_h323.c: In function 'oh323_rtp_read': chan_h323.c:790: error: dereferencing pointer to incomplete type chan_h323.c:791: error:
2003 Apr 30
2
how to install chan_h323
I have installed Asterisk, pwlib and openh323. How do install chan_h323 and test to make sure it works. Any how to chan_h323 Linux distro: Redhat 9.0 Regards Patrick __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com
2009 Jul 28
0
Asterisk Crashing on chan_h323
Hi, We have been running asterisk in our telco interconnect box with ss7 and H323 configured. Everything ran find till now, however, today, it started crashing with the following messages: [Jul 28 14:56:55] WARNING[2968]: acl.c:541 ast_ouraddrfor: Cannot create socket [Jul 28 14:56:55] ERROR[2968]: chan_h323.c:962 __oh323_rtp_create: Unable to locate local IP address for RTP stream [Jul 28
2003 Dec 08
2
chan_h323 readme file
Hello I am getting ready to install chan_h323. Just updated my * with the latest code from CVS (12/08/03). I was reading the Readme file and confused. Quoted from the README NOTICE: Whatever you do, DO NOT USE distrubution specific installs of Open H.323 and PWLib. In fact you should check to make sure your distro didn't install them for you without your knowledge. Check everything out of
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
2009 Jun 02
0
Segfault on unload of chan_h323 in asterisk-1.4.25
When the support for h323plus was announced for Asterisk 1.4.25, I tried to build this support in Asterisk. For this, I checked out the h323plus CVS from SourceForge, which reported version 1.20.beta5, and also the ptlib-2.4.2 source RPM from Fedora 10. I finally managed to build a chan_h323 for Asterisk 1.4.25, which apparently loads correctly, but now I see that I get a segfault whenever I
2006 Mar 24
1
chan_h323 problem
Hello, I installed Asterisk from CVS on Redhat Linux 9 and working with chan_h323 module and g729/g723 free codecs too. My network connection diagram: ---------------------------------------------- X-lite/X-Pro-->Asterisk--chan_h323-->GnuGK--->AS5300-->PSTN boldsoft*CLI> show version Asterisk CVS-v1-0-03/24/06-15:27:08 built by root@boldsoft on a i686 running Linux I can make