similar to: Newbie Help

Displaying 20 results from an estimated 100 matches similar to: "Newbie Help"

2004 Apr 07
1
errror compiling asterisk from cvs
I got this compiling the new cvs code ... any idea ? Tnx ! 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-04/07/04-11:28:50\" -DINSTALL_PREFIX=\"\" -DASTETCDIR=\"/etc/asterisk\"
2003 Jul 11
2
Compile Problems with gcc 3.3
Hi, after quite some time doing nothing with asterisk I downloaded the current cvs version. Building this on a SuSE 8.2 System with gcc 3.3 i ran into an unpleasant snag: pbx.c:581: warning: comparison between signed and unsigned pbx.c: In function `pbx_substitute_variables_temp': pbx.c:765: warning: comparison between signed and unsigned pbx.c:812: warning: comparison between signed
2004 Apr 12
4
X100P and NTL (ex Cable + Wireless)
Firstly, let me just say I am new to asterisk and if anything I've said is covered in an FAQ or in previous posts I apologise but I have tried searching and I've attempted a few of the things I found but they didn't help. Has anybody got any experience using an X100P on an NTL phone line in the UK (I'm in an ex Cable & Wireless area if that makes any difference). The
2003 May 21
0
pbx_wilcalu.so undefined symbol
This is cvs version from yesterday. There is small problem with that version. When starting I've got: [...] [skipping pbx_gtkconsole.so] [pbx_spool.so] => (Outgoing Spool Support) /var/spool/asterisk/outgoing [pbx_wilcalu.so] WARNING[1024]: File loader.c, Line 226 (ast_load_resource): /usr/lib/asterisk/modules/pbx_wilcalu.so: undefined symbol: ast_select WARNING[1024]: File loader.c,
2005 Jul 26
1
What does pbx-wilcalu.so do and why does it keep crashing my * box?
I downloaded the latest CVS a few days ago. It all compiled nicely on my new AAH platform. However, it won't start up. Investigation of my log files produces this; Jul 26 22:59:18 VERBOSE[31473] logger.c: [pbx_wilcalu.so] Jul 26 22:59:18 VERBOSE[31473] logger.c: [pbx_wilcalu.so] Jul 26 22:59:18 WARNING[31473] loader.c: /usr/lib/asterisk/modules/pbx_wilcalu.so: undefined symbol:
2006 Jun 11
1
asterisk-1.2.9.1
hi ! i have installed asterisk-1.2.9.1 but am unable to run it i am getting this error "[pbx_wilcalu.so]Jun 11 16:43:00 WARNING[8968]: loader.c:325 __load_resource: /usr/lib/asterisk/modules/pbx_wilcalu.so: undefined symbol: ast_pthread_create Jun 11 16:43:00 WARNING[8968]: loader.c:554 load_modules: Loading module pbx_wilcalu.so failed!" can anyone help me i have redhat linux
2004 Jul 11
4
Asterisk on FreeBSD 4.10 dies
start it with asterisk -vvvgc bkw ----- Original Message ----- From: "Arjan" <arjan@inventionz.org> To: <asterisk-users@lists.digium.com> Sent: Sunday, July 11, 2004 12:27 PM Subject: [Asterisk-Users] Asterisk on FreeBSD 4.10 dies > Hi All, > > I'm pretty green to Asterisk. I'm trying to work towards a basic setup > with a couple of Cisco 7960's
2005 Jun 06
1
CLUELESS NEWBIE needs help making an outboundsip call to PSTN
Steve, 1) go to /etc/asterisk 2) open modules.conf for editing using vi 3) add this line: noload=pbx_wilcalu.so 4) Save the file 5) Restart asterisk Lightup the candles, open the Cabernet Savignon ( or whatever your prefernce) and call your girlfriend. ;) Seshu -----Original Message----- From: asterisk-users-bounces@lists.digium.com
2011 Jan 04
2
[LLVMdev] LLVM for ARM target
At the last step of building llvm for arm target, I am unable to build llvm-gcc. I am trying the follwing options:   $ ../llvm-gcc/configure --target=arm-linux --enable-pic --program-prefix=llvm- --prefix=/llvm/install --disable-multilib --disable-optimized --enable-bindings =none --enable-llvm=$PWD/../llvm-2.8 --enable-languages=c,c++ --disable-bootstr ap   Then I get the following error when I
2011 Jan 02
0
[LLVMdev] LLVM for ARM target
On Jan 1, 2011, at 8:29 PM, akramul azim wrote: > Hi, > I am planning to follow the steps to install LLVM for the ARM-target (Processor: Xscale, Architecture: armv5te): > > 1. Install binutils-2.21 (downloaded from gnu.org) > > Steps: > > $ ./configure --target=arm-unknown-linux-gnueabi --program-prefix=arm- --prefix > =/llvm/arm
2004 Oct 05
2
Problems installing app_valetparking
I download app_valetparking.c from http://www.loligo.com/asterisk/misc/apps/app_valetparking.c and followed the directions on http://www.loligo.com/asterisk/misc/apps/app_valetparking.README I am using asterisk-1.0.0 any suggestions [root@localhost asterisk]# astxs -install apps/app_valetparking.c gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarat ions -g -Iinclude
2005 Mar 24
0
Re: [2] X100p problem
When I enable callprogress I get this error message... (when I call, it will ring forever but asterisk is acting as if it DID pick up the line ... but it never did... ) I'm beginning to think that asterisk can't hangup the line when in voice mail and this, whatever action I'll take... Actually, callprogress doesn't seem to work at all... (in my case) Mar 24 23:37:28
2003 Jun 20
1
Error compiling, is it only mee?
Hi all, since a couple of days i have been wanting to upgrade Asterisk, but my system complains. (Se errors below) Since im ripping the cvs version i guessed that it was something temporary. But it seems persistant. Is this only me or is it happening to other people? Anyone who has a workaround? Or naturally even better, a solution... Oh, i almost forgot im running: # uname -a Linux
2011 Jan 02
3
[LLVMdev] LLVM for ARM target
Hi,     I am planning to follow the steps to install LLVM for the ARM-target (Processor: Xscale, Architecture: armv5te):   1. Install binutils-2.21 (downloaded from gnu.org)   Steps:   $ ./configure --target=arm-unknown-linux-gnueabi --program-prefix=arm- --prefix =/llvm/arm --with-sysroot=/llvm/arms/sys-root   $ make   $ make install   2. Install LLVM   Steps   $ ../llvm-src/configure
2003 Oct 13
1
out going calls
I am not having any luck placing out going calls I dial the number 08 82420173 ( our outside line ) But all I get is engaged signal and log this. Oct 14 08:40:14 DEBUG[16401]: File pbx_wilcalu.c, Line 65 (autodial): Entered Wil-Calu fd=20 Oct 14 08:40:14 DEBUG[8201]: File chan_sip.c, Line 657 (create_addr): Setting NAT on RTP to 0 Oct 14 08:40:14 DEBUG[8201]: File chan_sip.c, Line 548
2003 Jul 26
1
Strange Kernel Compile Error....
merlin# rm GENERIC merlin# cd /usr/share/examples/cvsup/ merlin# cvsup stable-supfile Connected to cvsup.uk.FreeBSD.org Updating collection src-all/cvs Checkout src/sys/i386/conf/GENERIC Finished successfully merlin# cd /usr/src merlin# make buildkernel KERNCONF=GENERIC -------------------------------------------------------------- >>> Kernel build for GENERIC started on Sat Jul 26
2005 Dec 08
1
Unable to give users access to folders within Samba share
Hi, I'm trying to give my users access to a folder contained within a Samba share, e.g. $ ls share drwxrwsr-x 14 fsuser DOMAIN\OldGroup 432 2005-12-07 15:35 . drwxr-xr-x 6 root root 128 2005-11-17 12:33 .. drwxrwsr-x 3 fsuser DOMAIN\OldGroup 136 2005-11-22 16:56 Archive drwxrwsr-x 2 fsuser DOMAIN\NewGroup 48 2005-12-07 15:35 test Note that the
2003 Aug 12
0
CVS version build error
Hi , I am currently experiencing problems with DTMF detection. My sip-phone using INFO to transfer DTMF, and I see that the version downloaded from asterisk ftp ( 0.4.0) do not support the d= field. I do a clean cvs from a W2K machine and see that in new chan_sip.c , this field has been recognized. But compiling under Linux give me following error. The error come from generating the
2005 May 04
4
Problem with realtime SIP
Hi Guys, We have just set up Asterisk (CVS Head) for a realtime enviorment using MySQL & Asterisk Addons. I have populated the "sip_buddies" table with the same information that is came from our sip.conf, however registration seems to fail for the softphone we have set up. Does anyone have any idea as to what I should be looking for here? I'm not getting any error messages
2004 Dec 27
0
Asteriks Compile error
Help, Any ideas ? I guess I missing something. make[1]: Entering directory `/usr/src/asterisk/utils' gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarat ions -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DASTERISK_VERSION=\"CVS-HEAD-12/27/04-21:28:39\" -DASTERISK_VERSION_NUM =999999 -DINSTALL_PREFIX=\"\"