similar to: RE: [Asterisk-User] asterisk compile problem

Displaying 20 results from an estimated 1100 matches similar to: "RE: [Asterisk-User] asterisk compile problem"

2004 Jul 13
1
asterisk compile problem
Hello all As of 5pm PST today (7/13), I pulled Asterisk down off of cvs.digium.com:/usr/cvsroot and tried to compile it on Linux ES 2.1 Actually, I pulled down zaptel, libri & asterisk and compiled them in that order as per my install guide. When I try to compile asterisk with "make clean; make install", it runs okay for a bit and then I get the following error: (ignore Outlooks
2004 Jun 25
2
Asterisk & SIP
Good morning all, I'm setting up Asterisk for the first time with no prior PBX experience. I'm following Andy Powell's 'Getting Started with Asterisk' (http://www.automated.it/guidetoasterisk.htm). This is my second time through that document - as I did something weird the first time and really upset it somehow - and I wanted to ask a few general questions of the list.
2004 Jul 14
0
Errors connecting to FWD
I'm getting the following errors out of my asterisk console: Jul 14 15:12:12 WARNING[40966]: chan_sip.c:673 retrans_pkt: Maximum retries exceeded on call 5d33ce4422e629921875e8a7609c1603@0.0.0.0 for seqno 141 (Critical Request) Jul 14 15:12:26 NOTICE[40966]: chan_sip.c:3902 sip_reg_timeout: Registration for '451411@fwd.pulver.com' timed out, trying again Jul 14 15:12:26
2004 May 18
1
VoiceMailMain dumps user back into my incoming context after leaving a message
I have a dial plan that includes a company phone directory as a main menu option. If they just sit at the main menu, after 20 seconds, they are transferred to the operator. If the user picks an extension from the directory, they are transferred to the proper extension. If the called number is not available, they are transferred into VoiceMailMain. They leave a message, and hang up. The hang
2005 Jul 19
2
Installation
Hi there , I am a new user of Asterisk. When I downloaded it and was trying to compile it, i got the following error message after it run for a while. This error came after I run make. __________________________________________ gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686
2004 Jul 07
3
Problems installing asterisk.
When installing asterisk, I follow de "Getting Started" manual and i get the following error while compilig asterisk: if [ -d CVS ] && ! [ -f .version ]; then echo CVS-HEAD-08/06/04-09:53:57 > .version; fi bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c make: *** [ast_expr.c] broken pipe Just this, nothing else. Zaptel and Libpri installed without any problem and system
2004 Apr 03
2
STABLE 1.0 Branch CVS repository
-Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -DASTERISK_VERSION=\"CVS-04/03/04-10:19:04\" -DINSTALL_PREFIX=\"\" -DASTETCDIR=\"/etc/asterisk\" -DASTLIBDIR=\"/usr/lib/asterisk\" -DASTVARLIBDIR=\"/var/lib/asterisk\" -DASTVARRUNDIR=\"/var/run\" -DASTSPOOLDIR=\"/var/spool/asterisk\"
2004 Jan 25
1
Ne machine, build is breaking
Hello. I'm not sure what this problem is. Probably one of my libraries. Any clues ?? ---------------cd ../asterisk then make clean ; make install gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -DASTERISK_VERSION=\"CVS-01/25/04-16:37:41\"
2005 Jun 02
2
bison/flex version warning
Hi, (I seem to be having some trouble getting messages to post on the list so I may be duplicating an earlier post. Apologies if this is the case.) I am compiling CVS tip Asterisk on a fresh CentOS 3.4 install. I got this warning: make ast_expr.a make[1]: Entering directory `/usr/src/asterisk' bison -v -d --name-prefix=ast_yy ast_expr.y -o ast_expr.c
2004 Jun 17
1
VOIP wiretapping article
Of course, big brother wants his say in the matter. http://www.wired.com/news/politics/0,1283,63884,00.html?tw=wn_2polihead
2003 Dec 14
11
Cisco Gateway Integration
Has anyone succesfully integrated * with a cisco voice gateway ? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031214/3b1ba7b3/attachment.htm
2004 May 07
2
Trouble compiling latest CVS
Hi there, since a couple of days I can't seem to be able to compile CVS HEAD on RH7.2. On a RH7.3 machine with bison-1.35-1 it appears to be fine though... any advice? Philipp System: RH 7.2 bison-1.28-7 Related issue: http://rpm.pbone.net/index.php3/stat/4/idpl/411535/com/bison-1.35- 6.i386.rpm.html The error message: bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c
2003 Dec 22
2
Compile Problem
I am trying to compile the asterisk and if fails at the end on: make[1]: Entering directory `/usr/src/asterisk-0.5.0/pbx' gcc -shared -Xlinker -x -o pbx_gtkconsole.so pbx_gtkconsole.o `gtk-config --libs gthread` /usr/lib/gcc-lib/i486-slackware-linux/3.3.2/../../../../i486-slackware-linux/bin/ld: cannot find -lXext collect2: ld returned 1 exit status make[1]: *** [pbx_gtkconsole.so] Error 1
2005 Sep 29
1
files conflict after CVS update
Hi all, I just updated zaptel and asterisk, but after doing CVS update of asterisk (from CVS-HEAD 2005-08-10 17:10:53) I got a file conflict message conflicts: ast_expr2.h ast_expr2f.c I ignored them, and then tried to compile asterisk: make clean, make , make install. But then the problem shows again, leaving this message: ast_expr2f.c:1784: warning: no previous prototype for
2004 Sep 02
1
Problem with HasNewVoicemail()
Hi all, Maybe I'm being thick here, but I've had a look through the mailing list and the Wiki, and I can't seem to see details of anybody else with this problem.... With the following line: exten => s,1,HasNewVoicemail(201) I am getting the following error: -- Executing HasNewVoicemail("SIP/201-2f1e", "201") in new stack Sep 2 12:41:09
2003 Apr 28
1
Complie on RH8
Hi I've just got the TDM dev kit and started to compile asterisk, all works fine until compiling asterisk itself and I get the following error Does anyone know where I'm going wrong? Robb
2004 Apr 26
3
Compiling asterisk
I got the error below while compiling asterisk. Please offer me some help. hubert for x in res channels pbx apps codecs formats agi cdr astman stdtime; do make -C $x depend || exit 1 ; done make[1]: Entering directory `/etc/asterisk/asterisk-0.7.2/res' make[1]: Nothing to be done for `depend'. make[1]: Leaving directory `/etc/asterisk/asterisk-0.7.2/res' make[1]: Entering
2005 Oct 10
2
Errors with new fetched Asterisk cvs
Below is my try of installation to the latest CVS. I have not updated 3 months. What do I miss since last time? bye Ronald /usr/local/src/asterisk # make clean; make update; make install build_tools/make_version_h > include/asterisk/version.h.tmp if cmp -s include/asterisk/version.h.tmp include/asterisk/version.h ; then echo; else \ mv include/asterisk/version.h.tmp
2005 Mar 29
3
-lssl problem on debian
Hello Just installed fresh Debian testing box, checked out Asterisk and others from CVS stable (-r 1.0), and now trying to 'make install' in Asterisk. I get this error: if [ -d CVS ] && ! [ -f .version ]; then echo CVS-v1-0-03/29/05-15:19:53 > .version; fi gcc -g -o asterisk -Wl,-E io.o sched.o logger.o frame.o loader.o config.o channel.o translate.o file.o say.o pbx.o
2006 Dec 13
1
Problem with asterisk 1.4 Installation (undefined reference to `ast_copy_string')
Hi. After successfully running ./configure I run make. When running make I get the following error.. [CC] ast_expr2f.c -> ast_expr2f.o [CC] ast_expr2.c -> ast_expr2.o [CC] strcompat.c -> strcompat.o [LD] aelparse.o aelbison.o pbx_ael.o ael_main.o ast_expr2f.o ast_expr2.o strcompat.o -> aelparse aelparse.o(.text+0x3029): In function `ael_yylex':