similar to: asterisk compile errors - pbx_dundi.c -help

Displaying 20 results from an estimated 400 matches similar to: "asterisk compile errors - pbx_dundi.c -help"

2005 Jan 20
0
latest cvs will not compile
Good day, I just downloaded the latest CVS and it will not compile. This is the error I receive: pbx_dundi.c:54:18: zlib.h: No such file or directory pbx_dundi.c: In function `update_key': pbx_dundi.c:1313: warning: implicit declaration of function `crc32' pbx_dundi.c: In function `dundi_decrypt': pbx_dundi.c:1369: warning: implicit declaration of function `uncompress'
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
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
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 >> >>
2010 Mar 13
0
PBX_DUNDI question
hello All, what could be the problem in dundi lookup *pbx_dundi.c:4109 dundi_result_read: Result number 1 is not valid for DUNDi query results for ID 879!* though it should return some results , it failed in getting those . foloowing is my DIALPLAN exten => s,n,Set(ID=${DUNDIQUERY(${NUMBER},priv,b)}) exten => s,n,NoOp(DUNDI-QUERY-ID [ ${ID} ]) exten =>
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 +++
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:
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!
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!
2003 Jun 27
1
bug? -z option and large compressed data
Hi, I think I found a bug in usage of zlib. rsync 2.5.6 with -z fails like bellow. % cp install-disk2.iso /var/tmp/install-disk2.iso install-disk2.iso 100% |*****************************| 316 MB 00:56 % rsync -vIz install-disk2.iso 127.0.0.1:/var/tmp/install-disk2.iso install-disk2.iso deflate on token returned 0 (16384 bytes left) rsync error: error in rsync protocol