Displaying 20 results from an estimated 1000 matches similar to: "asterisk-addons 1.4 SVN fails to compile"
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'
2003 Aug 14
1
ast_channel_alloc() losing pvt struct
I don't understand the reasoning here so could somebody please help me out?
chan_h323 is causing a segmentation fault when trying to connect a call.
I tracked the problem back to chan_h323.c in the oh323_new() function.
the code is: tmp = ast_channel_alloc( 1 );
After this point, tmp->pvt is not allocated (null pointer).
HOWEVER, in the ast_channel_alloc() function right before the
2007 Jul 18
1
Issue in insatlling addons-1.4.2
Hi,
I'm using Asterisk-1.4.7.1.
Everything was working fine.
Now I'm trying to Install Asterisk-addons-1.4.2.
The procedure I followed is as...
# cd asterisk-addons-1.4.2
#./configure
#make menuselect
#make
#make install
Everything is going fine except make install. I've tried many times, but the same error I'm gettiing---
The error is---
asterisk-addons-1.4.2]# make install
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
2007 Jun 21
1
install Asterisk-addons 1.4.2
Hi,
I am trying to install the Asterisk-addons-1.4.2, and when I make install it
prompt me such error messages
make[1]: Entering directory `/usr/src/asterisk-addons/asterisk-ooh323c'
cp .libs/libchan_h323.so.1.0.1 /usr/lib/asterisk/modules/chan_ooh323.so
cp: cannot stat `.libs/libchan_h323.so.1.0.1': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory
2008 Feb 01
1
Asterisk-Addons install success-Could not find ooh323.conf
Hi all,
I have installed Asterisk-addons-1.4.5. I was getting error
cp: cannot stat `.libs/libchan_h323.so.1.0.1': No such file or directory
So, I did following steps:
cp asterisk-ooh323c/.libs/libchan_h323.1.0.1 asterisk-ooh323c/.libs/libchan_h323.so.1.0.1
make install
make samples
It worked properly.But still I am not getting ooh323.conf in /etc/asterisk
Please help me.
Am I doing
2008 Jan 30
1
Facing problem in installing asterisk-addons
Hi,
I have installed GNU gatekeeper. Then I am trying to install asterisk addons. I gave make and then make clean. I worked properly. Then I gave make install. It gave following error.
make[1]: Entering directory `/usr/src/asterisk/asterisk-addons/asterisk-ooh323c'
cp .libs/libchan_h323.so.1.0.1 /usr/lib/asterisk/modules/chan_ooh323.so
cp: cannot stat `.libs/libchan_h323.so.1.0.1': No
2004 Jan 13
0
Memory allocation issues
Hi,
I'm developing a new channel driver for a device. I'm calling
ast_channel_alloc from one of my functions, and as I step through the
execution of ast_channel_alloc with gdb, everything is being initialized
properly. However, once ast_channel_alloc returns, the pvt field of the
data structure created is reset to null. I've verified that the structure
created in the function and
2004 Aug 06
2
libshout2 compiling problems under FreeBSD?
----- Original Message -----
From: "Michael Smith" <msmith@xiph.org>
To: <icecast-dev@xiph.org>
Sent: Wednesday, June 04, 2003 3:47 PM
Subject: Re: [icecast-dev] libshout2 compiling problems under FreeBSD?
<p>> Whilst there may well be problems, there are no _known_ problems, and we
> certainly won't be able to fix them unless you actually tell us what the
2007 Jan 05
1
ASterisk OOH323c
Hello,
I have asterisk 1.4 with ooh323c addons installed. (As I am a newbie in
voip world...my question might be idiot...! ;) Please forgive me!)
I succeed to make H323 call when ooh323c is configured as gateway
(gatekeeper=DISABLE in ooh323.conf).
When I put gatekeeper= ip_address, and add an account as follow :
[aaa]
type=friend
username=aaa
password=xxxx
host=dynamic
context=test
2005 Sep 29
4
OOH323C
hi
has any one used OOH323C i tried this it is installed but do not know how to
configure has any one used this, what is the best h323 addon to use with
asterisk
2006 Apr 04
1
Too many open files
Dear all,
we have encounter problem when starting asterisk in the foreground,
"asterisk -vvvvgc" with more 100 SIP calls concurrently. we have set
ulimit to the highest value. still has this problem. Is this the
problem keeping asterisk in the foreground or this is a bug in SVN 1.2
16771?
Apr 5 08:48:36 WARNING[14887]: channel.c:562 ast_channel_alloc: Channel
allocation
2007 Jan 09
1
ooh323c calls
Hi,
I have two asterisk servers where softphone A is connected to asterisk A.
On those two asterisk servers, ooh323c is installed.
I tried to call a "test" context on asterisk B from softphone A. But I
always fall into context "default" of asterisk B.
( I don't know how to tell asterisk A extensions.conf to call asterisk B
"test" context)
Here are conf
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]
2003 Jun 23
2
Sip too many open files?
Today my pbx stopped responding to my sip phones..
looking into the log, here what I got:
Jun 23 15:50:05 WARNING[7176]: File rtp.c, Line 586 (ast_rtp_new):
Unable to allocate socket: Too many open files
Jun 23 15:50:05 WARNING[7176]: File chan_sip.c, Line 1308 (sip_alloc):
Unable to create RTP session: Too many open files
Jun 23 15:50:05 WARNING[7176]: File chan_sip.c, Line 4655
2006 May 10
4
CentOS 4.x and ooh323
I'm trying to add ooh323c to my asterisk 1.2.7.1 install and did an svn
update of asterisk-addons and followed the readme in asterisk-ooh323c and I
get through the .configure with no errors. But make causes:
rpath /usr/local/lib -L./ooh323c/src -version-info 1:1:0 -lpthread
make: rpath: Command not found
make: [libchan_h323.la] Error 127 (ignored)
I'm not real sure what to try to fix
2005 Aug 26
0
Installing Ices on OSX 10.4.2
Hello,
I have been unable to install Ices2 on the latest version of Tiger. I
have tried two methods: one using DarwinPorts to install, and the other
grabbing the source and building it myself. Both seem to exit
compilation with the same or similar errors that I don't understand. I
am not a C hacker, so I won't be able to solve this myself. All the
supporting libs installed just fine
2005 Aug 06
2
How to test H.323
I'm trying to set-up H.323 support under Asterisk. I built a recent CVS
release and the ooh323c code from the asterisk-addons. Everything built
and installed and the H.323 stuff loads OK when asterisk starts.
What is the easiest way to check if the H.323 code is working? I've
edited the h323.conf and extensions.conf files but I'm sure that things
aren't right. I've
2006 Dec 20
0
asterisk run on vxworks for hardware pbx
Hi
My hardware PBX run asterisk on vxworks,Because the vxworks not support
perl.
Now I want to add a callback function to my pbx.
now it can store Caller and Called party numbers in queue when Called party
is busy
Then I malloc a new ast_channel to call.It is should use
ast_get_channel_by_exten_locked() or ast_channel_alloc() ,
my program as follow,But it isn't work, anyone know how to
2004 Nov 30
1
Problem compiling speex 1.1.6
# make
make all-recursive
make[1]: Entering directory `/tmp/speex-1.1.6'
Making all in libspeex
make[2]: Entering directory `/tmp/speex-1.1.6/libspeex'
source='nb_celp.c' object='nb_celp.lo' libtool=yes \
depfile='.deps/nb_celp.Plo' tmpdepfile='.deps/nb_celp.TPlo' \
depmode=gcc3 /bin/sh ../depcomp \
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.