similar to: chan_h323 and asterisk 1.2

Displaying 20 results from an estimated 5000 matches similar to: "chan_h323 and asterisk 1.2"

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
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 May 20
1
chan_h323 core dumps
hi just after talking to Jeremy, I downloaded the source he's using and compiled. core dump! This was without gatekeeper: (gdb) bt #0 0x40141118 in mallopt () from /lib/libc.so.6 #1 0x401400fc in malloc () from /lib/libc.so.6 #2 0x405e981b in PAbstractArray::SetSize(int) () from /usr/src/pwlib/lib/libpt_linux_x86_r.so.1 #3 0x405ed006 in PString::SetSize(int) () from
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
2007 Dec 14
2
chan_h323 compilation
Hi All; I am trying now to compile h323 to be able to use it, I did the pwlib and openh323 successfully and I exported the PWLIBDIR=/usr/src/pwlib_v1_10_0 and the OPENH323DIR=/usr/src/openh323_v1_18_0, then I was need to compile h323 as following: cd /usr/src/asterisk-1.4/channels/h323 When I type make, it gives me: make: Nothing to be done for 'degault' And when I type make opt, it
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 Jun 10
0
chan_h323 + openh323 CVS = no go? (fwd)
---------- Forwarded message ---------- Date: Wed, 11 Jun 2003 01:10:16 +0200 (CEST) From: Siggi Langauf <langausd@fachschaft.informatik.uni-stuttgart.de> To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] chan_h323 + openh323 CVS = no go? On Tue, 10 Jun 2003, Jeremy McNamara wrote: > If you would have followed the build instructions laid out by the Open > H.323 folks
2009 Jul 14
0
Help in oh323 Gatekeeper + does not know what to do when bridging the call
Actually I am facing a problem with H.323 (the standard and the ooh323) with Asterisk vesion 1.4.25 and I discover the following: 1) Using the standard h323 that come with Asterisk: The chan_h323.so it is not existed in the /usr/lib/asterisk/modules after doing the compilation and installation for (pwlib, openh323, /chanels/h323, asterisk), although make menuselect was done and the h323 channel
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
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
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
2003 Jul 15
1
Chan_H323, G729 (minor problem)
hi .. I have finally managed to get Chan_H323 & G729 working flawlessly, thanks to some help from Jerry McNamara. For those out there who are stuck with the same problem the procedure is : 1. install on RedHat 8.0 and nothing else (RH9 doesn't work!) 2. Install asterisk, zaptel etc. the normal way 3. Compile Pwlib & oH323 with versions taken from nufone's site
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
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)
2007 Mar 13
1
RE: In Asterisk 1.4.x, Why Digium has two H323 channels?
Hi Users, Administrators and Pavel Jezek, You prefer chan_h323 from asterisk tree and it's of course that use channels by tree is very good. But in 1.2.x, the chan_h323 is very simple and the chan_oh323 is so bad. And I work with chan_ooh323, that it's too from Digium and work good! And I am Studing one possible change to Asterisk 1.4.x , but in 1.4.x the oh323 channel don't have more,
2006 Jun 27
2
Addon-ooh323 install problem
Hello all, I have problem. I can't makel asterisk addon, asterisk-ooh323. I use Asterisk and addons svn version. OS:redhat EL4 Linux 2.6.9-5.EL #1 Wed Jan 5 19:22:18 EST 2005 i686 i686 i386 GNU/Linux Please help me . [root@asterisk asterisk-ooh323c]# make make all-am make[1]: Entering directory `/usr/local/src/asterisk-addons/asterisk-ooh323c' source='src/chan_h323.c'
2007 Jul 17
1
Music on hold problem
Hi, I am using asterisk 1.4. I have confgured the musiconhold.conf file. However, when i make a call and then hold the call it does nothing. in the CLI i do not see the starting/stopping musiconhold messages. i am making calls from sip to h323 using asterisk assip/h323 gateway (with gnugk and ooh323). i get the following messages when putting the call on hold: -- Executing [204 at default:1]
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: #
2003 Jun 30
1
chan_h323 woes
I've checked everything (pwlib + openh323 + asterisk) out of CVS, compiled, and chan_h323 module does not load with "undefined symbol _ZTI19H323AudioCapability". What could be the problem? Peter
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