similar to: latest cvs will not compile

Displaying 20 results from an estimated 2000 matches similar to: "latest cvs will not compile"

2004 Nov 28
1
asterisk compile errors - pbx_dundi.c -help
Hi, Reviewing the archives I saw /2004-October/070314.html from Tim Lewis. His error is almost identical to mine i.e. when "make clean; make install" in asterisk sub dir, I get the following: pbx_dundi.c:54:18: zlib.h: No such file or directory pbx_dundi.c: In function `update_key': pbx_dundi.c:1315: warning: implicit declaration of function `crc32' pbx_dundi.c: In function
2005 Mar 21
0
Compile error for minimal install of Redhat 9.0 [SOLVED]
pbx_dundi.c: In function `update_key': pbx_dundi.c:1312: warning: implicit declaration of function `crc32' pbx_dundi.c: In function `dundi_decrypt': pbx_dundi.c:1368: warning: implicit declaration of function `uncompress' pbx_dundi.c:1368: `Z_OK' undeclared (first use in this function) pbx_dundi.c:1368: (Each undeclared identifier is reported only once pbx_dundi.c:1368: for
2005 Aug 23
1
latest CVS on Mandrake 9.2 Mini ITX
All, wondering if you can help, I had a perfectly working Mandrake 9.2 box running on a via Mini ITX 5000/classic. Asterisk (zaptel and libpri) was built from CVS head around 22nd July 2005. I decided now was a good time to ghost it up....although humorous for you all suffice to say, I ended up with a partitionless box! Following the install script I had created I built an identical server to
2004 Sep 27
3
Asterisk Compile error
I'm trying to compile the voicemail module with mysql support and I get this error on the chan_zap module . Does anyone have any idea's on this one.. chan_zap.c: In function `handle_init_event': chan_zap.c:5668: error: `ZT_EVENT_POLARITY' undeclared (first use in this function) chan_zap.c:5668: error: (Each undeclared identifier is reported only once chan_zap.c:5668: error: for
2009 Mar 29
1
DUNDi broken in asterisk 1.4-svn?
Hi Guys, since about two weeks pbx_dundi.so from svn segfaults when i load it, 1.4.24 release works fine on the same box. Can someone tell me if that's something weird with my Fedora8 system or a possible bug in svn? Program terminated with signal 11, Segmentation fault. #0 0x00000000 in ?? () (gdb) bt #0 0x00000000 in ?? () #1 0x0881d00c in dundi_encrypt (trans=0x985e6e0, pack=0x985b5e0)
2006 Feb 01
2
Dundi key Problem
I am getting the following message when trying to lookup up a number via Dundi: Feb 1 13:39:24 NOTICE[20146]: pbx_dundi.c:1309 update_key: No such key 'office.pbx.bluegrass.net.pub' for creating RSA encrypted shared key for '00:a0:c9:55:91:89'! I have created keys on each box with "astgenkey -n office.pbx.bluegrass.net" using the host name for each box of course. I
2012 May 07
0
[PATCH V2] btrfs: fix message printing
Fix various messages to include newline and module prefix. Signed-off-by: Daniel J Blueman <daniel@quora.org> --- fs/btrfs/super.c | 8 ++++---- fs/btrfs/volumes.c | 6 +++--- fs/btrfs/zlib.c | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index c5f8fca..c0b8727 100644 --- a/fs/btrfs/super.c +++
2006 Dec 13
1
Core Dump: create_transaction (p=0x0) at pbx_dundi.c:2787
Anyone seen this...? Is it a known issue? I'd file a bug, but we're on 1.2.9.13, and every time I file a bug and it isn't against the latest code I get given crap for it. Given that most of the time you don't know HOW to reproduce a problem on the latest code anyway, not accepting bugs from older versions does the community no service, because potential bugs are never accepted for
2012 May 27
0
[RFC PATCH] Decrease Metadata Fragment Using A Caterpillar Band Method
I made an attempt to partly decrease fragment by using a preallocated area of multiple size of a std blocksize for a tree block when it is COWed. The basic idea is that if any a tree block need to be created, we offer, say, 2 or 4 multiples of a std blocksize for it, then use the first block in the continuous blocks. When this block need a cow in the future, a new free block in these continuous
2004 Nov 24
1
bristuff'ed version doesn't run
Hi everybody! I've managed to compile the bristuff patch on asterisk from Junghanns.net. I want to run this on the quadBRI card built into the PC. As I said, driver and asterisk are compiling well, but "asterisk -vvvvc" bombs with this message: [pbx_dundi.so]Nov 24 15:57:53 WARNING[1076754432]: loader.c:242 ast_load_resource: /usr/lib/asterisk/modules/pbx_dundi.so: undefined
2009 Aug 12
1
app_voicemail.so: undefinied symbol: global_app_buf
Hello, I recently completed a fresh install of Asterisk SVN-group-srtp-r183146M-/trunk , and I'm running into an issue getting the voicemail application module to load. Output from debug shows: ------------------------------- [Aug 11 22:00:01] NOTICE[20173]: loader.c:875 load_modules: 1 modules will be loaded. [Aug 11 22:00:01] WARNING[20173]: loader.c:376 load_dynamic_module: Error loading
2008 Sep 16
1
dundi
I have two Asterisk servers running on the same LAN. One starts fine, but when I start the other I get: pbx_dundi.c:4582 load_module: Unable to bind to 0.0.0.0 port 4520: Address already in use and Asterisk does not start. OK I thought, I'll just change the port in dundi.conf. I changed it to 4521 and indeed it started just fine, until I reboot that is. WHen I reboot, I get the same
2005 Jan 31
0
Error while trying to execute asterisk
asterisk -cv -------------------------------------------------------- Jan 31 18:03:20 WARNING[13145]: cdr_addon_mysql.c:264 my_load_module: Unable to load config for mysql CDR's: cdr_mysql.conf [app_addon_sql_mysql.so] => (Simple Mysql Interface) [pbx_dundi.so]Jan 31 18:03:20 WARNING[13145]: loader.c:258 ast_load_resource: /usr/lib/asterisk/modules/pbx_dundi.so: undefined symbol:
2008 Sep 17
1
pbx_dundi.c:4582 load_module: Unable to bind to 0.0.0.0 port 4520: Address already in use
On Tue, Sep 16, 2008 at 2:21 AM, Michiel van Baak <michiel at vanbaak.info> wrote: > On 22:46, Mon 15 Sep 08, hugolivude wrote: >> I have two Asterisk servers running on the same LAN. One starts fine, >> but when I start the other I get: >> >> pbx_dundi.c:4582 load_module: Unable to bind to 0.0.0.0 port 4520: >> Address already in use >> >>
2005 Apr 22
4
TE11OP -> Mitel 200Sx??
Hello all. I just received a TE110P and am trying to hook it to my Mitel 200SX has anyone successfully done this? My configuration is as follows. Asterisk -> TE110P ->Kentrox (csu/dsu) -> Mitel T1 Card. All I get is a blinking yellow on my TE110P card and an alarm on my Mitel. T1 card. Any advice would be great. Zaptel.conf span=1,0,1,d4,ami e&m=1-23 dchan=24
2005 Feb 01
1
Re: Asterisk-Users Digest, Vol 6, Issue 325
> Message: 1 > Date: Fri, 21 Jan 2005 17:38:27 -0600 > From: "Henry Devito" <hdevito@qwest.net> > Subject: [Asterisk-Users] SPA-2000 > To: "Asterisk Users Mailing List - Non-Commercial Discussion" > <asterisk-users@lists.digium.com> > Message-ID: <000d01c50012$4ea49f30$4300000a@homeacxa7jw2xn> > Content-Type: text/plain; format=flowed;
2004 Sep 30
1
Queue Setup almost got it
Check my reply to your last post. Use SetGroup and Checkgroup before sending the call to your agents. Robert Jackson -----Original Message----- From: Henry Devito [mailto:hdevito@qwest.net] Sent: Thursday, September 30, 2004 10:09 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: RE: [Asterisk-Users] Queue Setup almost got it Ok I think I have the queue
2023 May 23
0
Asterisk Release 20.3.0
The Asterisk Development Team would like to announce the release of Asterisk 20.3.0. The release artifacts are available for immediate download at https://github.com/asterisk/asterisk/releases/tag/20.3.0 and https://downloads.asterisk.org/pub/telephony/asterisk This release resolves issues reported by the community and would have not been possible without your participation. Thank You!
2023 May 23
0
Asterisk Release 20.3.0
The Asterisk Development Team would like to announce the release of Asterisk 20.3.0. The release artifacts are available for immediate download at https://github.com/asterisk/asterisk/releases/tag/20.3.0 and https://downloads.asterisk.org/pub/telephony/asterisk This release resolves issues reported by the community and would have not been possible without your participation. Thank You!
2023 May 23
0
Asterisk Release 18.18.0
The Asterisk Development Team would like to announce the release of Asterisk 18.18.0. The release artifacts are available for immediate download at https://github.com/asterisk/asterisk/releases/tag/18.18.0 and https://downloads.asterisk.org/pub/telephony/asterisk This release resolves issues reported by the community and would have not been possible without your participation. Thank You!